public class NodeResponse extends Object
| Constructor and Description |
|---|
NodeResponse(String name,
String address,
int totalCPU,
int availableCPU,
String totalMemory,
String availableMemory,
String hostname,
String state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAddress() |
int |
getAvailableCPU() |
String |
getAvailableMemory() |
String |
getHostname() |
String |
getName() |
String |
getState() |
int |
getTotalCPU() |
String |
getTotalMemory() |
int |
hashCode() |
public String getName()
public String getAddress()
public int getTotalCPU()
public int getAvailableCPU()
public String getTotalMemory()
public String getAvailableMemory()
public String getHostname()
public String getState()
Copyright © 2016–2019. All rights reserved.