Class ThrottledEventDTO

java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.ThrottledEventDTO

public class ThrottledEventDTO extends Object
ThrottledEventDTO
  • Constructor Details

    • ThrottledEventDTO

      public ThrottledEventDTO()
  • Method Details

    • throttleKey

      public ThrottledEventDTO throttleKey(String throttleKey)
    • getThrottleKey

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

      public void setThrottleKey(String throttleKey)
    • lastUpdatedTime

      public ThrottledEventDTO lastUpdatedTime(String lastUpdatedTime)
    • getLastUpdatedTime

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

      public void setLastUpdatedTime(String lastUpdatedTime)
    • throttleState

      public ThrottledEventDTO throttleState(String throttleState)
    • getThrottleState

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

      public void setThrottleState(String throttleState)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object