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 Subapplication overview.
|
String |
getName()
Get Subapplication name.
|
String |
getType()
Get
|
void |
setDescription(String Description)
Set Subapplication overview.
|
void |
setName(String Name)
Set Subapplication name.
|
void |
setType(String Type)
Set
|
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 CreateSubAppIdRequest()
public CreateSubAppIdRequest(CreateSubAppIdRequest source)
public String getName()
public void setName(String Name)
Name - Subapplication name. Length limit: 40 characters.public String getDescription()
public void setDescription(String Description)
Description - Subapplication overview. Length limit: 300 characters.public String getType()
public void setType(String Type)
Type - Copyright © 2025. All rights reserved.