Interface NatTraversal
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<NatTraversal>
,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.ChildOf<LispAddress>
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
@Generated("mdsal-binding-generator")
public interface NatTraversal
extends org.opendaylight.yangtools.yang.binding.ChildOf<LispAddress>, org.opendaylight.yangtools.yang.binding.Augmentable<NatTraversal>
NAT-Traversal LCAF type.
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
container nat-traversal { when "../address-type = 'laddr:nat-traversal-lcaf'" { } leaf ms-udp-port { type uint16; } leaf etr-udp-port { type uint16; } leaf global-etr-rloc { type simple-address; } leaf ms-rloc { type simple-address; } leaf private-etr-rloc { type simple-address; } leaf-list rtr-rlocs { type simple-address; } }
To create instances of this class use NatTraversalBuilder
.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
bindingEquals
(@NonNull NatTraversal thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
bindingHashCode
(@NonNull NatTraversal obj) Default implementation ofObject.hashCode()
contract for this interface.static String
bindingToString
(@NonNull NatTraversal obj) Default implementation ofObject.toString()
contract for this interface.org.opendaylight.yangtools.yang.common.Uint16
Return etrUdpPort, ornull
if it is not present.Return globalEtrRloc, ornull
if it is not present.Return msRloc, ornull
if it is not present.org.opendaylight.yangtools.yang.common.Uint16
Return msUdpPort, ornull
if it is not present.Return privateEtrRloc, ornull
if it is not present.@Nullable Set<SimpleAddress>
Return rtrRlocs, ornull
if it is not present.default Class<NatTraversal>
default @NonNull org.opendaylight.yangtools.yang.common.Uint16
Return etrUdpPort, guaranteed to be non-null.default @NonNull SimpleAddress
Return globalEtrRloc, guaranteed to be non-null.default @NonNull SimpleAddress
Return msRloc, guaranteed to be non-null.default @NonNull org.opendaylight.yangtools.yang.common.Uint16
Return msUdpPort, guaranteed to be non-null.default @NonNull SimpleAddress
Return privateEtrRloc, guaranteed to be non-null.default @NonNull Set<SimpleAddress>
Return rtrRlocs, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.yang.binding.Augmentable
augmentation, augmentationOrElseThrow, augmentationOrElseThrow, augmentations
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
bindingHashCode
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:
NullPointerException
- ifobj
is null
-
bindingEquals
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:
NullPointerException
- ifthisObj
is null
-
bindingToString
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:
String
value of data modeled by this interface.- Throws:
NullPointerException
- ifobj
is null
-
getMsUdpPort
org.opendaylight.yangtools.yang.common.Uint16 getMsUdpPort()Return msUdpPort, ornull
if it is not present.Map-Server UDP port (set to 4342).
- Returns:
Uint16
msUdpPort, ornull
if it is not present.
-
requireMsUdpPort
default @NonNull org.opendaylight.yangtools.yang.common.Uint16 requireMsUdpPort()Return msUdpPort, guaranteed to be non-null.Map-Server UDP port (set to 4342).
- Returns:
Uint16
msUdpPort, guaranteed to be non-null.- Throws:
NoSuchElementException
- if msUdpPort is not present
-
getEtrUdpPort
org.opendaylight.yangtools.yang.common.Uint16 getEtrUdpPort()Return etrUdpPort, ornull
if it is not present.ETR UDP port.
- Returns:
Uint16
etrUdpPort, ornull
if it is not present.
-
requireEtrUdpPort
default @NonNull org.opendaylight.yangtools.yang.common.Uint16 requireEtrUdpPort()Return etrUdpPort, guaranteed to be non-null.ETR UDP port.
- Returns:
Uint16
etrUdpPort, guaranteed to be non-null.- Throws:
NoSuchElementException
- if etrUdpPort is not present
-
getGlobalEtrRloc
SimpleAddress getGlobalEtrRloc()Return globalEtrRloc, ornull
if it is not present.Global ETR RLOC address.
- Returns:
SimpleAddress
globalEtrRloc, ornull
if it is not present.
-
requireGlobalEtrRloc
Return globalEtrRloc, guaranteed to be non-null.Global ETR RLOC address.
- Returns:
SimpleAddress
globalEtrRloc, guaranteed to be non-null.- Throws:
NoSuchElementException
- if globalEtrRloc is not present
-
getMsRloc
SimpleAddress getMsRloc()Return msRloc, ornull
if it is not present.Map-Server RLOC address.
- Returns:
SimpleAddress
msRloc, ornull
if it is not present.
-
requireMsRloc
Return msRloc, guaranteed to be non-null.Map-Server RLOC address.
- Returns:
SimpleAddress
msRloc, guaranteed to be non-null.- Throws:
NoSuchElementException
- if msRloc is not present
-
getPrivateEtrRloc
SimpleAddress getPrivateEtrRloc()Return privateEtrRloc, ornull
if it is not present.Private ETR RLOC address.
- Returns:
SimpleAddress
privateEtrRloc, ornull
if it is not present.
-
requirePrivateEtrRloc
Return privateEtrRloc, guaranteed to be non-null.Private ETR RLOC address.
- Returns:
SimpleAddress
privateEtrRloc, guaranteed to be non-null.- Throws:
NoSuchElementException
- if privateEtrRloc is not present
-
getRtrRlocs
@Nullable Set<SimpleAddress> getRtrRlocs()Return rtrRlocs, ornull
if it is not present.List of RTR RLOC addresses.
- Returns:
Set<SimpleAddress>
rtrRlocs, ornull
if it is not present.
-
requireRtrRlocs
Return rtrRlocs, guaranteed to be non-null.List of RTR RLOC addresses.
- Returns:
Set<SimpleAddress>
rtrRlocs, guaranteed to be non-null.- Throws:
NoSuchElementException
- if rtrRlocs is not present
-