public class AttachPluginRequest extends AbstractModel
header, skipSign
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AttachPluginRequest()
public AttachPluginRequest(AttachPluginRequest source)
public String getPluginId()
public void setPluginId(String PluginId)
PluginId
- ID of the plugin to be bound.public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- Service ID.public String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName
- API environment.public String[] getApiIds()
public void setApiIds(String[] ApiIds)
ApiIds
- List of APIs bound with the plugin.Copyright © 2024. All rights reserved.