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