Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.AttachedPluginInfo
-
Packages that use AttachedPluginInfo Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of AttachedPluginInfo in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return AttachedPluginInfo Modifier and Type Method Description AttachedPluginInfo[]AttachedPluginSummary. getPluginSummary()Get 已绑定的插件信息。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type AttachedPluginInfo Modifier and Type Method Description voidAttachedPluginSummary. setPluginSummary(AttachedPluginInfo[] PluginSummary)Set 已绑定的插件信息。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type AttachedPluginInfo Constructor Description AttachedPluginInfo(AttachedPluginInfo 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.
-