org.cloudfoundry.client.lib.domain
Class InstanceInfo

java.lang.Object
  extended by org.cloudfoundry.client.lib.domain.InstanceInfo

public class InstanceInfo
extends Object


Constructor Summary
InstanceInfo(Map<String,Object> infoMap)
           
 
Method Summary
 String getDebugIp()
           
 int getDebugPort()
           
 int getIndex()
           
 Date getSince()
           
 InstanceState getState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceInfo

public InstanceInfo(Map<String,Object> infoMap)
Method Detail

getSince

public Date getSince()

getIndex

public int getIndex()

getState

public InstanceState getState()

getDebugIp

public String getDebugIp()

getDebugPort

public int getDebugPort()


Copyright © 2013. All rights reserved.