Class MonitoringDataProviderDTO


  • public class MonitoringDataProviderDTO
    extends Object
    Data Transfer Object for monitoring provider
    • Field Detail

      • groupName

        public String groupName
        Name of the group.
      • name

        public String name
        Name of the entry.
      • value

        public String value
        Value of the entry - this is a string representation.
    • Constructor Detail

      • MonitoringDataProviderDTO

        public MonitoringDataProviderDTO()