Class NamespaceLimit

    • Constructor Detail

      • NamespaceLimit

        public NamespaceLimit()
      • NamespaceLimit

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

      • getFunctionsCount

        public Long getFunctionsCount()
        Get 函数总数
        Returns:
        FunctionsCount 函数总数
      • setFunctionsCount

        public void setFunctionsCount​(Long FunctionsCount)
        Set 函数总数
        Parameters:
        FunctionsCount - 函数总数
      • getTrigger

        public TriggerCount getTrigger()
        Get Trigger信息
        Returns:
        Trigger Trigger信息
      • setTrigger

        public void setTrigger​(TriggerCount Trigger)
        Set Trigger信息
        Parameters:
        Trigger - Trigger信息
      • getNamespace

        public String getNamespace()
        Get Namespace名称
        Returns:
        Namespace Namespace名称
      • setNamespace

        public void setNamespace​(String Namespace)
        Set Namespace名称
        Parameters:
        Namespace - Namespace名称
      • getConcurrentExecutions

        public Long getConcurrentExecutions()
        Get 并发量
        Returns:
        ConcurrentExecutions 并发量
      • setConcurrentExecutions

        public void setConcurrentExecutions​(Long ConcurrentExecutions)
        Set 并发量
        Parameters:
        ConcurrentExecutions - 并发量
      • getTimeoutLimit

        public Long getTimeoutLimit()
        Get Timeout限制
        Returns:
        TimeoutLimit Timeout限制
      • setTimeoutLimit

        public void setTimeoutLimit​(Long TimeoutLimit)
        Set Timeout限制
        Parameters:
        TimeoutLimit - Timeout限制
      • getTestModelLimit

        public Long getTestModelLimit()
        Get 测试事件限制 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TestModelLimit 测试事件限制 注意:此字段可能返回 null,表示取不到有效值。
      • setTestModelLimit

        public void setTestModelLimit​(Long TestModelLimit)
        Set 测试事件限制 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TestModelLimit - 测试事件限制 注意:此字段可能返回 null,表示取不到有效值。
      • getInitTimeoutLimit

        public Long getInitTimeoutLimit()
        Get 初始化超时限制
        Returns:
        InitTimeoutLimit 初始化超时限制
      • setInitTimeoutLimit

        public void setInitTimeoutLimit​(Long InitTimeoutLimit)
        Set 初始化超时限制
        Parameters:
        InitTimeoutLimit - 初始化超时限制
      • getRetryNumLimit

        public Long getRetryNumLimit()
        Get 异步重试次数限制
        Returns:
        RetryNumLimit 异步重试次数限制
      • setRetryNumLimit

        public void setRetryNumLimit​(Long RetryNumLimit)
        Set 异步重试次数限制
        Parameters:
        RetryNumLimit - 异步重试次数限制
      • getMinMsgTTL

        public Long getMinMsgTTL()
        Get 异步重试消息保留时间下限
        Returns:
        MinMsgTTL 异步重试消息保留时间下限
      • setMinMsgTTL

        public void setMinMsgTTL​(Long MinMsgTTL)
        Set 异步重试消息保留时间下限
        Parameters:
        MinMsgTTL - 异步重试消息保留时间下限
      • getMaxMsgTTL

        public Long getMaxMsgTTL()
        Get 异步重试消息保留时间上限
        Returns:
        MaxMsgTTL 异步重试消息保留时间上限
      • setMaxMsgTTL

        public void setMaxMsgTTL​(Long MaxMsgTTL)
        Set 异步重试消息保留时间上限
        Parameters:
        MaxMsgTTL - 异步重试消息保留时间上限