|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.openshift.internal.client.response.BaseResourceDTO
com.openshift.internal.client.response.GearGroupResourceDTO
public class GearGroupResourceDTO
The DTO for a gear groups
Method Summary | |
---|---|
CartridgeResourceDTO |
getCartridge(String name)
Returns the cartridge identified by the given name. |
Map<String,CartridgeResourceDTO> |
getCartridges()
Returns the cartridges within this gear group. |
Collection<GearResourceDTO> |
getGears()
Returns the gears within this gear group. |
String |
getName()
Returns the name of this gear group |
String |
getUuid()
Returns the uuid of this gear group. |
Methods inherited from class com.openshift.internal.client.response.BaseResourceDTO |
---|
getLink, getLinks, getMessages |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final String getName()
public final String getUuid()
public final Collection<GearResourceDTO> getGears()
public Map<String,CartridgeResourceDTO> getCartridges()
public CartridgeResourceDTO getCartridge(String name)
|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |