Interface MeterCase

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

    public interface MeterCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<MeterCase>, Instruction

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

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

      • QNAME

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

      • implementedInterface

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

        Meter getMeter()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.meter._case.Meter meter, or null if not present