public class GearGroupResourceDTO extends BaseResourceDTO
| Constructor and Description |
|---|
GearGroupResourceDTO(String uuid,
String name,
Collection<IGear> gears)
Instantiates a new gears resource dto.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IGear> |
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, getMessagespublic GearGroupResourceDTO(String uuid, String name, Collection<IGear> gears)
uuid - the uuidcomponents - the componentsgitUrl - the git urlpublic final String getName()
public final String getUuid()
public final Collection<IGear> getGears()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.