public class GameServerSessionDetail extends AbstractModel
Constructor and Description |
---|
GameServerSessionDetail() |
GameServerSessionDetail(GameServerSessionDetail 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.
|
Modifier and Type | Method and Description |
---|---|
GameServerSession |
getGameServerSession()
Get Game server session
|
String |
getProtectionPolicy()
Get Protection policy.
|
void |
setGameServerSession(GameServerSession GameServerSession)
Set Game server session
|
void |
setProtectionPolicy(String ProtectionPolicy)
Set Protection policy.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GameServerSessionDetail()
public GameServerSessionDetail(GameServerSessionDetail source)
public GameServerSession getGameServerSession()
public void setGameServerSession(GameServerSession GameServerSession)
GameServerSession
- Game server sessionpublic String getProtectionPolicy()
public void setProtectionPolicy(String ProtectionPolicy)
ProtectionPolicy
- Protection policy. Valid values: NoProtection, FullProtection
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.