Class GameServerSessionDetail

    • 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,表示取不到有效值。