Uses of Class
com.tencentcloudapi.tsf.v20180326.models.GatewayGroupIds
-
Packages that use GatewayGroupIds Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of GatewayGroupIds in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return GatewayGroupIds Modifier and Type Method Description GatewayGroupIds[]BindApiGroupRequest. getGroupGatewayList()Get 分组绑定网关列表GatewayGroupIds[]UnbindApiGroupRequest. getGroupGatewayList()Get 分组网关id列表Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type GatewayGroupIds Modifier and Type Method Description voidBindApiGroupRequest. setGroupGatewayList(GatewayGroupIds[] GroupGatewayList)Set 分组绑定网关列表voidUnbindApiGroupRequest. setGroupGatewayList(GatewayGroupIds[] GroupGatewayList)Set 分组网关id列表Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type GatewayGroupIds Constructor Description GatewayGroupIds(GatewayGroupIds 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.
-