Interface MapReply
- 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,MappingRecordList
@Generated("mdsal-binding-generator")
public interface MapReply
extends org.opendaylight.yangtools.yang.binding.DataObject, MappingRecordList
This class represents the following YANG schema fragment defined in module odl-lisp-proto
grouping MapReply {
leaf probe {
type boolean;
}
leaf nonce {
type int64;
}
leaf echoNonceEnabled {
type boolean;
}
leaf securityEnabled {
type boolean;
}
uses mapping-record-list;
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn echoNonceEnabled, ornullif it is not present.getNonce()Return nonce, ornullif it is not present.getProbe()Return probe, ornullif it is not present.Return securityEnabled, ornullif it is not present.default @NonNull BooleanReturn echoNonceEnabled, guaranteed to be non-null.default @NonNull LongReturn nonce, guaranteed to be non-null.default @NonNull BooleanReturn probe, guaranteed to be non-null.default @NonNull BooleanReturn securityEnabled, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MappingRecordList
getMappingRecordItem, nonnullMappingRecordItem
-
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:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceMappingRecordList
-
getProbe
Boolean getProbe()Return probe, ornullif it is not present.- Returns:
Booleanprobe, ornullif it is not present.
-
requireProbe
Return probe, guaranteed to be non-null.- Returns:
Booleanprobe, guaranteed to be non-null.- Throws:
NoSuchElementException- if probe is not present
-
getNonce
Long getNonce()Return nonce, ornullif it is not present.- Returns:
Longnonce, ornullif it is not present.
-
requireNonce
Return nonce, guaranteed to be non-null.- Returns:
Longnonce, guaranteed to be non-null.- Throws:
NoSuchElementException- if nonce is not present
-
getEchoNonceEnabled
Boolean getEchoNonceEnabled()Return echoNonceEnabled, ornullif it is not present.- Returns:
BooleanechoNonceEnabled, ornullif it is not present.
-
requireEchoNonceEnabled
Return echoNonceEnabled, guaranteed to be non-null.- Returns:
BooleanechoNonceEnabled, guaranteed to be non-null.- Throws:
NoSuchElementException- if echoNonceEnabled is not present
-
getSecurityEnabled
Boolean getSecurityEnabled()Return securityEnabled, ornullif it is not present.- Returns:
BooleansecurityEnabled, ornullif it is not present.
-
requireSecurityEnabled
Return securityEnabled, guaranteed to be non-null.- Returns:
BooleansecurityEnabled, guaranteed to be non-null.- Throws:
NoSuchElementException- if securityEnabled is not present
-