Package com.woorea.openstack.nova.model
Class Cloudpipe
java.lang.Object
com.woorea.openstack.nova.model.Cloudpipe
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()voidsetCreatedAt(Calendar createdAt) voidsetInstanceId(String instanceId) voidsetInternalIp(String internalIp) voidsetProjectId(String projectId) voidsetPublicIp(String publicIp) voidsetPublicPort(String publicPort) voidtoString()
-
Field Details
-
projectId
-
internalIp
-
publicIp
-
publicPort
-
state
-
instanceId
-
createdAt
-
-
Constructor Details
-
Cloudpipe
public Cloudpipe()
-
-
Method Details
-
getProjectId
- Returns:
- the projectId
-
setProjectId
- Parameters:
projectId- the projectId to set
-
getInternalIp
- Returns:
- the internalIp
-
setInternalIp
- Parameters:
internalIp- the internalIp to set
-
getPublicIp
- Returns:
- the publicIp
-
setPublicIp
- Parameters:
publicIp- the publicIp to set
-
getPublicPort
- Returns:
- the publicPort
-
setPublicPort
- Parameters:
publicPort- the publicPort to set
-
getState
- Returns:
- the state
-
setState
- Parameters:
state- the state to set
-
getInstanceId
- Returns:
- the instanceId
-
setInstanceId
- Parameters:
instanceId- the instanceId to set
-
getCreatedAt
- Returns:
- the createdAt
-
setCreatedAt
- Parameters:
createdAt- the createdAt to set
-
toString
-