OpenShift Java Client 2.5.0.Final

com.openshift.internal.client.response
Class ApplicationResourceDTO

java.lang.Object
  extended by com.openshift.internal.client.response.BaseResourceDTO
      extended by com.openshift.internal.client.response.ApplicationResourceDTO

public class ApplicationResourceDTO
extends BaseResourceDTO

The Class ApplicationDTO.

Author:
Xavier Coulon

Method Summary
 List<String> getAliases()
           
 ApplicationScale getApplicationScale()
           
 String getApplicationUrl()
           
 Map<String,CartridgeResourceDTO> getCartridges()
           
 String getCreationTime()
          Gets the creation time.
 String getDomainId()
          Gets the domain id.
 String getFramework()
          Gets the framework.
 IGearProfile getGearProfile()
           
 String getGitUrl()
           
 String getInitialGitUrl()
           
 String getName()
          Gets the name.
 String getSshUrl()
           
 String getUuid()
          Gets the uuid.
 String toString()
           
 
Methods inherited from class com.openshift.internal.client.response.BaseResourceDTO
getLink, getLinks, getMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFramework

public final String getFramework()
Gets the framework.

Returns:
the framework

getDomainId

public final String getDomainId()
Gets the domain id.

Returns:
the domainId

getCreationTime

public final String getCreationTime()
Gets the creation time.

Returns:
the creationTime

getName

public final String getName()
Gets the name.

Returns:
the name

getApplicationScale

public final ApplicationScale getApplicationScale()
Returns:
the scalable

getGearProfile

public final IGearProfile getGearProfile()
Returns:
the gearProfile

getUuid

public final String getUuid()
Gets the uuid.

Returns:
the uuid

getApplicationUrl

public final String getApplicationUrl()
Returns:
the url at which this application may be reached

getSshUrl

public String getSshUrl()
Returns:
the url to use to connect with ssh

getGitUrl

public final String getGitUrl()
Returns:
the url at which this applications git repo may be reached at

getInitialGitUrl

public final String getInitialGitUrl()
Returns:
the initial git repo url for the initial code of this application

getAliases

public List<String> getAliases()
Returns:
the aliases

getCartridges

public Map<String,CartridgeResourceDTO> getCartridges()

toString

public String toString()
Overrides:
toString in class Object

OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.