Constructor and Description |
---|
EventsLimitInfo(LimitInfo defaultLimit, Map<String,LimitInfo> eventLimits)
Only for internal usage.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LimitInfo |
getDefaultLimit()
Returns default LimitInfo .
|
LimitInfo |
getEventLimit(String eventType)
Returns LimitInfo for provided event type.
|
Map<String,LimitInfo> |
getEventsLimitInfo()
Returns map with LimitInfo for all event types.
|
int |
hashCode() |
public LimitInfo getDefaultLimit()
LimitInfo
.
LimitInfo
for default event
public Map<String,LimitInfo> getEventsLimitInfo()
LimitInfo
for all event types.
public LimitInfo getEventLimit(String eventType)
LimitInfo
for provided event type.
eventType
- type of event
LimitInfo
Copyright © 2022. All rights reserved.