public class CreateSubAppIdRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateSubAppIdRequest() |
CreateSubAppIdRequest(CreateSubAppIdRequest 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 |
getDescription()
Get 应用简介,长度限制: 300个字符。不填则应用简介默认为空。
|
String |
getName()
Get 应用名称,长度限制:40个字符。
|
String |
getType()
Get 应用类型, 取值有:AllInOne:一体化;Professional:专业版。默认值为 AllInOne。
|
void |
setDescription(String Description)
Set 应用简介,长度限制: 300个字符。不填则应用简介默认为空。
|
void |
setName(String Name)
Set 应用名称,长度限制:40个字符。
|
void |
setType(String Type)
Set 应用类型, 取值有:AllInOne:一体化;Professional:专业版。默认值为 AllInOne。
|
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 CreateSubAppIdRequest()
public CreateSubAppIdRequest(CreateSubAppIdRequest source)
public String getName()
public void setName(String Name)
Name
- 应用名称,长度限制:40个字符。public String getDescription()
public void setDescription(String Description)
Description
- 应用简介,长度限制: 300个字符。不填则应用简介默认为空。public String getType()
public void setType(String Type)
Type
- 应用类型, 取值有:Copyright © 2025. All rights reserved.