public class GatewayPluginBoundParam extends AbstractModel
header, skipSign| 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 | getGatewayInstanceId()Get 网关id | 
| String | getMicroserviceId()Get 创建关联的服务id,关联envoy网关时使用 | 
| String | getPluginId()Get 插件id | 
| String | getScopeType()Get 插件绑定到的对象类型:group/api/all | 
| String | getScopeValue()Get 插件绑定到的对象主键值,例如分组的ID/API的ID | 
| void | setGatewayInstanceId(String GatewayInstanceId)Set 网关id | 
| void | setMicroserviceId(String MicroserviceId)Set 创建关联的服务id,关联envoy网关时使用 | 
| void | setPluginId(String PluginId)Set 插件id | 
| void | setScopeType(String ScopeType)Set 插件绑定到的对象类型:group/api/all | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GatewayPluginBoundParam()
public GatewayPluginBoundParam(GatewayPluginBoundParam source)
public String getPluginId()
public void setPluginId(String PluginId)
PluginId - 插件idpublic String getScopeType()
public void setScopeType(String ScopeType)
ScopeType - 插件绑定到的对象类型:group/api/allpublic String getScopeValue()
public void setScopeValue(String ScopeValue)
ScopeValue - 插件绑定到的对象主键值,例如分组的ID/API的IDpublic String getMicroserviceId()
public void setMicroserviceId(String MicroserviceId)
MicroserviceId - 创建关联的服务id,关联envoy网关时使用public String getGatewayInstanceId()
public void setGatewayInstanceId(String GatewayInstanceId)
GatewayInstanceId - 网关idCopyright © 2025. All rights reserved.