public class GetIpsetsBandwidthLimitResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bandwidthAllocationType |
Long |
bandwidthLimit |
String |
requestId |
| 构造器和说明 |
|---|
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
@NameInMap(value="BandwidthLimit") public Long bandwidthLimit
@NameInMap(value="RequestId") public String requestId
public static GetIpsetsBandwidthLimitResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetIpsetsBandwidthLimitResponseBody setBandwidthAllocationType(String bandwidthAllocationType)
public String getBandwidthAllocationType()
public GetIpsetsBandwidthLimitResponseBody setBandwidthLimit(Long bandwidthLimit)
public Long getBandwidthLimit()
public GetIpsetsBandwidthLimitResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.