Class GetUEcPodPriceRequest

java.lang.Object
cn.ucloud.common.request.Request
cn.ucloud.uec.models.GetUEcPodPriceRequest

public class GetUEcPodPriceRequest extends Request
  • Constructor Details

    • GetUEcPodPriceRequest

      public GetUEcPodPriceRequest()
  • Method Details

    • getIdcId

      public String getIdcId()
    • setIdcId

      public void setIdcId(String idcId)
    • getCpuCore

      public Double getCpuCore()
    • setCpuCore

      public void setCpuCore(Double cpuCore)
    • getMemSize

      public Integer getMemSize()
    • setMemSize

      public void setMemSize(Integer memSize)
    • getChargeType

      public Integer getChargeType()
    • setChargeType

      public void setChargeType(Integer chargeType)
    • getChargeQuantity

      public Integer getChargeQuantity()
    • setChargeQuantity

      public void setChargeQuantity(Integer chargeQuantity)
    • getProductType

      public String getProductType()
    • setProductType

      public void setProductType(String productType)
    • getElasticIp

      public String getElasticIp()
    • setElasticIp

      public void setElasticIp(String elasticIp)
    • getBandwidth

      public Integer getBandwidth()
    • setBandwidth

      public void setBandwidth(Integer bandwidth)
    • loadMaxRetries

      public Integer loadMaxRetries()
    • withMaxRetries

      public void withMaxRetries(Integer arg0)
    • loadTimeout

      public Integer loadTimeout()
    • withTimeout

      public void withTimeout(Integer arg0)