public class AddIp6RulesRequest extends AbstractModel
Constructor and Description |
---|
AddIp6RulesRequest() |
AddIp6RulesRequest(AddIp6RulesRequest 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 |
---|---|
Ip6RuleInfo[] |
getIp6RuleInfos()
Get IPV6转换规则信息
|
String |
getIp6RuleName()
Get IPV6转换规则名称
|
String |
getIp6TranslatorId()
Get IPV6转换实例唯一ID,形如ip6-xxxxxxxx
|
void |
setIp6RuleInfos(Ip6RuleInfo[] Ip6RuleInfos)
Set IPV6转换规则信息
|
void |
setIp6RuleName(String Ip6RuleName)
Set IPV6转换规则名称
|
void |
setIp6TranslatorId(String Ip6TranslatorId)
Set IPV6转换实例唯一ID,形如ip6-xxxxxxxx
|
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 AddIp6RulesRequest()
public AddIp6RulesRequest(AddIp6RulesRequest source)
public String getIp6TranslatorId()
public void setIp6TranslatorId(String Ip6TranslatorId)
Ip6TranslatorId
- IPV6转换实例唯一ID,形如ip6-xxxxxxxxpublic Ip6RuleInfo[] getIp6RuleInfos()
public void setIp6RuleInfos(Ip6RuleInfo[] Ip6RuleInfos)
Ip6RuleInfos
- IPV6转换规则信息public String getIp6RuleName()
public void setIp6RuleName(String Ip6RuleName)
Ip6RuleName
- IPV6转换规则名称Copyright © 2021. All rights reserved.