@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 |
getInvocationTimeout()
The invocation timeout
|
Integer |
getTimeout()
The timeout
|
int |
hashCode()
Computes a hash code from attributes:
endpoint, invocationTimeout, timeout. |
String |
toString()
Prints the immutable value
Data with attribute values. |
public String getEndpoint()
public Integer getInvocationTimeout()
public Integer getTimeout()
public boolean equals(Object another)
Data that have equal attribute values.public int hashCode()
endpoint, invocationTimeout, timeout.public String toString()
Data with attribute values.public static Data.Builder builder()
Data.
Data.builder()
.endpoint(String | null) // nullable endpoint
.invocationTimeout(Integer | null) // nullable invocationTimeout
.timeout(Integer | null) // nullable timeout
.build();
Copyright © 2020. All rights reserved.