public class ModifyCmdTemplateRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyCmdTemplateRequest() | 
| ModifyCmdTemplateRequest(ModifyCmdTemplateRequest 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 | getCmdList()Get 命令列表,\n分隔,最长32768字节 | 
| Long | getEncoding()Get CmdList字段前端是否base64传值。
0:否,1:是 | 
| Long | getId()Get 命令模板ID | 
| String | getName()Get 模板名,最长32字符,不能包含空白字符 | 
| Long | getType()Get 命令模板类型 1-内置模板 2-自定义模板 | 
| void | setCmdList(String CmdList)Set 命令列表,\n分隔,最长32768字节 | 
| void | setEncoding(Long Encoding)Set CmdList字段前端是否base64传值。
0:否,1:是 | 
| void | setId(Long Id)Set 命令模板ID | 
| void | setName(String Name)Set 模板名,最长32字符,不能包含空白字符 | 
| void | setType(Long Type)Set 命令模板类型 1-内置模板 2-自定义模板 | 
| 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 ModifyCmdTemplateRequest()
public ModifyCmdTemplateRequest(ModifyCmdTemplateRequest source)
public String getName()
public void setName(String Name)
Name - 模板名,最长32字符,不能包含空白字符public String getCmdList()
public void setCmdList(String CmdList)
CmdList - 命令列表,\n分隔,最长32768字节public Long getId()
public void setId(Long Id)
Id - 命令模板IDpublic Long getEncoding()
public void setEncoding(Long Encoding)
Encoding - CmdList字段前端是否base64传值。
0:否,1:是public Long getType()
public void setType(Long Type)
Type - 命令模板类型 1-内置模板 2-自定义模板Copyright © 2025. All rights reserved.