Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.UpstreamInfo
-
Packages that use UpstreamInfo Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of UpstreamInfo in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return UpstreamInfo Modifier and Type Method Description UpstreamInfo[]DescribeUpstreamInfo. getUpstreamSet()Get 查询列表Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type UpstreamInfo Modifier and Type Method Description voidDescribeUpstreamInfo. setUpstreamSet(UpstreamInfo[] UpstreamSet)Set 查询列表Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type UpstreamInfo Constructor Description UpstreamInfo(UpstreamInfo 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.
-