Class ThrottledEventDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.internal.api.dto.ThrottledEventDTO
-
public class ThrottledEventDTO extends Object
ThrottledEventDTO
-
-
Constructor Summary
Constructors Constructor Description ThrottledEventDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLastUpdatedTime()Last time decision updated.StringgetThrottleKey()throttle key.StringgetThrottleState()throttle state.inthashCode()ThrottledEventDTOlastUpdatedTime(String lastUpdatedTime)voidsetLastUpdatedTime(String lastUpdatedTime)voidsetThrottleKey(String throttleKey)voidsetThrottleState(String throttleState)ThrottledEventDTOthrottleKey(String throttleKey)ThrottledEventDTOthrottleState(String throttleState)StringtoString()
-
-
-
Method Detail
-
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)
-
-