public class GearResourceDTO extends BaseResourceDTO
| Constructor and Description |
|---|
GearResourceDTO(String uuid,
String gitUrl,
List<GearComponentDTO> components,
List<Message> creationLog)
Instantiates a new gears resource dto.
|
| Modifier and Type | Method and Description |
|---|---|
List<GearComponentDTO> |
getComponents()
Gets the components.
|
String |
getGitUrl()
Gets the git url.
|
String |
getUuid()
Gets the uuid.
|
getCreationLog, getLink, getLinks, hasCreationLogpublic final String getUuid()
public final String getGitUrl()
public final List<GearComponentDTO> getComponents()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.