All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
DestinationFlowspecIpv6Case, DestinationFlowspecIpv6Case

@Generated("mdsal-binding-generator") public interface FlowspecDestinationIpv6 extends org.opendaylight.yangtools.yang.binding.DataObject

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

 grouping flowspec-destination-ipv6 {
   container destination-flowspec-ipv6 {
     uses flowspec-destination-group-ipv6;
     uses bgp-msg:path-id-grouping;
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends FlowspecDestinationIpv6> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getDestinationFlowspecIpv6

      DestinationFlowspecIpv6 getDestinationFlowspecIpv6()
      Return destinationFlowspecIpv6, or null if it is not present.
      Returns:
      DestinationFlowspecIpv6 destinationFlowspecIpv6, or null if it is not present.
    • nonnullDestinationFlowspecIpv6

      @NonNull DestinationFlowspecIpv6 nonnullDestinationFlowspecIpv6()
      Return destinationFlowspecIpv6, or an empty instance if it is not present.
      Returns:
      DestinationFlowspecIpv6 destinationFlowspecIpv6, or an empty instance if it is not present.