Class GetUPhoneShareBandwidthUpgradePriceRequest

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

public class GetUPhoneShareBandwidthUpgradePriceRequest extends Request
  • Constructor Details

    • GetUPhoneShareBandwidthUpgradePriceRequest

      public GetUPhoneShareBandwidthUpgradePriceRequest()
  • Method Details

    • getProjectId

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

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

      public String getShareBandwidthId()
    • setShareBandwidthId

      public void setShareBandwidthId(String shareBandwidthId)
    • 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)