Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.Plugin
-
Packages that use Plugin Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of Plugin in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return Plugin Modifier and Type Method Description Plugin[]PluginSummary. getPluginSet()Get 插件详情。PluginCreatePluginResponse. getResult()Get 新建的插件详情。PluginDescribePluginResponse. getResult()Get 插件详情。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type Plugin Modifier and Type Method Description voidPluginSummary. setPluginSet(Plugin[] PluginSet)Set 插件详情。voidCreatePluginResponse. setResult(Plugin Result)Set 新建的插件详情。voidDescribePluginResponse. setResult(Plugin Result)Set 插件详情。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type Plugin Constructor Description Plugin(Plugin 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.
-