public class BindApiAppRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BindApiAppRequest() | 
| BindApiAppRequest(BindApiAppRequest 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 | getApiId()Get 待绑定的API唯一ID。 | 
| String | getEnvironment()Get 待绑定的环境。 | 
| String | getServiceId()Get 待绑定的服务唯一 ID。 | 
| void | setApiAppId(String ApiAppId)Set 待绑定的应用唯一 ID 。 | 
| void | setApiId(String ApiId)Set 待绑定的API唯一ID。 | 
| void | setEnvironment(String Environment)Set 待绑定的环境。 | 
| void | setServiceId(String ServiceId)Set 待绑定的服务唯一 ID。 | 
| 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 BindApiAppRequest()
public BindApiAppRequest(BindApiAppRequest source)
public String getApiAppId()
public void setApiAppId(String ApiAppId)
ApiAppId - 待绑定的应用唯一 ID 。public String getEnvironment()
public void setEnvironment(String Environment)
Environment - 待绑定的环境。public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - 待绑定的服务唯一 ID。public String getApiId()
public void setApiId(String ApiId)
ApiId - 待绑定的API唯一ID。Copyright © 2025. All rights reserved.