public class CmdTemplate extends AbstractModel
header, skipSign
Constructor and Description |
---|
CmdTemplate() |
CmdTemplate(CmdTemplate 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")分隔
|
Long |
getId()
Get 高危命令模板ID
|
String |
getName()
Get 高危命令模板名称
|
Long |
getType()
Get 命令模板类型 1-内置 2-自定义
|
void |
setCmdList(String CmdList)
Set 命令列表,命令之间用换行符("\n")分隔
|
void |
setId(Long Id)
Set 高危命令模板ID
|
void |
setName(String Name)
Set 高危命令模板名称
|
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, toJsonString
public CmdTemplate()
public CmdTemplate(CmdTemplate source)
public Long getId()
public void setId(Long Id)
Id
- 高危命令模板IDpublic String getName()
public void setName(String Name)
Name
- 高危命令模板名称public String getCmdList()
public void setCmdList(String CmdList)
CmdList
- 命令列表,命令之间用换行符("\n")分隔public Long getType()
public void setType(Long Type)
Type
- 命令模板类型 1-内置 2-自定义Copyright © 2025. All rights reserved.