Uses of Class
com.tencentcloudapi.tsf.v20180326.models.ApiInfo
-
Packages that use ApiInfo Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of ApiInfo in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return ApiInfo Modifier and Type Method Description ApiInfo[]CreateGatewayApiRequest. getApiList()Get Api信息Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type ApiInfo Modifier and Type Method Description voidCreateGatewayApiRequest. setApiList(ApiInfo[] ApiList)Set Api信息Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type ApiInfo Constructor Description ApiInfo(ApiInfo 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.
-