@Generated(value="org.immutables.processor.ProxyProcessor") 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. |
String |
getEndpoint()
The endpoint
|
Integer |
getTimeout()
The timeout
|
int |
hashCode()
Computes a hash code from attributes:
endpoint, timeout. |
String |
toString()
Prints the immutable value
Data with attribute values. |
public String getEndpoint()
public Integer getTimeout()
public boolean equals(Object another)
Data that have equal attribute values.public int hashCode()
endpoint, timeout.public String toString()
Data with attribute values.public static Data.Builder builder()
Data.Copyright © 2018. All rights reserved.