Class SetUPhoneCallbackRequest

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

public class SetUPhoneCallbackRequest extends Request
  • Constructor Details

    • SetUPhoneCallbackRequest

      public SetUPhoneCallbackRequest()
  • Method Details

    • getProjectId

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

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

      public String getUPhoneId()
    • setUPhoneId

      public void setUPhoneId(String uPhoneId)
    • getURL

      public String getURL()
    • setURL

      public void setURL(String url)
    • getCityId

      public String getCityId()
    • setCityId

      public void setCityId(String cityId)
    • 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)