Package com.woorea.openstack.nova.model
Class Cloudpipe
- java.lang.Object
-
- com.woorea.openstack.nova.model.Cloudpipe
-
- All Implemented Interfaces:
Serializable
public class Cloudpipe extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Cloudpipe()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendargetCreatedAt()StringgetInstanceId()StringgetInternalIp()StringgetProjectId()StringgetPublicIp()StringgetPublicPort()StringgetState()voidsetCreatedAt(Calendar createdAt)voidsetInstanceId(String instanceId)voidsetInternalIp(String internalIp)voidsetProjectId(String projectId)voidsetPublicIp(String publicIp)voidsetPublicPort(String publicPort)voidsetState(String state)StringtoString()
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
- Returns:
- the projectId
-
setProjectId
public void setProjectId(String projectId)
- Parameters:
projectId- the projectId to set
-
getInternalIp
public String getInternalIp()
- Returns:
- the internalIp
-
setInternalIp
public void setInternalIp(String internalIp)
- Parameters:
internalIp- the internalIp to set
-
getPublicIp
public String getPublicIp()
- Returns:
- the publicIp
-
setPublicIp
public void setPublicIp(String publicIp)
- Parameters:
publicIp- the publicIp to set
-
getPublicPort
public String getPublicPort()
- Returns:
- the publicPort
-
setPublicPort
public void setPublicPort(String publicPort)
- Parameters:
publicPort- the publicPort to set
-
getState
public String getState()
- Returns:
- the state
-
setState
public void setState(String state)
- Parameters:
state- the state to set
-
getInstanceId
public String getInstanceId()
- Returns:
- the instanceId
-
setInstanceId
public void setInstanceId(String instanceId)
- Parameters:
instanceId- the instanceId to set
-
getCreatedAt
public Calendar getCreatedAt()
- Returns:
- the createdAt
-
setCreatedAt
public void setCreatedAt(Calendar createdAt)
- Parameters:
createdAt- the createdAt to set
-
-