public class RequestCountLimitDTO extends ThrottleLimitDTO
ThrottleLimitDTO.TypeEnum| Constructor and Description |
|---|
RequestCountLimitDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getRequestCount()
Maximum number of requests allowed
|
int |
hashCode() |
RequestCountLimitDTO |
requestCount(Long requestCount) |
void |
setRequestCount(Long requestCount) |
String |
toString() |
getTimeUnit, getType, getUnitTime, setTimeUnit, setType, setUnitTime, timeUnit, type, unitTimepublic RequestCountLimitDTO requestCount(Long requestCount)
public Long getRequestCount()
public void setRequestCount(Long requestCount)
public boolean equals(Object o)
equals in class ThrottleLimitDTOpublic int hashCode()
hashCode in class ThrottleLimitDTOpublic String toString()
toString in class ThrottleLimitDTOCopyright © 2020 WSO2 Inc. All rights reserved.