Class ReactionStatistics
java.lang.Object
ch.admin.bit.jeap.archrepo.metamodel.MutableDomainEntity
ch.admin.bit.jeap.archrepo.metamodel.reaction.ReactionStatistics
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class ch.admin.bit.jeap.archrepo.metamodel.MutableDomainEntity
createdAt -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedReactionStatistics(SystemComponent component, String triggerType, String triggerFqn, String actionType, String actionFqn, int count, double median, double percentage) -
Method Summary
Methods inherited from class ch.admin.bit.jeap.archrepo.metamodel.MutableDomainEntity
getCreatedAt, getModifiedAt
-
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-
getId
-
getComponent
-
getTriggerType
-
getTriggerFqn
-
getActionType
-
getActionFqn
-
getCount
public int getCount() -
getMedian
public double getMedian() -
getPercentage
public double getPercentage()
-