Interface NeighborSolicitationPacket
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<NeighborSolicitationPacket>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<Ipv6NeighborDiscoveryData>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,EthernetHeader,Icmp6Header,Ipv6Header
@Generated("mdsal-binding-generator") public interface NeighborSolicitationPacket extends org.opendaylight.yangtools.yang.binding.ChildOf<Ipv6NeighborDiscoveryData>, org.opendaylight.yangtools.yang.binding.Augmentable<NeighborSolicitationPacket>, EthernetHeader, Ipv6Header, Icmp6HeaderThis class represents the following YANG schema fragment defined in module ipv6-neighbor-discovery
container neighbor-solicitation-packet { uses ethernet-header; uses ipv6-header; uses icmp6-header; leaf reserved { type uint32; } leaf target-ip-address { type inet:ipv6-address; } leaf option-type { type uint8; } leaf source-addr-length { type uint8; } leaf source-ll-address { type yang:mac-address; } }The schema path to identify an instance is ipv6-neighbor-discovery/neighbor-solicitation-packetTo create instances of this class use
NeighborSolicitationPacketBuilder.- See Also:
NeighborSolicitationPacketBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static booleanbindingEquals(@NonNull NeighborSolicitationPacket thisObj, java.lang.Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intbindingHashCode(@NonNull NeighborSolicitationPacket obj)Default implementation ofObject.hashCode()contract for this interface.static java.lang.StringbindingToString(@NonNull NeighborSolicitationPacket obj)Default implementation ofObject.toString()contract for this interface.org.opendaylight.yangtools.yang.common.Uint8getOptionType()Return optionType, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint32getReserved()Return reserved, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint8getSourceAddrLength()Return sourceAddrLength, ornullif it is not present.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddressgetSourceLlAddress()Return sourceLlAddress, ornullif it is not present.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressgetTargetIpAddress()Return targetIpAddress, ornullif it is not present.default java.lang.Class<NeighborSolicitationPacket>implementedInterface()-
Methods inherited from interface org.opendaylight.yangtools.yang.binding.Augmentable
augmentation, augmentations
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.genius.ipv6.nd.packet.rev160620.EthernetHeader
getDestinationMac, getEthertype, getSourceMac
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.genius.ipv6.nd.packet.rev160620.Icmp6Header
getIcmp6Chksum, getIcmp6Code, getIcmp6Type
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.genius.ipv6.nd.packet.rev160620.Ipv6Header
getDestinationIpv6, getFlowLabel, getHopLimit, getIpv6Length, getNextHeader, getSourceIpv6, getVersion
-
-
-
-
Method Detail
-
implementedInterface
default java.lang.Class<NeighborSolicitationPacket> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceEthernetHeader- Specified by:
implementedInterfacein interfaceIcmp6Header- Specified by:
implementedInterfacein interfaceIpv6Header
-
bindingHashCode
static int bindingHashCode(@NonNull NeighborSolicitationPacket obj)
Default implementation ofObject.hashCode()contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent hashing results across all implementations.- Parameters:
obj- Object for which to generate hashCode() result.- Returns:
- Hash code value of data modeled by this interface.
- Throws:
java.lang.NullPointerException- ifobjis null
-
bindingEquals
static boolean bindingEquals(@NonNull NeighborSolicitationPacket thisObj, java.lang.Object obj)
Default implementation ofObject.equals(Object)contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent equality results across all implementations.- Parameters:
thisObj- Object acting as the receiver of equals invocationobj- Object acting as argument to equals invocation- Returns:
- True if thisObj and obj are considered equal
- Throws:
java.lang.NullPointerException- ifthisObjis null
-
bindingToString
static java.lang.String bindingToString(@NonNull NeighborSolicitationPacket obj)
Default implementation ofObject.toString()contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent string representations across all implementations.- Parameters:
obj- Object for which to generate toString() result.- Returns:
Stringvalue of data modeled by this interface.- Throws:
java.lang.NullPointerException- ifobjis null
-
getReserved
org.opendaylight.yangtools.yang.common.Uint32 getReserved()
Return reserved, ornullif it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint32reserved, ornullif it is not present.
-
getTargetIpAddress
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address getTargetIpAddress()
Return targetIpAddress, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddresstargetIpAddress, ornullif it is not present.
-
getOptionType
org.opendaylight.yangtools.yang.common.Uint8 getOptionType()
Return optionType, ornullif it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint8optionType, ornullif it is not present.
-
getSourceAddrLength
org.opendaylight.yangtools.yang.common.Uint8 getSourceAddrLength()
Return sourceAddrLength, ornullif it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint8sourceAddrLength, ornullif it is not present.
-
getSourceLlAddress
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getSourceLlAddress()
Return sourceLlAddress, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddresssourceLlAddress, ornullif it is not present.
-
-