Interface ArpResponseReceived

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ArpResponseReceived>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Notification

    public interface ArpResponseReceived
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<ArpResponseReceived>, org.opendaylight.yangtools.yang.binding.Notification

    This class represents the following YANG schema fragment defined in module odl-arputil

     notification arp-response-received {
       leaf dst-ipaddress {
         type inet:ip-address;
       }
       leaf src-ipaddress {
         type inet:ip-address;
       }
       leaf src-mac {
         type yang:phys-address;
       }
       leaf dst-mac {
         type yang:phys-address;
       }
       leaf of-table-id {
         type uint32;
       }
       leaf interface {
         type leafref {
           path /if:interfaces/if:interface/if:name;
         }
       }
       leaf metadata {
         type uint64;
       }
       leaf dpn-id {
         type uint64;
       }
     }
     
    The schema path to identify an instance is odl-arputil/arp-response-received

    To create instances of this class use ArpResponseReceivedBuilder.

    See Also:
    ArpResponseReceivedBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      @Nullable org.opendaylight.yangtools.yang.common.Uint64 getDpnId()  
      @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getDstIpaddress()  
      @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.PhysAddress getDstMac()  
      @Nullable java.lang.String getInterface()  
      @Nullable org.opendaylight.yangtools.yang.common.Uint64 getMetadata()  
      @Nullable org.opendaylight.yangtools.yang.common.Uint32 getOfTableId()  
      @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getSrcIpaddress()  
      @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.PhysAddress getSrcMac()  
      default java.lang.Class<ArpResponseReceived> implementedInterface()  
      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.Augmentable

        augmentation
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<ArpResponseReceived> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getDstIpaddress

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getDstIpaddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress dstIpaddress, or null if not present
      • getSrcIpaddress

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getSrcIpaddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress srcIpaddress, or null if not present
      • getSrcMac

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.PhysAddress getSrcMac()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.PhysAddress srcMac, or null if not present
      • getDstMac

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.PhysAddress getDstMac()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.PhysAddress dstMac, or null if not present
      • getOfTableId

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getOfTableId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 ofTableId, or null if not present
      • getInterface

        @Nullable java.lang.String getInterface()
        Returns:
        java.lang.String interface, or null if not present
      • getMetadata

        @Nullable org.opendaylight.yangtools.yang.common.Uint64 getMetadata()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 metadata, or null if not present
      • getDpnId

        @Nullable org.opendaylight.yangtools.yang.common.Uint64 getDpnId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 dpnId, or null if not present