Interface MeterConfigStats

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MeterConfigStats>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MeterConfigStatsReply>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<MeterConfigStatsKey>, Meter

    public interface MeterConfigStats
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MeterConfigStatsReply>, org.opendaylight.yangtools.yang.binding.Augmentable<MeterConfigStats>, Meter, org.opendaylight.yangtools.yang.binding.Identifiable<MeterConfigStatsKey>

    This class represents the following YANG schema fragment defined in module opendaylight-meter-types

     list meter-config-stats {
       key meter-id;
       uses meter;
     }
     
    The schema path to identify an instance is opendaylight-meter-types/meter-config-stats-reply/meter-config-stats

    To create instances of this class use MeterConfigStatsBuilder.

    See Also:
    MeterConfigStatsBuilder, MeterConfigStatsKey
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<MeterConfigStats> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Meter