Class ThrottledEventDTO
java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.ThrottledEventDTO
ThrottledEventDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanLast time decision updated.throttle key.throttle state.inthashCode()lastUpdatedTime(String lastUpdatedTime) voidsetLastUpdatedTime(String lastUpdatedTime) voidsetThrottleKey(String throttleKey) voidsetThrottleState(String throttleState) throttleKey(String throttleKey) throttleState(String throttleState) toString()
-
Constructor Details
-
ThrottledEventDTO
public ThrottledEventDTO()
-
-
Method Details
-
throttleKey
-
getThrottleKey
throttle key.- Returns:
- throttleKey
-
setThrottleKey
-
lastUpdatedTime
-
getLastUpdatedTime
Last time decision updated.- Returns:
- lastUpdatedTime
-
setLastUpdatedTime
-
throttleState
-
getThrottleState
throttle state.- Returns:
- throttleState
-
setThrottleState
-
equals
-
hashCode
public int hashCode() -
toString
-