Interface GetConfigReply
- 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
,OfHeader
- All Known Subinterfaces:
GetConfigOutput
@Generated("mdsal-binding-generator")
public interface GetConfigReply
extends org.opendaylight.yangtools.yang.binding.DataObject, OfHeader
This class represents the following YANG schema fragment defined in module openflow-protocol
grouping get-config-reply { uses ofHeader; leaf flags { type oft:switch-config-flag; } leaf miss-send-len { type uint16; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptiongetFlags()
Return flags, ornull
if it is not present.org.opendaylight.yangtools.yang.common.Uint16
Return missSendLen, ornull
if it is not present.Class<? extends GetConfigReply>
default @NonNull SwitchConfigFlag
Return flags, guaranteed to be non-null.default @NonNull org.opendaylight.yangtools.yang.common.Uint16
Return missSendLen, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.OfHeader
getVersion, getXid, requireVersion, requireXid
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends GetConfigReply> 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
- Specified by:
implementedInterface
in interfaceOfHeader
-
getFlags
SwitchConfigFlag getFlags()Return flags, ornull
if it is not present.- Returns:
SwitchConfigFlag
flags, ornull
if it is not present.
-
requireFlags
Return flags, guaranteed to be non-null.- Returns:
SwitchConfigFlag
flags, guaranteed to be non-null.- Throws:
NoSuchElementException
- if flags is not present
-
getMissSendLen
org.opendaylight.yangtools.yang.common.Uint16 getMissSendLen()Return missSendLen, ornull
if it is not present.- Returns:
Uint16
missSendLen, ornull
if it is not present.
-
requireMissSendLen
default @NonNull org.opendaylight.yangtools.yang.common.Uint16 requireMissSendLen()Return missSendLen, guaranteed to be non-null.- Returns:
Uint16
missSendLen, guaranteed to be non-null.- Throws:
NoSuchElementException
- if missSendLen is not present
-