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
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptiongetFlags()Return flags, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint16Return missSendLen, ornullif it is not present.Class<? extends GetConfigReply>default @NonNull SwitchConfigFlagReturn flags, guaranteed to be non-null.default @NonNull org.opendaylight.yangtools.yang.common.Uint16Return 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:
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 interfaceOfHeader
-
getFlags
SwitchConfigFlag getFlags()Return flags, ornullif it is not present.- Returns:
SwitchConfigFlagflags, ornullif it is not present.
-
requireFlags
Return flags, guaranteed to be non-null.- Returns:
SwitchConfigFlagflags, guaranteed to be non-null.- Throws:
NoSuchElementException- if flags is not present
-
getMissSendLen
org.opendaylight.yangtools.yang.common.Uint16 getMissSendLen()Return missSendLen, ornullif it is not present.- Returns:
Uint16missSendLen, ornullif it is not present.
-
requireMissSendLen
default @NonNull org.opendaylight.yangtools.yang.common.Uint16 requireMissSendLen()Return missSendLen, guaranteed to be non-null.- Returns:
Uint16missSendLen, guaranteed to be non-null.- Throws:
NoSuchElementException- if missSendLen is not present
-