Interface NodeErrorReference

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    NodeErrorNotification

    @Generated("mdsal-binding-generator")
    public interface NodeErrorReference
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Error message binding - to which source type the error belongs.

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

     grouping node-error-reference {
       choice object-reference {
         case flow-ref {
           leaf flow-ref {
             type types:flow-ref;
           }
         }
         case group-ref {
           leaf group-ref {
             type group-type:group-ref;
           }
         }
         case meter-ref {
           leaf meter-ref {
             type meter-type:meter-ref;
           }
         }
       }
     }
     
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        ObjectReference getObjectReference()
        Return objectReference, or null if it is not present.
        Returns:
        ObjectReference objectReference, or null if it is not present.