public class ModifyAddressesBandwidthRequest extends AbstractModel
Constructor and Description |
---|
ModifyAddressesBandwidthRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getAddressIds()
Get The unique ID of the EIP, such as 'eip-xxxx'.
|
String |
getEndTime()
Get The monthly bandwidth end time
|
Long |
getInternetMaxBandwidthOut()
Get Target bandwidth value adjustment
|
String |
getStartTime()
Get The monthly bandwidth start time
|
void |
setAddressIds(String[] AddressIds)
Set The unique ID of the EIP, such as 'eip-xxxx'.
|
void |
setEndTime(String EndTime)
Set The monthly bandwidth end time
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set Target bandwidth value adjustment
|
void |
setStartTime(String StartTime)
Set The monthly bandwidth start time
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getAddressIds()
public void setAddressIds(String[] AddressIds)
AddressIds
- The unique ID of the EIP, such as 'eip-xxxx'.public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- Target bandwidth value adjustmentpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- The monthly bandwidth start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The monthly bandwidth end timeCopyright © 2020. All rights reserved.