Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.BindApiInfo
-
Packages that use BindApiInfo Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of BindApiInfo in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return BindApiInfo Modifier and Type Method Description BindApiInfo[]DescribeUpstreamBindApis. getBindApiSet()Get 绑定的API信息Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type BindApiInfo Modifier and Type Method Description voidDescribeUpstreamBindApis. setBindApiSet(BindApiInfo[] BindApiSet)Set 绑定的API信息Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type BindApiInfo Constructor Description BindApiInfo(BindApiInfo 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.
-