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,
List<String> aliases,
Map<String,String> embeddedCartridgeInfos,
Map<String,Link> links,
List<Message> creationLog)
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.
|
IGearProfile |
getGearProfile() |
String |
getGitUrl() |
String |
getName()
Gets the name.
|
String |
getUuid()
Gets the uuid.
|
String |
toString() |
getCreationLog, getLink, getLinks, hasCreationLog
public ApplicationResourceDTO(String framework, String domainId, String creationTime, String name, IGearProfile gearProfile, ApplicationScale scale, String uuid, String applicationUrl, String gitUrl, List<String> aliases, Map<String,String> embeddedCartridgeInfos, Map<String,Link> links, List<Message> creationLog)
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 String getUuid()
public final String getApplicationUrl()
public final String getGitUrl()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.