java.lang.Object
com.woorea.openstack.quantum.model.Pool
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • Pool

      public Pool()
  • Method Details

    • getStart

      public String getStart()
      Returns:
      the start
    • setStart

      public void setStart(String start)
      Parameters:
      start - the start to set
    • getEnd

      public String getEnd()
      Returns:
      the end
    • setEnd

      public void setEnd(String end)
      Parameters:
      end - the end to set
    • toString

      public String toString()
      Overrides:
      toString in class Object