Class NodeStats.TriggerTypeInfo

  • Enclosing class:
    NodeStats

    public static class NodeStats.TriggerTypeInfo
    extends Object
    • Constructor Detail

      • TriggerTypeInfo

        public TriggerTypeInfo​(@NotNull
                               String triggerDisplayName,
                               @NotNull
                               String responsibleNodeId,
                               int triggersCount)
    • Method Detail

      • getTriggerDisplayName

        @NotNull
        public String getTriggerDisplayName()
      • getResponsibleNodeId

        @NotNull
        public String getResponsibleNodeId()
      • getTriggersCount

        public int getTriggersCount()