public class CreateApiAppRequest extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 © 2022. All rights reserved.