Uses of Class
com.tencentcloudapi.tsf.v20180326.models.GatewayDeployGroup
-
Packages that use GatewayDeployGroup Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of GatewayDeployGroup in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return GatewayDeployGroup Modifier and Type Method Description GatewayDeployGroup[]ApiGroupInfo. getBindedGatewayDeployGroups()Get api分组已绑定的网关部署组 注意:此字段可能返回 null,表示取不到有效值。GatewayDeployGroup[]TsfPageGatewayDeployGroup. getContent()Get 记录实体列表Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type GatewayDeployGroup Modifier and Type Method Description voidApiGroupInfo. setBindedGatewayDeployGroups(GatewayDeployGroup[] BindedGatewayDeployGroups)Set api分组已绑定的网关部署组 注意:此字段可能返回 null,表示取不到有效值。voidTsfPageGatewayDeployGroup. setContent(GatewayDeployGroup[] Content)Set 记录实体列表Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type GatewayDeployGroup Constructor Description GatewayDeployGroup(GatewayDeployGroup 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.
-