Class StartMatchingRequest

    • Constructor Detail

      • StartMatchingRequest

        public StartMatchingRequest()
      • StartMatchingRequest

        public StartMatchingRequest​(StartMatchingRequest 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

      • getMatchCode

        public String getMatchCode()
        Get 匹配 Code。
        Returns:
        MatchCode 匹配 Code。
      • setMatchCode

        public void setMatchCode​(String MatchCode)
        Set 匹配 Code。
        Parameters:
        MatchCode - 匹配 Code。
      • getPlayers

        public Player[] getPlayers()
        Get 玩家信息 最多 200 条。
        Returns:
        Players 玩家信息 最多 200 条。
      • setPlayers

        public void setPlayers​(Player[] Players)
        Set 玩家信息 最多 200 条。
        Parameters:
        Players - 玩家信息 最多 200 条。
      • getMatchTicketId

        public String getMatchTicketId()
        Get 匹配票据 ID 默认空字符串,为空则由 GPM 自动生成 长度 128,只能包含数字、字母、. 和 -
        Returns:
        MatchTicketId 匹配票据 ID 默认空字符串,为空则由 GPM 自动生成 长度 128,只能包含数字、字母、. 和 -
      • setMatchTicketId

        public void setMatchTicketId​(String MatchTicketId)
        Set 匹配票据 ID 默认空字符串,为空则由 GPM 自动生成 长度 128,只能包含数字、字母、. 和 -
        Parameters:
        MatchTicketId - 匹配票据 ID 默认空字符串,为空则由 GPM 自动生成 长度 128,只能包含数字、字母、. 和 -