public class PingV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
boolean |
cloudHealthy
cloud_healthy
|
long |
cloudUptimeMillis
cloud_uptime_millis
|
NodeMemoryInfoV3[] |
nodes
nodes
|
_excludeFields| Constructor and Description |
|---|
PingV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="cloud_uptime_millis") public long cloudUptimeMillis
@SerializedName(value="cloud_healthy") public boolean cloudHealthy
public NodeMemoryInfoV3[] nodes
public java.lang.String toString()
toString in class RequestSchemaV3