Class CacheRuleHandle

  • All Implemented Interfaces:
    RuleHandle

    public class CacheRuleHandle
    extends java.lang.Object
    implements RuleHandle
    The type Divide rule handle.
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheRuleHandle()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getTimeoutSeconds()
      Get the timeout seconds.
      void setTimeoutSeconds​(java.lang.Long timeoutSeconds)
      Set timeout seconds.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.shenyu.common.dto.convert.rule.RuleHandle

        toJson
    • Constructor Detail

      • CacheRuleHandle

        public CacheRuleHandle()
    • Method Detail

      • getTimeoutSeconds

        public java.lang.Long getTimeoutSeconds()
        Get the timeout seconds.
        Returns:
        the timeout seconds
      • setTimeoutSeconds

        public void setTimeoutSeconds​(java.lang.Long timeoutSeconds)
        Set timeout seconds.
        Parameters:
        timeoutSeconds - the timeout seconds