Class UserCmd
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bm.v20180423.models.UserCmd
-
public class UserCmd extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()Get 用户自定义脚本名LonggetAppId()Get AppIdLonggetAutoId()Get 脚本自增IDStringgetCmdId()Get 脚本IDStringgetContent()Get 脚本内容StringgetCreateTime()Get 创建时间StringgetModifyTime()Get 修改时间StringgetOsType()Get 命令适用的操作系统类型voidsetAlias(String Alias)Set 用户自定义脚本名voidsetAppId(Long AppId)Set AppIdvoidsetAutoId(Long AutoId)Set 脚本自增IDvoidsetCmdId(String CmdId)Set 脚本IDvoidsetContent(String Content)Set 脚本内容voidsetCreateTime(String CreateTime)Set 创建时间voidsetModifyTime(String ModifyTime)Set 修改时间voidsetOsType(String OsType)Set 命令适用的操作系统类型voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UserCmd
public UserCmd()
-
UserCmd
public 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.
-
-
Method Detail
-
getAlias
public String getAlias()
Get 用户自定义脚本名- Returns:
- Alias 用户自定义脚本名
-
setAlias
public void setAlias(String Alias)
Set 用户自定义脚本名- Parameters:
Alias- 用户自定义脚本名
-
getAppId
public Long getAppId()
Get AppId- Returns:
- AppId AppId
-
setAppId
public void setAppId(Long AppId)
Set AppId- Parameters:
AppId- AppId
-
getAutoId
public Long getAutoId()
Get 脚本自增ID- Returns:
- AutoId 脚本自增ID
-
setAutoId
public void setAutoId(Long AutoId)
Set 脚本自增ID- Parameters:
AutoId- 脚本自增ID
-
getCmdId
public String getCmdId()
Get 脚本ID- Returns:
- CmdId 脚本ID
-
setCmdId
public void setCmdId(String CmdId)
Set 脚本ID- Parameters:
CmdId- 脚本ID
-
getContent
public String getContent()
Get 脚本内容- Returns:
- Content 脚本内容
-
setContent
public void setContent(String Content)
Set 脚本内容- Parameters:
Content- 脚本内容
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime- 创建时间
-
getModifyTime
public String getModifyTime()
Get 修改时间- Returns:
- ModifyTime 修改时间
-
setModifyTime
public void setModifyTime(String ModifyTime)
Set 修改时间- Parameters:
ModifyTime- 修改时间
-
getOsType
public String getOsType()
Get 命令适用的操作系统类型- Returns:
- OsType 命令适用的操作系统类型
-
setOsType
public void setOsType(String OsType)
Set 命令适用的操作系统类型- Parameters:
OsType- 命令适用的操作系统类型
-
-