Interface FlowLabelCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FlowLabelCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Flowspec>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FlowspecType

    public interface FlowLabelCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<FlowLabelCase>, FlowspecType

    This class represents the following YANG schema fragment defined in module bgp-flowspec

     case flow-label-case {
       list flow-label {
         uses flow-label-value;
       }
     }
     
    The schema path to identify an instance is bgp-flowspec/flowspec-destination-group-ipv6/flowspec/flowspec-type/flow-label-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<FlowLabel> getFlowLabel()
        Returns:
        java.util.List flowLabel, or null if not present
      • nonnullFlowLabel

        default @NonNull List<FlowLabel> nonnullFlowLabel()
        Returns:
        java.util.List flowLabel, or an empty list if it is not present