org.gcube.vremanagement.vremodel.cl.stubs.types
Class GHN
java.lang.Object
org.gcube.vremanagement.vremodel.cl.stubs.types.GHN
public class GHN
- extends Object
GHN
protected GHN()
GHN
public GHN(String id,
String host,
boolean securityEnabled,
GHN.Memory memory,
GHN.Site site,
List<RunningInstanceMessage> relatedRIs,
boolean selected)
id
public String id()
- Returns:
- the id
id
public void id(String id)
- Parameters:
id - the id to set
host
public String host()
- Returns:
- the host
host
public void host(String host)
- Parameters:
host - the host to set
securityEnabled
public boolean securityEnabled()
- Returns:
- the securityEnabled
securityEnabled
public void securityEnabled(boolean securityEnabled)
- Parameters:
securityEnabled - the securityEnabled to set
memory
public GHN.Memory memory()
- Returns:
- the memory
memory
public void memory(GHN.Memory memory)
- Parameters:
memory - the memory to set
site
public GHN.Site site()
- Returns:
- the site
site
public void site(GHN.Site site)
- Parameters:
site - the site to set
relatedRIs
public List<RunningInstanceMessage> relatedRIs()
- Returns:
- the relatedRIs
relatedRIs
public void relatedRIs(List<RunningInstanceMessage> relatedRIs)
- Parameters:
relatedRIs - the relatedRIs to set
selected
public boolean selected()
- Returns:
- the selected
selected
public void selected(boolean selected)
- Parameters:
selected - the selected to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.