public class AttachPluginRequest extends AbstractModel
| Constructor and Description | 
|---|
| AttachPluginRequest() | 
| AttachPluginRequest(AttachPluginRequest 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[] | getApiIds()Get List of APIs bound with the plugin | 
| String | getEnvironmentName()Get API environment | 
| String | getPluginId()Get ID of the plugin to be bound | 
| String | getServiceId()Get Service ID | 
| void | setApiIds(String[] ApiIds)Set List of APIs bound with the plugin | 
| void | setEnvironmentName(String EnvironmentName)Set API environment | 
| void | setPluginId(String PluginId)Set ID of the plugin to be bound | 
| void | setServiceId(String ServiceId)Set Service ID | 
| 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, toJsonStringpublic AttachPluginRequest()
public AttachPluginRequest(AttachPluginRequest source)
public String getPluginId()
public void setPluginId(String PluginId)
PluginId - ID of the plugin to be boundpublic String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - Service IDpublic String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName - API environmentpublic String[] getApiIds()
public void setApiIds(String[] ApiIds)
ApiIds - List of APIs bound with the pluginCopyright © 2022. All rights reserved.