public class ModifyTemplateMemberRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyTemplateMemberRequest() |
ModifyTemplateMemberRequest(ModifyTemplateMemberRequest 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 |
---|---|
MemberInfo[] |
getOriginalTemplateMember()
Get Information on the parameter template to be modified.
|
String |
getTemplateId()
Get Parameter template instance ID, which can be the instance ID of a parameter template of the following four types: IP address, protocol port, IP address group, and protocol port group.
|
MemberInfo[] |
getTemplateMember()
Get New parameter template information.
|
void |
setOriginalTemplateMember(MemberInfo[] OriginalTemplateMember)
Set Information on the parameter template to be modified.
|
void |
setTemplateId(String TemplateId)
Set Parameter template instance ID, which can be the instance ID of a parameter template of the following four types: IP address, protocol port, IP address group, and protocol port group.
|
void |
setTemplateMember(MemberInfo[] TemplateMember)
Set New parameter template information.
|
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, toJsonString
public ModifyTemplateMemberRequest()
public ModifyTemplateMemberRequest(ModifyTemplateMemberRequest source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- Parameter template instance ID, which can be the instance ID of a parameter template of the following four types: IP address, protocol port, IP address group, and protocol port group.public MemberInfo[] getOriginalTemplateMember()
public void setOriginalTemplateMember(MemberInfo[] OriginalTemplateMember)
OriginalTemplateMember
- Information on the parameter template to be modified. The template can be of the following four types: IP address, protocol port, IP address group, and protocol port group. The type should be consistent with that of the template specified by the TemplateId parameter. The parameter sequence should be the same as that of TemplateMember, and the input parameter length should be consistent with that of TemplateMember.public MemberInfo[] getTemplateMember()
public void setTemplateMember(MemberInfo[] TemplateMember)
TemplateMember
- New parameter template information. The template can be of the following four types: IP address, protocol port, IP address group, and protocol port group. The type should be consistent with that of the template specified by the TemplateId parameter. The parameter sequence should be the same as that of OriginalTemplateMember, and the input parameter length should be consistent with that of OriginalTemplateMember.Copyright © 2025. All rights reserved.