public class UpdateApiAppKeyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateApiAppKeyRequest() | 
| UpdateApiAppKeyRequest(UpdateApiAppKeyRequest 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 | getApiAppId()Get 应用唯一 ID。 | 
| String | getApiAppKey()Get 应用的Key。 | 
| String | getApiAppSecret()Get 应用的Secret。 | 
| void | setApiAppId(String ApiAppId)Set 应用唯一 ID。 | 
| void | setApiAppKey(String ApiAppKey)Set 应用的Key。 | 
| void | setApiAppSecret(String ApiAppSecret)Set 应用的Secret。 | 
| 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 UpdateApiAppKeyRequest()
public UpdateApiAppKeyRequest(UpdateApiAppKeyRequest source)
public String getApiAppId()
public void setApiAppId(String ApiAppId)
ApiAppId - 应用唯一 ID。public String getApiAppKey()
public void setApiAppKey(String ApiAppKey)
ApiAppKey - 应用的Key。public String getApiAppSecret()
public void setApiAppSecret(String ApiAppSecret)
ApiAppSecret - 应用的Secret。Copyright © 2025. All rights reserved.