Class ModifyUserCmdRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bm.v20180423.models.ModifyUserCmdRequest
-
public class ModifyUserCmdRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyUserCmdRequest()
ModifyUserCmdRequest(ModifyUserCmdRequest 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlias()
Get 待修改的脚本名称String
getCmdId()
Get 待修改的脚本IDString
getContent()
Get 待修改的脚本内容,必须经过base64编码String
getOsType()
Get 脚本适用的操作系统类型void
setAlias(String Alias)
Set 待修改的脚本名称void
setCmdId(String CmdId)
Set 待修改的脚本IDvoid
setContent(String Content)
Set 待修改的脚本内容,必须经过base64编码void
setOsType(String OsType)
Set 脚本适用的操作系统类型void
toMap(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
-
ModifyUserCmdRequest
public ModifyUserCmdRequest()
-
ModifyUserCmdRequest
public ModifyUserCmdRequest(ModifyUserCmdRequest 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
-
getCmdId
public String getCmdId()
Get 待修改的脚本ID- Returns:
- CmdId 待修改的脚本ID
-
setCmdId
public void setCmdId(String CmdId)
Set 待修改的脚本ID- Parameters:
CmdId
- 待修改的脚本ID
-
getAlias
public String getAlias()
Get 待修改的脚本名称- Returns:
- Alias 待修改的脚本名称
-
setAlias
public void setAlias(String Alias)
Set 待修改的脚本名称- Parameters:
Alias
- 待修改的脚本名称
-
getOsType
public String getOsType()
Get 脚本适用的操作系统类型- Returns:
- OsType 脚本适用的操作系统类型
-
setOsType
public void setOsType(String OsType)
Set 脚本适用的操作系统类型- Parameters:
OsType
- 脚本适用的操作系统类型
-
getContent
public String getContent()
Get 待修改的脚本内容,必须经过base64编码- Returns:
- Content 待修改的脚本内容,必须经过base64编码
-
setContent
public void setContent(String Content)
Set 待修改的脚本内容,必须经过base64编码- Parameters:
Content
- 待修改的脚本内容,必须经过base64编码
-
-