@Generated(value="org.immutables.processor.ProxyProcessor") public final class InfoResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InfoResponse.Builder
Builds instances of type
InfoResponse. |
| Modifier and Type | Method and Description |
|---|---|
static InfoResponse.Builder |
builder()
Creates a builder for
InfoResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
InfoResponse that have equal attribute values. |
String |
getVersion()
The info version
|
int |
hashCode()
Computes a hash code from attributes:
version, vmUptime. |
String |
toString()
Prints the immutable value
InfoResponse with attribute values. |
Long |
vmUptime()
The vm uptime
|
public String getVersion()
public Long vmUptime()
public boolean equals(Object another)
InfoResponse that have equal attribute values.public int hashCode()
version, vmUptime.public String toString()
InfoResponse with attribute values.public static InfoResponse.Builder builder()
InfoResponse.
InfoResponse.builder()
.version(String | null) // nullable version
.vmUptime(Long | null) // nullable vmUptime
.build();
Copyright © 2022. All rights reserved.