Class DescribeUPhoneJobRequest

java.lang.Object
cn.ucloud.common.request.Request
cn.ucloud.uphone.models.DescribeUPhoneJobRequest

public class DescribeUPhoneJobRequest extends Request
  • Constructor Details

    • DescribeUPhoneJobRequest

      public DescribeUPhoneJobRequest()
  • Method Details

    • getProjectId

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

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

      public String getCityId()
    • setCityId

      public void setCityId(String cityId)
    • getJobIds

      public List<String> getJobIds()
    • setJobIds

      public void setJobIds(List<String> jobIds)
    • getOffset

      public Integer getOffset()
    • setOffset

      public void setOffset(Integer offset)
    • getLimit

      public Integer getLimit()
    • setLimit

      public void setLimit(Integer limit)
    • getState

      public String getState()
    • setState

      public void setState(String state)
    • getTypes

      public List<String> getTypes()
    • setTypes

      public void setTypes(List<String> types)
    • getProductType

      public String getProductType()
    • setProductType

      public void setProductType(String productType)
    • loadMaxRetries

      public Integer loadMaxRetries()
    • withMaxRetries

      public void withMaxRetries(Integer arg0)
    • loadTimeout

      public Integer loadTimeout()
    • withTimeout

      public void withTimeout(Integer arg0)