Class GetCubePriceRequest


  • public class GetCubePriceRequest
    extends Request
    • Constructor Detail

      • GetCubePriceRequest

        public GetCubePriceRequest()
    • Method Detail

      • getZone

        public String getZone()
      • setZone

        public void setZone​(String zone)
      • getCount

        public String getCount()
      • setCount

        public void setCount​(String count)
      • getCpu

        public String getCpu()
      • setCpu

        public void setCpu​(String cpu)
      • getMem

        public String getMem()
      • setMem

        public void setMem​(String mem)
      • getChargeType

        public String getChargeType()
      • setChargeType

        public void setChargeType​(String chargeType)
      • getQuantity

        public Integer getQuantity()
      • setQuantity

        public void setQuantity​(Integer quantity)
      • loadMaxRetries

        public Integer loadMaxRetries()
      • withMaxRetries

        public void withMaxRetries​(Integer arg0)
      • loadTimeout

        public Integer loadTimeout()
      • withTimeout

        public void withTimeout​(Integer arg0)