public class GHN extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GHN.Memory |
static class |
GHN.Site |
| Modifier | Constructor and Description |
|---|---|
protected |
GHN() |
|
GHN(String id,
String host,
boolean securityEnabled,
GHN.Memory memory,
GHN.Site site,
List<RunningInstanceMessage> relatedRIs,
boolean selected) |
| Modifier and Type | Method and Description |
|---|---|
String |
host() |
void |
host(String host) |
String |
id() |
void |
id(String id) |
GHN.Memory |
memory() |
void |
memory(GHN.Memory memory) |
List<RunningInstanceMessage> |
relatedRIs() |
void |
relatedRIs(List<RunningInstanceMessage> relatedRIs) |
boolean |
securityEnabled() |
void |
securityEnabled(boolean securityEnabled) |
boolean |
selected() |
void |
selected(boolean selected) |
GHN.Site |
site() |
void |
site(GHN.Site site) |
String |
toString() |
protected GHN()
public GHN(String id, String host, boolean securityEnabled, GHN.Memory memory, GHN.Site site, List<RunningInstanceMessage> relatedRIs, boolean selected)
public String id()
public void id(String id)
id - the id to setpublic String host()
public void host(String host)
host - the host to setpublic boolean securityEnabled()
public void securityEnabled(boolean securityEnabled)
securityEnabled - the securityEnabled to setpublic GHN.Memory memory()
public void memory(GHN.Memory memory)
memory - the memory to setpublic GHN.Site site()
public void site(GHN.Site site)
site - the site to setpublic List<RunningInstanceMessage> relatedRIs()
public void relatedRIs(List<RunningInstanceMessage> relatedRIs)
relatedRIs - the relatedRIs to setpublic boolean selected()
public void selected(boolean selected)
selected - the selected to setCopyright © 2019. All Rights Reserved.