public class CreateApiAppRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateApiAppRequest()  | 
CreateApiAppRequest(CreateApiAppRequest 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 | 
getApiAppDesc()
Get Application description 
 | 
String | 
getApiAppName()
Get Custom application name. 
 | 
void | 
setApiAppDesc(String ApiAppDesc)
Set Application description 
 | 
void | 
setApiAppName(String ApiAppName)
Set Custom application name. 
 | 
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 CreateApiAppRequest()
public CreateApiAppRequest(CreateApiAppRequest source)
public String getApiAppName()
public void setApiAppName(String ApiAppName)
ApiAppName - Custom application name.public String getApiAppDesc()
public void setApiAppDesc(String ApiAppDesc)
ApiAppDesc - Application descriptionCopyright © 2025. All rights reserved.