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