Class EventCountLimitDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.EventCountLimitDTO
EventCountLimitDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaneventCount(Long eventCount) Maximum number of events allowedUnit of the time.Time limit that the throttling limit applies.inthashCode()voidsetEventCount(Long eventCount) voidsetTimeUnit(String timeUnit) voidsetUnitTime(Integer unitTime) toString()
-
Field Details
-
SERIALIZED_NAME_TIME_UNIT
- See Also:
-
SERIALIZED_NAME_UNIT_TIME
- See Also:
-
SERIALIZED_NAME_EVENT_COUNT
- See Also:
-
-
Constructor Details
-
EventCountLimitDTO
public EventCountLimitDTO()
-
-
Method Details
-
timeUnit
-
getTimeUnit
Unit of the time. Allowed values are \"sec\", \"min\", \"hour\", \"day\"- Returns:
- timeUnit
-
setTimeUnit
-
unitTime
-
getUnitTime
Time limit that the throttling limit applies.- Returns:
- unitTime
-
setUnitTime
-
eventCount
-
getEventCount
Maximum number of events allowed- Returns:
- eventCount
-
setEventCount
-
equals
-
hashCode
public int hashCode() -
toString
-