public class GetIpsetsBandwidthLimitResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bandwidthAllocationType
The type of the bandwidth that is allocated.
|
Long |
bandwidthLimit
The maximum bandwidth of the acceleration area.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
GetIpsetsBandwidthLimitResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static GetIpsetsBandwidthLimitResponseBody |
build(Map<String,?> map) |
String |
getBandwidthAllocationType() |
Long |
getBandwidthLimit() |
String |
getRequestId() |
GetIpsetsBandwidthLimitResponseBody |
setBandwidthAllocationType(String bandwidthAllocationType) |
GetIpsetsBandwidthLimitResponseBody |
setBandwidthLimit(Long bandwidthLimit) |
GetIpsetsBandwidthLimitResponseBody |
setRequestId(String requestId) |
@NameInMap(value="BandwidthAllocationType") public String bandwidthAllocationType
The type of the bandwidth that is allocated.
* **ShareBandwidth:** shared bandwidth.
* **ExclusiveBandwidth:** dedicated bandwidth.
@NameInMap(value="BandwidthLimit") public Long bandwidthLimit
The maximum bandwidth of the acceleration area. Unit: Mbit/s.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static GetIpsetsBandwidthLimitResponseBody build(Map<String,?> map) throws Exception
Exception
public GetIpsetsBandwidthLimitResponseBody setBandwidthAllocationType(String bandwidthAllocationType)
public String getBandwidthAllocationType()
public GetIpsetsBandwidthLimitResponseBody setBandwidthLimit(Long bandwidthLimit)
public Long getBandwidthLimit()
public GetIpsetsBandwidthLimitResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.