Package | Description |
---|---|
com.tencentcloudapi.gse.v20191112.models |
Modifier and Type | Method and Description |
---|---|
PlayerSession |
JoinGameServerSessionResponse.getPlayerSession()
Get Player session
Note: this field may return null, indicating that no valid values can be obtained.
|
PlayerSession[] |
DescribePlayerSessionsResponse.getPlayerSessions()
Get Player session list
Note: this field may return null, indicating that no valid values can be obtained.
|
PlayerSession[] |
JoinGameServerSessionBatchResponse.getPlayerSessions()
Get Player session list.
|
Modifier and Type | Method and Description |
---|---|
void |
JoinGameServerSessionResponse.setPlayerSession(PlayerSession PlayerSession)
Set Player session
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
DescribePlayerSessionsResponse.setPlayerSessions(PlayerSession[] PlayerSessions)
Set Player session list
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
JoinGameServerSessionBatchResponse.setPlayerSessions(PlayerSession[] PlayerSessions)
Set Player session list.
|
Constructor and Description |
---|
PlayerSession(PlayerSession 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.
|
Copyright © 2023. All rights reserved.