Class BuildStatisticValue

    • Constructor Detail

      • BuildStatisticValue

        public BuildStatisticValue​(@NotNull
                                   java.lang.String key,
                                   int value)
      • BuildStatisticValue

        public BuildStatisticValue​(@NotNull
                                   java.lang.String key,
                                   float value)
    • Method Detail

      • getKey

        @RequiredAttribute(attributeName="key")
        public java.lang.String getKey()
      • getValue

        @RequiredAttribute(attributeName="value")
        public java.lang.String getValue()
      • visit

        public void visit​(@NotNull
                          ServiceMessageVisitor visitor)
        Description copied from class: ServiceMessage
        Depending on this service message type calls corresponding method in the supplied visitor.
        Overrides:
        visit in class ServiceMessage
        Parameters:
        visitor - visitor