public class GameServerSessionDetail extends AbstractModel
| Constructor and Description | 
|---|
GameServerSessionDetail()  | 
| 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, toJsonStringpublic 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 © 2020. All rights reserved.