类 ModifyBandwidthRequest


  • public class ModifyBandwidthRequest
    extends AbstractBceRequest
    The peer conn id request.
    • 构造器详细资料

      • ModifyBandwidthRequest

        public ModifyBandwidthRequest()
    • 方法详细资料

      • withPeerConnId

        public ModifyBandwidthRequest withPeerConnId​(String peerConnId)
        Configure bandwidthInMbps for the request.
        参数:
        peerConnId - The bandwidthInMbps of ModifyBandwidthRequest.
        返回:
        ModifyBandwidthRequest with specific bandwidthInMbps.
      • withNewBandwidthInMbps

        public ModifyBandwidthRequest withNewBandwidthInMbps​(int newBandwidthInMbps)
        Configure bandwidthInMbps for the request.
        参数:
        newBandwidthInMbps - The bandwidthInMbps of ModifyBandwidthRequest.
        返回:
        ModifyBandwidthRequest with specific bandwidthInMbps.
      • getNewBandwidthInMbps

        public int getNewBandwidthInMbps()
      • setNewBandwidthInMbps

        public void setNewBandwidthInMbps​(int newBandwidthInMbps)
      • getClientToken

        public String getClientToken()
      • setClientToken

        public void setClientToken​(String clientToken)
      • getPeerConnId

        public String getPeerConnId()
      • setPeerConnId

        public void setPeerConnId​(String peerConnId)