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

@Generated("mdsal-binding-generator") public interface SubUnnumberedTop extends org.opendaylight.yangtools.yang.binding.DataObject
Top-level grouping unnumbered subinterfaces

This class represents the following YANG schema fragment defined in module openconfig-interfaces

 grouping sub-unnumbered-top {
   container unnumbered {
     container config {
       uses sub-unnumbered-config;
     }
     container state {
       config false;
       uses sub-unnumbered-config;
       uses sub-unnumbered-state;
     }
     uses oc-if:interface-ref;
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return unnumbered, or null if it is not present.
     
    @NonNull Unnumbered
    Return unnumbered, or an empty instance if it is not present.
  • 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 SubUnnumberedTop> 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
    • getUnnumbered

      Unnumbered getUnnumbered()
      Return unnumbered, or null if it is not present.
           
               Top-level container for setting unnumbered interfaces. Includes reference the
               interface that provides the address information
           
       
      Returns:
      Unnumbered unnumbered, or null if it is not present.
    • nonnullUnnumbered

      @NonNull Unnumbered nonnullUnnumbered()
      Return unnumbered, or an empty instance if it is not present.
      Returns:
      Unnumbered unnumbered, or an empty instance if it is not present.