public class RequestCountLimitAllOfDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_REQUEST_COUNT |
| Constructor and Description |
|---|
RequestCountLimitAllOfDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getRequestCount()
Maximum number of requests allowed
|
int |
hashCode() |
RequestCountLimitAllOfDTO |
requestCount(Long requestCount) |
void |
setRequestCount(Long requestCount) |
String |
toString() |
public static final String SERIALIZED_NAME_REQUEST_COUNT
public RequestCountLimitAllOfDTO requestCount(Long requestCount)
public Long getRequestCount()
public void setRequestCount(Long requestCount)
Copyright © 2021 WSO2 Inc. All rights reserved.