OpenShift Java Client 2.5.0.Final

com.openshift.internal.client.response
Class UserResourceDTO

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

public class UserResourceDTO
extends BaseResourceDTO


Method Summary
 int getConsumedGears()
           
 int getMaxGears()
           
 String getRhLogin()
           
 
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, toString, wait, wait, wait
 

Method Detail

getRhLogin

public String getRhLogin()
Returns:
the rhLogin

getMaxGears

public int getMaxGears()
Returns:
the maxGears

getConsumedGears

public int getConsumedGears()
Returns:
the consumedGears

OpenShift Java Client 2.5.0.Final

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