Uses of Class
com.tencentcloudapi.gse.v20191112.models.GameServerSession
-
Packages that use GameServerSession Package Description com.tencentcloudapi.gse.v20191112.models -
-
Uses of GameServerSession in com.tencentcloudapi.gse.v20191112.models
Methods in com.tencentcloudapi.gse.v20191112.models that return GameServerSession Modifier and Type Method Description GameServerSessionCreateGameServerSessionResponse. getGameServerSession()Get 游戏服务器会话 注意:此字段可能返回 null,表示取不到有效值。GameServerSessionGameServerSessionDetail. getGameServerSession()Get 游戏服务器会话GameServerSessionUpdateGameServerSessionResponse. getGameServerSession()Get 更新后的游戏会话GameServerSession[]DescribeGameServerSessionsResponse. getGameServerSessions()Get 游戏服务器会话列表 注意:此字段可能返回 null,表示取不到有效值。GameServerSession[]SearchGameServerSessionsResponse. getGameServerSessions()Get 游戏服务器会话列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.gse.v20191112.models with parameters of type GameServerSession Modifier and Type Method Description voidCreateGameServerSessionResponse. setGameServerSession(GameServerSession GameServerSession)Set 游戏服务器会话 注意:此字段可能返回 null,表示取不到有效值。voidGameServerSessionDetail. setGameServerSession(GameServerSession GameServerSession)Set 游戏服务器会话voidUpdateGameServerSessionResponse. setGameServerSession(GameServerSession GameServerSession)Set 更新后的游戏会话voidDescribeGameServerSessionsResponse. setGameServerSessions(GameServerSession[] GameServerSessions)Set 游戏服务器会话列表 注意:此字段可能返回 null,表示取不到有效值。voidSearchGameServerSessionsResponse. setGameServerSessions(GameServerSession[] GameServerSessions)Set 游戏服务器会话列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.gse.v20191112.models with parameters of type GameServerSession Constructor Description GameServerSession(GameServerSession 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.
-