public class AddressTemplateSpecification extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AddressTemplateSpecification() | 
| AddressTemplateSpecification(AddressTemplateSpecification 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAddressGroupId()Get IP地址组ID,例如:ipmg-2uw6ujo6。 | 
| String | getAddressId()Get IP地址ID,例如:ipm-2uw6ujo6。 | 
| void | setAddressGroupId(String AddressGroupId)Set IP地址组ID,例如:ipmg-2uw6ujo6。 | 
| void | setAddressId(String AddressId)Set IP地址ID,例如:ipm-2uw6ujo6。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AddressTemplateSpecification()
public AddressTemplateSpecification(AddressTemplateSpecification source)
public String getAddressId()
public void setAddressId(String AddressId)
AddressId - IP地址ID,例如:ipm-2uw6ujo6。public String getAddressGroupId()
public void setAddressGroupId(String AddressGroupId)
AddressGroupId - IP地址组ID,例如:ipmg-2uw6ujo6。Copyright © 2025. All rights reserved.