Class ReleaseAddressesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.ReleaseAddressesRequest
-
public class ReleaseAddressesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ReleaseAddressesRequest()ReleaseAddressesRequest(ReleaseAddressesRequest 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 列表。StringgetEcmRegion()Get ECM 地域voidsetAddressIds(String[] AddressIds)Set 标识 EIP 的唯一 ID 列表。voidsetEcmRegion(String EcmRegion)Set ECM 地域voidtoMap(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
-
ReleaseAddressesRequest
public ReleaseAddressesRequest()
-
ReleaseAddressesRequest
public ReleaseAddressesRequest(ReleaseAddressesRequest 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 列表。- Returns:
- AddressIds 标识 EIP 的唯一 ID 列表。
-
setAddressIds
public void setAddressIds(String[] AddressIds)
Set 标识 EIP 的唯一 ID 列表。- Parameters:
AddressIds- 标识 EIP 的唯一 ID 列表。
-
-