Class RuleStat
java.lang.Object
com.codebarrel.automation.api.store.model.RuleStat
RuleStat is a Querydsl bean type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA hash value that uniquely identifies the eventgetId()
void
setAuditId
(Long auditId) void
setCategory
(String category) void
setClientKey
(String clientKey) void
setCreated
(Timestamp created) void
setDuration
(Long duration) void
setEndToEndDuration
(Long endToEndDuration) void
setEventHash
(String eventHash) void
void
setQueuedItemCount
(Integer queuedItemCount) void
-
Constructor Details
-
RuleStat
public RuleStat()
-
-
Method Details
-
getAuditId
-
setAuditId
-
getCategory
-
setCategory
-
getClientKey
-
setClientKey
-
getCreated
-
setCreated
-
getDuration
-
setDuration
-
getEndToEndDuration
-
setEndToEndDuration
-
getEventHash
A hash value that uniquely identifies the event -
setEventHash
-
getId
-
setId
-
getQueuedItemCount
-
setQueuedItemCount
-
getRuleId
-
setRuleId
-