Class GameServerSessionDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gse.v20191112.models.GameServerSessionDetail
-
public class GameServerSessionDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GameServerSessiongetGameServerSession()Get 游戏服务器会话StringgetProtectionPolicy()Get 保护策略,可选(NoProtection,FullProtection) 注意:此字段可能返回 null,表示取不到有效值。voidsetGameServerSession(GameServerSession GameServerSession)Set 游戏服务器会话voidsetProtectionPolicy(String ProtectionPolicy)Set 保护策略,可选(NoProtection,FullProtection) 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GameServerSessionDetail
public GameServerSessionDetail()
-
GameServerSessionDetail
public 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.
-
-
Method Detail
-
getGameServerSession
public GameServerSession getGameServerSession()
Get 游戏服务器会话- Returns:
- GameServerSession 游戏服务器会话
-
setGameServerSession
public void setGameServerSession(GameServerSession GameServerSession)
Set 游戏服务器会话- Parameters:
GameServerSession- 游戏服务器会话
-
getProtectionPolicy
public String getProtectionPolicy()
Get 保护策略,可选(NoProtection,FullProtection) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProtectionPolicy 保护策略,可选(NoProtection,FullProtection) 注意:此字段可能返回 null,表示取不到有效值。
-
setProtectionPolicy
public void setProtectionPolicy(String ProtectionPolicy)
Set 保护策略,可选(NoProtection,FullProtection) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProtectionPolicy- 保护策略,可选(NoProtection,FullProtection) 注意:此字段可能返回 null,表示取不到有效值。
-
-