@Generated(value={"Immutables.generator","_Checksum"}) 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.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.