Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.table.features._case.multipart.reply.table.features.TableFeatures
Package
Description
-
Uses of TableFeatures in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.table.features._case
Modifier and TypeMethodDescription@Nullable List<TableFeatures>
MultipartReplyTableFeatures.getTableFeatures()
Return tableFeatures, ornull
if it is not present.MultipartReplyTableFeaturesBuilder.getTableFeatures()
Return current value associated with the property corresponding toMultipartReplyTableFeatures.getTableFeatures()
.default @NonNull List<TableFeatures>
MultipartReplyTableFeatures.nonnullTableFeatures()
Return tableFeatures, or an empty list if it is not present.Modifier and TypeMethodDescriptionMultipartReplyTableFeaturesBuilder.setTableFeatures
(List<TableFeatures> values) Set the property corresponding toMultipartReplyTableFeatures.getTableFeatures()
to the specified value. -
Uses of TableFeatures in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.table.features._case.multipart.reply.table.features
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TableFeatures>>
E$$TableFeaturesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull TableFeatures
TableFeaturesBuilder.build()
A newTableFeatures
instance.Modifier and TypeMethodDescriptiondefault Class<TableFeatures>
TableFeatures.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
TableFeatures.bindingEquals
(@NonNull TableFeatures thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
TableFeatures.bindingHashCode
(@NonNull TableFeatures obj) Default implementation ofObject.hashCode()
contract for this interface.static String
TableFeatures.bindingToString
(@NonNull TableFeatures obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionTableFeaturesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<TableFeatures> augmentation) Add an augmentation to this builder's product.TableFeaturesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TableFeatures>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedTableFeatures
.