public class GearGroupResource extends AbstractOpenShiftResource implements IGearGroup
AbstractOpenShiftResource.Parameters, AbstractOpenShiftResource.ServiceRequest
Modifier | Constructor and Description |
---|---|
protected |
GearGroupResource(GearGroupResourceDTO dto,
IRestService service) |
protected |
GearGroupResource(String uuid,
String name,
Collection<IGear> gears,
IRestService service) |
Modifier and Type | Method and Description |
---|---|
Collection<IGear> |
getGears()
Returns the gears in this gear group resource
|
String |
getName()
Returns the name of this gear groups
|
String |
getUUID()
Returns the uuid of this gear groups.
|
void |
refresh()
Refresh the resource and its list of children resources that were
previously loaded
|
getCreationLog, getLink, getMessages, hasCreationLog, setLinks
protected GearGroupResource(String uuid, String name, Collection<IGear> gears, IRestService service)
protected GearGroupResource(GearGroupResourceDTO dto, IRestService service)
public final String getUUID()
IGearGroup
getUUID
in interface IGearGroup
public final String getName()
IGearGroup
getName
in interface IGearGroup
public Collection<IGear> getGears()
IGearGroup
getGears
in interface IGearGroup
public void refresh() throws OpenShiftException
IOpenShiftResource
refresh
in interface IOpenShiftResource
OpenShiftException
Copyright © 2013 JBoss by Red Hat. All rights reserved.