Uses of Class
com.tencentcloudapi.tsf.v20180326.models.ApiDetailInfo
-
Packages that use ApiDetailInfo Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of ApiDetailInfo in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return ApiDetailInfo Modifier and Type Method Description ApiDetailInfo[]TsfPageApiDetailInfo. getContent()Get API 信息列表ApiDetailInfoChangeApiUsableStatusResponse. getResult()Get API 信息Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type ApiDetailInfo Modifier and Type Method Description voidTsfPageApiDetailInfo. setContent(ApiDetailInfo[] Content)Set API 信息列表voidChangeApiUsableStatusResponse. setResult(ApiDetailInfo Result)Set API 信息Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type ApiDetailInfo Constructor Description ApiDetailInfo(ApiDetailInfo 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.
-