public class ThrottledEventDTO extends Object
| Constructor and Description |
|---|
ThrottledEventDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLastUpdatedTime()
Last time decision updated.
|
String |
getThrottleKey()
throttle key.
|
String |
getThrottleState()
throttle state.
|
int |
hashCode() |
ThrottledEventDTO |
lastUpdatedTime(String lastUpdatedTime) |
void |
setLastUpdatedTime(String lastUpdatedTime) |
void |
setThrottleKey(String throttleKey) |
void |
setThrottleState(String throttleState) |
ThrottledEventDTO |
throttleKey(String throttleKey) |
ThrottledEventDTO |
throttleState(String throttleState) |
String |
toString() |
public ThrottledEventDTO throttleKey(String throttleKey)
public String getThrottleKey()
public void setThrottleKey(String throttleKey)
public ThrottledEventDTO lastUpdatedTime(String lastUpdatedTime)
public String getLastUpdatedTime()
public void setLastUpdatedTime(String lastUpdatedTime)
public ThrottledEventDTO throttleState(String throttleState)
public String getThrottleState()
public void setThrottleState(String throttleState)
Copyright © 2021 WSO2 Inc. All rights reserved.