public class CreateSubAppIdRequest extends AbstractModel
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个字符。
|
void |
setDescription(String Description)
Set 子应用简介,长度限制: 300个字符。
|
void |
setName(String Name)
Set 子应用名称,长度限制:40个字符。
|
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 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个字符。Copyright © 2022. All rights reserved.