@Generated(value="org.immutables.processor.ProxyProcessor") public final class BitsData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BitsData.Builder
Builds instances of type
BitsData. |
| Modifier and Type | Method and Description |
|---|---|
static BitsData.Builder |
builder()
Creates a builder for
BitsData. |
boolean |
equals(Object another)
This instance is equal to all instances of
BitsData that have equal attribute values. |
Checksum |
getChecksum()
The checksum
|
String |
getError()
The error
|
int |
hashCode()
Computes a hash code from attributes:
checksum, error. |
String |
toString()
Prints the immutable value
BitsData with attribute values. |
public Checksum getChecksum()
public String getError()
public boolean equals(Object another)
BitsData that have equal attribute values.public int hashCode()
checksum, error.public String toString()
BitsData with attribute values.public static BitsData.Builder builder()
BitsData.
BitsData.builder()
.checksum(org.cloudfoundry.client.v3.Checksum | null) // nullable checksum
.error(String | null) // nullable error
.build();
Copyright © 2020. All rights reserved.