public class UserCmd extends AbstractModel
Constructor and Description |
---|
UserCmd() |
UserCmd(UserCmd 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 |
getAlias()
Get 用户自定义脚本名
|
Long |
getAppId()
Get AppId
|
Long |
getAutoId()
Get 脚本自增ID
|
String |
getCmdId()
Get 脚本ID
|
String |
getContent()
Get 脚本内容
|
String |
getCreateTime()
Get 创建时间
|
String |
getModifyTime()
Get 修改时间
|
String |
getOsType()
Get 命令适用的操作系统类型
|
void |
setAlias(String Alias)
Set 用户自定义脚本名
|
void |
setAppId(Long AppId)
Set AppId
|
void |
setAutoId(Long AutoId)
Set 脚本自增ID
|
void |
setCmdId(String CmdId)
Set 脚本ID
|
void |
setContent(String Content)
Set 脚本内容
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setModifyTime(String ModifyTime)
Set 修改时间
|
void |
setOsType(String OsType)
Set 命令适用的操作系统类型
|
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 UserCmd()
public UserCmd(UserCmd source)
public String getAlias()
public void setAlias(String Alias)
Alias
- 用户自定义脚本名public Long getAppId()
public void setAppId(Long AppId)
AppId
- AppIdpublic Long getAutoId()
public void setAutoId(Long AutoId)
AutoId
- 脚本自增IDpublic String getCmdId()
public void setCmdId(String CmdId)
CmdId
- 脚本IDpublic String getContent()
public void setContent(String Content)
Content
- 脚本内容public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 修改时间public String getOsType()
public void setOsType(String OsType)
OsType
- 命令适用的操作系统类型Copyright © 2021. All rights reserved.