Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • connectionlog
  • faultcurrent
  • faultlog
  • eventlog
  • historicalperformance15min
  • historicalperformance24h
  • mediator-server
  • networkelement-connection
  • inventoryequipment
  • maintenancemode
  • guicutthrough

Guidance for data-provider.yang

  • each Entity is defined in Entity enum
  • enum values which are used in Entities (so not the enum 'Entity' itself) should start with an capital letter, because the serialization of Opendaylight works a little bit different from the basic jackson serialization. Important for camel case filtering
  • each Entity definition will also be implementend implemented in parallel as a container to force a auto-code-generation of a builder class for this interface for java, e.g.:

...