Uses of Class
com.tencentcloudapi.gse.v20191112.models.GameServerSessionQueueDestination
-
Packages that use GameServerSessionQueueDestination Package Description com.tencentcloudapi.gse.v20191112.models -
-
Uses of GameServerSessionQueueDestination in com.tencentcloudapi.gse.v20191112.models
Methods in com.tencentcloudapi.gse.v20191112.models that return GameServerSessionQueueDestination Modifier and Type Method Description GameServerSessionQueueDestination[]CreateGameServerSessionQueueRequest. getDestinations()Get 目的服务器舰队(可为别名)列表GameServerSessionQueueDestination[]GameServerSessionQueue. getDestinations()Get 目的fleet(可为别名)列表 注意:此字段可能返回 null,表示取不到有效值。GameServerSessionQueueDestination[]UpdateGameServerSessionQueueRequest. getDestinations()Get 目的服务器舰队(可为别名)列表Methods in com.tencentcloudapi.gse.v20191112.models with parameters of type GameServerSessionQueueDestination Modifier and Type Method Description voidCreateGameServerSessionQueueRequest. setDestinations(GameServerSessionQueueDestination[] Destinations)Set 目的服务器舰队(可为别名)列表voidGameServerSessionQueue. setDestinations(GameServerSessionQueueDestination[] Destinations)Set 目的fleet(可为别名)列表 注意:此字段可能返回 null,表示取不到有效值。voidUpdateGameServerSessionQueueRequest. setDestinations(GameServerSessionQueueDestination[] Destinations)Set 目的服务器舰队(可为别名)列表Constructors in com.tencentcloudapi.gse.v20191112.models with parameters of type GameServerSessionQueueDestination Constructor Description GameServerSessionQueueDestination(GameServerSessionQueueDestination 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.
-