public class GatewayPluginBoundParam extends AbstractModel
Constructor and Description |
---|
GatewayPluginBoundParam() |
GatewayPluginBoundParam(GatewayPluginBoundParam 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 |
getPluginId()
Get 插件id
|
String |
getScopeType()
Get 插件绑定到的对象类型:group/api
|
String |
getScopeValue()
Get 插件绑定到的对象主键值,例如分组的ID/API的ID
|
void |
setPluginId(String PluginId)
Set 插件id
|
void |
setScopeType(String ScopeType)
Set 插件绑定到的对象类型:group/api
|
void |
setScopeValue(String ScopeValue)
Set 插件绑定到的对象主键值,例如分组的ID/API的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 GatewayPluginBoundParam()
public GatewayPluginBoundParam(GatewayPluginBoundParam source)
public String getPluginId()
public void setPluginId(String PluginId)
PluginId
- 插件idpublic String getScopeType()
public void setScopeType(String ScopeType)
ScopeType
- 插件绑定到的对象类型:group/apipublic String getScopeValue()
public void setScopeValue(String ScopeValue)
ScopeValue
- 插件绑定到的对象主键值,例如分组的ID/API的IDCopyright © 2022. All rights reserved.