public class ApplicationResourceDTO extends BaseResourceDTO
Constructor and Description |
---|
ApplicationResourceDTO(String framework,
String domainId,
String creationTime,
String name,
IGearProfile gearProfile,
ApplicationScale scale,
String uuid,
String applicationUrl,
String gitUrl,
String initialGitUrl,
List<String> aliases,
Map<String,String> embeddedCartridgeInfos,
Map<String,Link> links,
Messages messages)
Instantiates a new application dto.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getAliases() |
ApplicationScale |
getApplicationScale() |
String |
getApplicationUrl() |
String |
getCreationTime()
Gets the creation time.
|
String |
getDomainId()
Gets the domain id.
|
Map<String,String> |
getEmbeddedCartridgeInfos() |
String |
getFramework()
Gets the framework.
|
List<IGearGroup> |
getGearGroups() |
IGearProfile |
getGearProfile() |
String |
getGitUrl() |
String |
getInitialGitUrl() |
String |
getName()
Gets the name.
|
String |
getUuid()
Gets the uuid.
|
String |
toString() |
getLink, getLinks, getMessages
public ApplicationResourceDTO(String framework, String domainId, String creationTime, String name, IGearProfile gearProfile, ApplicationScale scale, String uuid, String applicationUrl, String gitUrl, String initialGitUrl, List<String> aliases, Map<String,String> embeddedCartridgeInfos, Map<String,Link> links, Messages messages)
framework
- the frameworkdomainId
- the domain idcreationTime
- the creation timename
- the nameuuid
- the uuidlinks
- the linkspublic final String getFramework()
public final String getDomainId()
public final String getCreationTime()
public final String getName()
public final ApplicationScale getApplicationScale()
public final IGearProfile getGearProfile()
public final List<IGearGroup> getGearGroups()
public final String getUuid()
public final String getApplicationUrl()
public final String getGitUrl()
public final String getInitialGitUrl()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.