Interface Hello$G
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping,OfHeader
- All Known Subinterfaces:
HelloInput,HelloMessage
@Generated("mdsal-binding-generator")
public interface Hello$G
extends org.opendaylight.yangtools.binding.Grouping, OfHeader
This class represents the following YANG schema fragment defined in module openflow-protocol
grouping hello {
uses ofHeader;
list elements {
uses ofHelloElementHeader;
leaf-list version-bitmap {
type boolean;
ordered-by user;
}
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn elements, ornullif it is not present.Return elements, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterfaceMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.OfHeader
getVersion, getXid, requireVersion, requireXid
-
Method Details
-
getElements
Return elements, ornullif it is not present.- Returns:
List<Elements>elements, ornullif it is not present.
-
nonnullElements
Return elements, or an empty list if it is not present.- Returns:
List<Elements>elements, or an empty list if it is not present.
-