public class GearGroupResourceDTO extends BaseResourceDTO
Modifier and Type | Method and Description |
---|---|
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.
|
getLink, getLinks, getMessages
public final String getName()
public final String getUuid()
public final Collection<GearResourceDTO> getGears()
public Map<String,CartridgeResourceDTO> getCartridges()
public CartridgeResourceDTO getCartridge(String name)
Copyright © 2014 JBoss by Red Hat. All rights reserved.