OpenShift Java Client 2.5.0.Final

com.openshift.internal.client.response
Class CartridgeResourceDTO

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

public class CartridgeResourceDTO
extends BaseResourceDTO

Author:
Xavier Coulon, Andre Dietisheim

Constructor Summary
protected CartridgeResourceDTO(String name, CartridgeType type, CartridgeResourceProperties properties)
           
protected CartridgeResourceDTO(String name, String displayName, String description, String type, URL url, CartridgeResourceProperties properties, Map<String,Link> links, Messages messages)
           
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 String getName()
           
 CartridgeResourceProperties getProperties()
           
 CartridgeType getType()
           
 URL getUrl()
           
 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
 

Constructor Detail

CartridgeResourceDTO

protected CartridgeResourceDTO(String name,
                               CartridgeType type,
                               CartridgeResourceProperties properties)

CartridgeResourceDTO

protected CartridgeResourceDTO(String name,
                               String displayName,
                               String description,
                               String type,
                               URL url,
                               CartridgeResourceProperties properties,
                               Map<String,Link> links,
                               Messages messages)
Method Detail

getName

public String getName()

getDisplayName

public String getDisplayName()

getDescription

public String getDescription()

getType

public CartridgeType getType()

getUrl

public URL getUrl()

getProperties

public CartridgeResourceProperties getProperties()

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.