public class AddressTemplateSpecification extends AbstractModel
Constructor and Description |
---|
AddressTemplateSpecification() |
Modifier and Type | Method and Description |
---|---|
String |
getAddressGroupId()
Get The ID of the IP address group, such as `ipmg-2uw6ujo6`.
|
String |
getAddressId()
Get The ID of the IP address, such as `ipm-2uw6ujo6`.
|
void |
setAddressGroupId(String AddressGroupId)
Set The ID of the IP address group, such as `ipmg-2uw6ujo6`.
|
void |
setAddressId(String AddressId)
Set The ID of the IP address, such as `ipm-2uw6ujo6`.
|
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 getAddressId()
public void setAddressId(String AddressId)
AddressId
- The ID of the IP address, such as `ipm-2uw6ujo6`.public String getAddressGroupId()
public void setAddressGroupId(String AddressGroupId)
AddressGroupId
- The ID of the IP address group, such as `ipmg-2uw6ujo6`.Copyright © 2020. All rights reserved.