public class DetachPluginRequest extends AbstractModel
Constructor and Description |
---|
DetachPluginRequest() |
DetachPluginRequest(DetachPluginRequest 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 |
getApiId()
Get ID of the API to unbind from the plugin
|
String |
getEnvironmentName()
Get API environment
|
String |
getPluginId()
Get ID of the plugin to be unbound
|
String |
getServiceId()
Get Service ID
|
void |
setApiId(String ApiId)
Set ID of the API to unbind from the plugin
|
void |
setEnvironmentName(String EnvironmentName)
Set API environment
|
void |
setPluginId(String PluginId)
Set ID of the plugin to be unbound
|
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, toJsonString
public DetachPluginRequest()
public DetachPluginRequest(DetachPluginRequest source)
public String getPluginId()
public void setPluginId(String PluginId)
PluginId
- ID of the plugin to be unboundpublic String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- Service IDpublic String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName
- API environmentpublic String getApiId()
public void setApiId(String ApiId)
ApiId
- ID of the API to unbind from the pluginCopyright © 2023. All rights reserved.