Class ModifyMatchRequest

    • Constructor Detail

      • ModifyMatchRequest

        public ModifyMatchRequest()
      • ModifyMatchRequest

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

      • getMatchName

        public String getMatchName()
        Get 匹配名称,[a-zA-Z0-9-\.]* 长度128
        Returns:
        MatchName 匹配名称,[a-zA-Z0-9-\.]* 长度128
      • setMatchName

        public void setMatchName​(String MatchName)
        Set 匹配名称,[a-zA-Z0-9-\.]* 长度128
        Parameters:
        MatchName - 匹配名称,[a-zA-Z0-9-\.]* 长度128
      • getRuleCode

        public String getRuleCode()
        Get 规则code
        Returns:
        RuleCode 规则code
      • setRuleCode

        public void setRuleCode​(String RuleCode)
        Set 规则code
        Parameters:
        RuleCode - 规则code
      • getTimeout

        public Long getTimeout()
        Get 超时时间,1-600秒
        Returns:
        Timeout 超时时间,1-600秒
      • setTimeout

        public void setTimeout​(Long Timeout)
        Set 超时时间,1-600秒
        Parameters:
        Timeout - 超时时间,1-600秒
      • getServerType

        public Long getServerType()
        Get 是否为匹配结果请求服务器资源,0表示否,1表示请求GSE资源
        Returns:
        ServerType 是否为匹配结果请求服务器资源,0表示否,1表示请求GSE资源
      • setServerType

        public void setServerType​(Long ServerType)
        Set 是否为匹配结果请求服务器资源,0表示否,1表示请求GSE资源
        Parameters:
        ServerType - 是否为匹配结果请求服务器资源,0表示否,1表示请求GSE资源
      • getMatchCode

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

        public void setMatchCode​(String MatchCode)
        Set 匹配code
        Parameters:
        MatchCode - 匹配code
      • getMatchDesc

        public String getMatchDesc()
        Get 匹配描述,最长1024
        Returns:
        MatchDesc 匹配描述,最长1024
      • setMatchDesc

        public void setMatchDesc​(String MatchDesc)
        Set 匹配描述,最长1024
        Parameters:
        MatchDesc - 匹配描述,最长1024
      • getNotifyUrl

        public String getNotifyUrl()
        Get 只支持 http 和 https 协议
        Returns:
        NotifyUrl 只支持 http 和 https 协议
      • setNotifyUrl

        public void setNotifyUrl​(String NotifyUrl)
        Set 只支持 http 和 https 协议
        Parameters:
        NotifyUrl - 只支持 http 和 https 协议
      • getServerRegion

        public String getServerRegion()
        Get 游戏服务器队列地域
        Returns:
        ServerRegion 游戏服务器队列地域
      • setServerRegion

        public void setServerRegion​(String ServerRegion)
        Set 游戏服务器队列地域
        Parameters:
        ServerRegion - 游戏服务器队列地域
      • getServerQueue

        public String getServerQueue()
        Get 游戏服务器队列
        Returns:
        ServerQueue 游戏服务器队列
      • setServerQueue

        public void setServerQueue​(String ServerQueue)
        Set 游戏服务器队列
        Parameters:
        ServerQueue - 游戏服务器队列
      • getCustomPushData

        public String getCustomPushData()
        Get 自定义推送数据
        Returns:
        CustomPushData 自定义推送数据
      • setCustomPushData

        public void setCustomPushData​(String CustomPushData)
        Set 自定义推送数据
        Parameters:
        CustomPushData - 自定义推送数据
      • getServerSessionData

        public String getServerSessionData()
        Get 游戏服务器会话数据
        Returns:
        ServerSessionData 游戏服务器会话数据
      • setServerSessionData

        public void setServerSessionData​(String ServerSessionData)
        Set 游戏服务器会话数据
        Parameters:
        ServerSessionData - 游戏服务器会话数据
      • getGameProperties

        public StringKV[] getGameProperties()
        Get 游戏属性,key-value结构的数组
        Returns:
        GameProperties 游戏属性,key-value结构的数组
      • setGameProperties

        public void setGameProperties​(StringKV[] GameProperties)
        Set 游戏属性,key-value结构的数组
        Parameters:
        GameProperties - 游戏属性,key-value结构的数组
      • getLogSwitch

        public Long getLogSwitch()
        Get 日志开关,0表示关,1表示开
        Returns:
        LogSwitch 日志开关,0表示关,1表示开
      • setLogSwitch

        public void setLogSwitch​(Long LogSwitch)
        Set 日志开关,0表示关,1表示开
        Parameters:
        LogSwitch - 日志开关,0表示关,1表示开
      • getTags

        public StringKV[] getTags()
        Get 标签,key-value结构的数组
        Returns:
        Tags 标签,key-value结构的数组
      • setTags

        public void setTags​(StringKV[] Tags)
        Set 标签,key-value结构的数组
        Parameters:
        Tags - 标签,key-value结构的数组