Class MonitoringDataProviderDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.MonitoringDataProviderDTO

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

    • 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 Details

    • MonitoringDataProviderDTO

      public MonitoringDataProviderDTO()