OpenShift Java Client 2.5.0.Final

com.openshift.internal.client.response
Class KeyResourceDTO

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

public class KeyResourceDTO
extends BaseResourceDTO

The Class KeyResourceDTO.


Method Summary
 String getContent()
          Returns the public key content.
 String getName()
          Returns the name.
 String getType()
          Returns the type.
 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

getName

public final String getName()
Returns the name.

Returns:
the name

getType

public final String getType()
Returns the type.

Returns:
the type

getContent

public final String getContent()
Returns the public key content.

Returns:
the public key content

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.