Interface Meter

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Meter>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Instruction>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Meter
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Instruction>, org.opendaylight.yangtools.yang.binding.Augmentable<Meter>

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

     container meter {
       leaf meter-id {
         type meter:meter-id;
       }
     }
     
    The schema path to identify an instance is opendaylight-flow-types/instruction/instruction/meter-case/meter

    To create instances of this class use MeterBuilder.

    See Also:
    MeterBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        MeterId getMeterId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918.MeterId meterId, or null if not present