Class ModifyUPhoneBandwidthRequest

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

public class ModifyUPhoneBandwidthRequest extends Request
  • Constructor Details

    • ModifyUPhoneBandwidthRequest

      public ModifyUPhoneBandwidthRequest()
  • 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)
    • getBandwidth

      public Integer getBandwidth()
    • setBandwidth

      public void setBandwidth(Integer bandwidth)
    • 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)