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 应用描述
|
String |
getApiAppName()
Get 用户自定义应用名称。
|
void |
setApiAppDesc(String ApiAppDesc)
Set 应用描述
|
void |
setApiAppName(String ApiAppName)
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, toJsonString
public CreateApiAppRequest()
public CreateApiAppRequest(CreateApiAppRequest source)
public String getApiAppName()
public void setApiAppName(String ApiAppName)
ApiAppName
- 用户自定义应用名称。public String getApiAppDesc()
public void setApiAppDesc(String ApiAppDesc)
ApiAppDesc
- 应用描述Copyright © 2024. All rights reserved.