Class ModifyAddressesBandwidthRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.ModifyAddressesBandwidthRequest
-
public class ModifyAddressesBandwidthRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyAddressesBandwidthRequest()
ModifyAddressesBandwidthRequest(ModifyAddressesBandwidthRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getAddressIds()
Get EIP唯一标识ID,形如'eip-xxxxxxx'String
getEcmRegion()
Get ECM 地域Long
getInternetMaxBandwidthOut()
Get 调整带宽目标值void
setAddressIds(String[] AddressIds)
Set EIP唯一标识ID,形如'eip-xxxxxxx'void
setEcmRegion(String EcmRegion)
Set ECM 地域void
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set 调整带宽目标值void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyAddressesBandwidthRequest
public ModifyAddressesBandwidthRequest()
-
ModifyAddressesBandwidthRequest
public ModifyAddressesBandwidthRequest(ModifyAddressesBandwidthRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getEcmRegion
public String getEcmRegion()
Get ECM 地域- Returns:
- EcmRegion ECM 地域
-
setEcmRegion
public void setEcmRegion(String EcmRegion)
Set ECM 地域- Parameters:
EcmRegion
- ECM 地域
-
getAddressIds
public String[] getAddressIds()
Get EIP唯一标识ID,形如'eip-xxxxxxx'- Returns:
- AddressIds EIP唯一标识ID,形如'eip-xxxxxxx'
-
setAddressIds
public void setAddressIds(String[] AddressIds)
Set EIP唯一标识ID,形如'eip-xxxxxxx'- Parameters:
AddressIds
- EIP唯一标识ID,形如'eip-xxxxxxx'
-
getInternetMaxBandwidthOut
public Long getInternetMaxBandwidthOut()
Get 调整带宽目标值- Returns:
- InternetMaxBandwidthOut 调整带宽目标值
-
setInternetMaxBandwidthOut
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set 调整带宽目标值- Parameters:
InternetMaxBandwidthOut
- 调整带宽目标值
-
-