@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-11-01T13:06:20.200+05:30") public class RequestCountLimit extends ThrottleLimit
ThrottleLimit.TypeEnum| Constructor and Description |
|---|
RequestCountLimit() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getRequestCount()
Maximum number of requests allowed
|
int |
hashCode() |
RequestCountLimit |
requestCount(Long requestCount) |
void |
setRequestCount(Long requestCount) |
String |
toString() |
getTimeUnit, getType, getUnitTime, setTimeUnit, setType, setUnitTime, timeUnit, type, unitTimepublic RequestCountLimit requestCount(Long requestCount)
public Long getRequestCount()
public void setRequestCount(Long requestCount)
public boolean equals(Object o)
equals in class ThrottleLimitpublic int hashCode()
hashCode in class ThrottleLimitpublic String toString()
toString in class ThrottleLimitCopyright © 2018 WSO2 Inc. All rights reserved.