Uses of Class
com.tencentcloudapi.tsf.v20180326.models.TsfPageApiGroupInfo
-
Packages that use TsfPageApiGroupInfo Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of TsfPageApiGroupInfo in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return TsfPageApiGroupInfo Modifier and Type Method Description TsfPageApiGroupInfoDescribeApiGroupsResponse. getResult()Get 翻页结构体 注意:此字段可能返回 null,表示取不到有效值。TsfPageApiGroupInfoDescribeGroupGatewaysResponse. getResult()Get API分组信息TsfPageApiGroupInfoDescribeGroupsWithPluginResponse. getResult()Get API分组信息列表Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type TsfPageApiGroupInfo Modifier and Type Method Description voidDescribeApiGroupsResponse. setResult(TsfPageApiGroupInfo Result)Set 翻页结构体 注意:此字段可能返回 null,表示取不到有效值。voidDescribeGroupGatewaysResponse. setResult(TsfPageApiGroupInfo Result)Set API分组信息voidDescribeGroupsWithPluginResponse. setResult(TsfPageApiGroupInfo Result)Set API分组信息列表Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type TsfPageApiGroupInfo Constructor Description TsfPageApiGroupInfo(TsfPageApiGroupInfo 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.
-