Class ThrottledEventDTO


  • public class ThrottledEventDTO
    extends Object
    ThrottledEventDTO
    • Constructor Detail

      • ThrottledEventDTO

        public ThrottledEventDTO()
    • Method Detail

      • getThrottleKey

        public String getThrottleKey()
        throttle key.
        Returns:
        throttleKey
      • setThrottleKey

        public void setThrottleKey​(String throttleKey)
      • getLastUpdatedTime

        public String getLastUpdatedTime()
        Last time decision updated.
        Returns:
        lastUpdatedTime
      • setLastUpdatedTime

        public void setLastUpdatedTime​(String lastUpdatedTime)
      • getThrottleState

        public String getThrottleState()
        throttle state.
        Returns:
        throttleState
      • setThrottleState

        public void setThrottleState​(String throttleState)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object