Interface UpdateMetersBatchInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<UpdateMetersBatchInput>, BarrierSuffix, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, org.opendaylight.yangtools.yang.binding.RpcInput

    public interface UpdateMetersBatchInput
    extends org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, BarrierSuffix, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<UpdateMetersBatchInput>

    This class represents the following YANG schema fragment defined in module sal-meters-batch

     input input {
       uses inv:node-context-ref;
       list batch-update-meters {
         leaf meter-ref {
           type meter-type:meter-ref;
         }
         uses batch-meter-input-update-grouping;
       }
       uses bc:barrier-suffix;
     }
     
    The schema path to identify an instance is sal-meters-batch/update-meters-batch/input

    To create instances of this class use UpdateMetersBatchInputBuilder.

    See Also:
    UpdateMetersBatchInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<UpdateMetersBatchInput> implementedInterface()
        Specified by:
        implementedInterface in interface BarrierSuffix
        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 org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput
      • getBatchUpdateMeters

        @Nullable List<BatchUpdateMeters> getBatchUpdateMeters()
        Returns:
        java.util.List batchUpdateMeters, or null if not present
      • nonnullBatchUpdateMeters

        default @NonNull List<BatchUpdateMeters> nonnullBatchUpdateMeters()
        Returns:
        java.util.List batchUpdateMeters, or an empty list if it is not present