Class Cloudpipe

java.lang.Object
com.woorea.openstack.nova.model.Cloudpipe
All Implemented Interfaces:
Serializable

public class Cloudpipe extends Object implements Serializable
See Also:
  • Field Details

    • projectId

      private String projectId
    • internalIp

      private String internalIp
    • publicIp

      private String publicIp
    • publicPort

      private String publicPort
    • state

      private String state
    • instanceId

      private String instanceId
    • createdAt

      private Calendar createdAt
  • Constructor Details

    • Cloudpipe

      public Cloudpipe()
  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object