Class DescribeUEcIDCRequest

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

public class DescribeUEcIDCRequest extends Request
  • Constructor Details

    • DescribeUEcIDCRequest

      public DescribeUEcIDCRequest()
  • Method Details

    • getProjectId

      public String getProjectId()
      Overrides:
      getProjectId in class Request
    • setProjectId

      public void setProjectId(String projectId)
      Overrides:
      setProjectId in class Request
    • getCpu

      public Integer getCpu()
    • setCpu

      public void setCpu(Integer cpu)
    • getMemory

      public Integer getMemory()
    • setMemory

      public void setMemory(Integer memory)
    • getIdcId

      public List<String> getIdcId()
    • setIdcId

      public void setIdcId(List<String> idcId)
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • getProductType

      public String getProductType()
    • setProductType

      public void setProductType(String productType)
    • getGpu

      public Integer getGpu()
    • setGpu

      public void setGpu(Integer gpu)
    • loadMaxRetries

      public Integer loadMaxRetries()
    • withMaxRetries

      public void withMaxRetries(Integer arg0)
    • loadTimeout

      public Integer loadTimeout()
    • withTimeout

      public void withTimeout(Integer arg0)