Class EventCountLimitAllOfDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.EventCountLimitAllOfDTO
-
public class EventCountLimitAllOfDTO extends Object
EventCountLimitAllOfDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_EVENT_COUNT
-
Constructor Summary
Constructors Constructor Description EventCountLimitAllOfDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)EventCountLimitAllOfDTOeventCount(Long eventCount)LonggetEventCount()Maximum number of events allowedinthashCode()voidsetEventCount(Long eventCount)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_EVENT_COUNT
public static final String SERIALIZED_NAME_EVENT_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
eventCount
public EventCountLimitAllOfDTO eventCount(Long eventCount)
-
getEventCount
public Long getEventCount()
Maximum number of events allowed- Returns:
- eventCount
-
setEventCount
public void setEventCount(Long eventCount)
-
-