java.lang.Object
com.codebarrel.automation.api.store.model.RuleStat

@Generated("com.querydsl.codegen.BeanSerializer") public class RuleStat extends Object
RuleStat is a Querydsl bean type
  • Constructor Details

    • RuleStat

      public RuleStat()
  • Method Details

    • getAuditId

      public Long getAuditId()
    • setAuditId

      public void setAuditId(Long auditId)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getClientKey

      public String getClientKey()
    • setClientKey

      public void setClientKey(String clientKey)
    • getCreated

      public Timestamp getCreated()
    • setCreated

      public void setCreated(Timestamp created)
    • getDuration

      public Long getDuration()
    • setDuration

      public void setDuration(Long duration)
    • getEndToEndDuration

      public Long getEndToEndDuration()
    • setEndToEndDuration

      public void setEndToEndDuration(Long endToEndDuration)
    • getEventHash

      @Nullable public String getEventHash()
      A hash value that uniquely identifies the event
    • setEventHash

      public void setEventHash(String eventHash)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getQueuedItemCount

      public Integer getQueuedItemCount()
    • setQueuedItemCount

      public void setQueuedItemCount(Integer queuedItemCount)
    • getRuleId

      public Long getRuleId()
    • setRuleId

      public void setRuleId(Long ruleId)