public class ModifyParameterTemplateRequest extends AbstractModel
Constructor and Description |
---|
ModifyParameterTemplateRequest() |
ModifyParameterTemplateRequest(ModifyParameterTemplateRequest 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[] |
getDeleteParamSet()
Get The set of parameters to be deleted in the template.
|
ParamEntry[] |
getModifyParamEntrySet()
Get The set of parameters to be modified or added.
|
String |
getTemplateDescription()
Get Parameter template description, which can contain 1-60 letters, digits, and symbols (-_./()[]()+=:@).
|
String |
getTemplateId()
Get Parameter template ID, which uniquely identifies a parameter template and cannot be modified.
|
String |
getTemplateName()
Get Parameter template name, which can contain 1-60 letters, digits, and symbols (-_./()[]()+=:@).
|
void |
setDeleteParamSet(String[] DeleteParamSet)
Set The set of parameters to be deleted in the template.
|
void |
setModifyParamEntrySet(ParamEntry[] ModifyParamEntrySet)
Set The set of parameters to be modified or added.
|
void |
setTemplateDescription(String TemplateDescription)
Set Parameter template description, which can contain 1-60 letters, digits, and symbols (-_./()[]()+=:@).
|
void |
setTemplateId(String TemplateId)
Set Parameter template ID, which uniquely identifies a parameter template and cannot be modified.
|
void |
setTemplateName(String TemplateName)
Set Parameter template name, which can contain 1-60 letters, digits, and symbols (-_./()[]()+=:@).
|
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 ModifyParameterTemplateRequest()
public ModifyParameterTemplateRequest(ModifyParameterTemplateRequest source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- Parameter template ID, which uniquely identifies a parameter template and cannot be modified.public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName
- Parameter template name, which can contain 1-60 letters, digits, and symbols (-_./()[]()+=:@). If this field is empty, the original parameter template name will be used.public String getTemplateDescription()
public void setTemplateDescription(String TemplateDescription)
TemplateDescription
- Parameter template description, which can contain 1-60 letters, digits, and symbols (-_./()[]()+=:@). If this parameter is not passed in, the original parameter template description will be used.public ParamEntry[] getModifyParamEntrySet()
public void setModifyParamEntrySet(ParamEntry[] ModifyParamEntrySet)
ModifyParamEntrySet
- The set of parameters to be modified or added. A parameter cannot be put to `ModifyParamEntrySet` and `DeleteParamSet` at the same time, that is, it cannot be modified/added and deleted at the same time.public String[] getDeleteParamSet()
public void setDeleteParamSet(String[] DeleteParamSet)
DeleteParamSet
- The set of parameters to be deleted in the template. A parameter cannot be put to `ModifyParamEntrySet` and `DeleteParamSet` at the same time, that is, it cannot be modified/added and deleted at the same time.Copyright © 2023. All rights reserved.