public class UpdateBandwidthPackageResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bandwidthPackage
The ID of the bandwidth plan.
|
String |
description
The description of the bandwidth plan.
|
String |
name
The name of the bandwidth plan.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
UpdateBandwidthPackageResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateBandwidthPackageResponseBody |
build(Map<String,?> map) |
String |
getBandwidthPackage() |
String |
getDescription() |
String |
getName() |
String |
getRequestId() |
UpdateBandwidthPackageResponseBody |
setBandwidthPackage(String bandwidthPackage) |
UpdateBandwidthPackageResponseBody |
setDescription(String description) |
UpdateBandwidthPackageResponseBody |
setName(String name) |
UpdateBandwidthPackageResponseBody |
setRequestId(String requestId) |
@NameInMap(value="BandwidthPackage") public String bandwidthPackage
The ID of the bandwidth plan.
@NameInMap(value="Description") public String description
The description of the bandwidth plan.
@NameInMap(value="Name") public String name
The name of the bandwidth plan.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static UpdateBandwidthPackageResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateBandwidthPackageResponseBody setBandwidthPackage(String bandwidthPackage)
public String getBandwidthPackage()
public UpdateBandwidthPackageResponseBody setDescription(String description)
public String getDescription()
public UpdateBandwidthPackageResponseBody setName(String name)
public String getName()
public UpdateBandwidthPackageResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.