@Generated(value={"Immutables.generator","_Hash"}) public final class Hash extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Hash.Builder
Builds instances of type
Hash. |
| Modifier and Type | Method and Description |
|---|---|
static Hash.Builder |
builder()
Creates a builder for
Hash. |
boolean |
equals(Object another)
This instance is equal to all instances of
Hash that have equal attribute values. |
String |
getType()
The type
|
String |
getValue()
The value
|
int |
hashCode()
Computes a hash code from attributes:
type, value. |
String |
toString()
Prints the immutable value
Hash with attribute values. |
public String getType()
public String getValue()
public boolean equals(Object another)
Hash that have equal attribute values.public int hashCode()
type, value.public String toString()
Hash with attribute values.public static Hash.Builder builder()
Hash.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.