public class CreateUserCmdRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateUserCmdRequest() | 
| CreateUserCmdRequest(CreateUserCmdRequest 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 用户自定义脚本的名称 | 
| String | getContent()Get 脚本内容,必须经过base64编码 | 
| String | getOsType()Get 命令适用的操作系统类型,取值linux或xserver | 
| void | setAlias(String Alias)Set 用户自定义脚本的名称 | 
| void | setContent(String Content)Set 脚本内容,必须经过base64编码 | 
| void | setOsType(String OsType)Set 命令适用的操作系统类型,取值linux或xserver | 
| 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 CreateUserCmdRequest()
public CreateUserCmdRequest(CreateUserCmdRequest source)
public String getAlias()
public void setAlias(String Alias)
Alias - 用户自定义脚本的名称public String getOsType()
public void setOsType(String OsType)
OsType - 命令适用的操作系统类型,取值linux或xserverpublic String getContent()
public void setContent(String Content)
Content - 脚本内容,必须经过base64编码Copyright © 2025. All rights reserved.