public class EventCountLimitAllOfDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_EVENT_COUNT |
| Constructor and Description |
|---|
EventCountLimitAllOfDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EventCountLimitAllOfDTO |
eventCount(Long eventCount) |
Long |
getEventCount()
Maximum number of events allowed
|
int |
hashCode() |
void |
setEventCount(Long eventCount) |
String |
toString() |
public static final String SERIALIZED_NAME_EVENT_COUNT
public EventCountLimitAllOfDTO eventCount(Long eventCount)
public Long getEventCount()
public void setEventCount(Long eventCount)
Copyright © 2021 WSO2 Inc. All rights reserved.