Class ReactionStatistics

java.lang.Object
ch.admin.bit.jeap.archrepo.metamodel.MutableDomainEntity
ch.admin.bit.jeap.archrepo.metamodel.reaction.ReactionStatistics

@Entity public class ReactionStatistics extends MutableDomainEntity
  • Constructor Details

    • ReactionStatistics

      protected ReactionStatistics()
    • ReactionStatistics

      public ReactionStatistics(SystemComponent component, String triggerType, String triggerFqn, String actionType, String actionFqn, int count, double median, double percentage)
  • Method Details

    • builder

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getId

      public UUID getId()
    • getComponent

      public SystemComponent getComponent()
    • getTriggerType

      public String getTriggerType()
    • getTriggerFqn

      public String getTriggerFqn()
    • getActionType

      public String getActionType()
    • getActionFqn

      public String getActionFqn()
    • getCount

      public int getCount()
    • getMedian

      public double getMedian()
    • getPercentage

      public double getPercentage()