public class ModifyApiAppRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyApiAppRequest() | 
| ModifyApiAppRequest(ModifyApiAppRequest 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 | getApiAppId()Get 应用唯一 ID。 | 
| String | getApiAppName()Get 修改的应用名称 | 
| void | setApiAppDesc(String ApiAppDesc)Set 修改的应用描述 | 
| void | setApiAppId(String ApiAppId)Set 应用唯一 ID。 | 
| 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, toJsonStringpublic ModifyApiAppRequest()
public ModifyApiAppRequest(ModifyApiAppRequest source)
public String getApiAppId()
public void setApiAppId(String ApiAppId)
ApiAppId - 应用唯一 ID。public String getApiAppName()
public void setApiAppName(String ApiAppName)
ApiAppName - 修改的应用名称public String getApiAppDesc()
public void setApiAppDesc(String ApiAppDesc)
ApiAppDesc - 修改的应用描述Copyright © 2025. All rights reserved.