@Generated(value="org.immutables.processor.ProxyProcessor") public final class ApplicationInstanceInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationInstanceInfo.Builder
Builds instances of type
ApplicationInstanceInfo. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationInstanceInfo.Builder |
builder()
Creates a builder for
ApplicationInstanceInfo. |
boolean |
equals(Object another)
This instance is equal to all instances of
ApplicationInstanceInfo that have equal attribute values. |
String |
getConsoleIp()
The console IP
|
Integer |
getConsolePort()
The console port
|
String |
getDebugIp()
The debug IP
|
Integer |
getDebugPort()
The debug port
|
String |
getDetails()
The details
|
Double |
getSince()
The since
|
String |
getState()
The state
|
Long |
getUptime()
The update
|
int |
hashCode()
Computes a hash code from attributes:
consoleIp, consolePort, debugIp, debugPort, details, since, state, uptime. |
String |
toString()
Prints the immutable value
ApplicationInstanceInfo with attribute values. |
public String getConsoleIp()
public Integer getConsolePort()
public String getDebugIp()
public Integer getDebugPort()
public String getDetails()
public Double getSince()
public String getState()
public Long getUptime()
public boolean equals(Object another)
ApplicationInstanceInfo that have equal attribute values.public int hashCode()
consoleIp, consolePort, debugIp, debugPort, details, since, state, uptime.public String toString()
ApplicationInstanceInfo with attribute values.public static ApplicationInstanceInfo.Builder builder()
ApplicationInstanceInfo.
ApplicationInstanceInfo.builder()
.consoleIp(String | null) // nullable consoleIp
.consolePort(Integer | null) // nullable consolePort
.debugIp(String | null) // nullable debugIp
.debugPort(Integer | null) // nullable debugPort
.details(String | null) // nullable details
.since(Double | null) // nullable since
.state(String | null) // nullable state
.uptime(Long | null) // nullable uptime
.build();
Copyright © 2020. All rights reserved.