Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.set.field.match.SetFieldMatch
-
-
Uses of SetFieldMatch in org.opendaylight.openflowplugin.impl.protocol.deserialization.multipart
Methods in org.opendaylight.openflowplugin.impl.protocol.deserialization.multipart that return types with arguments of type SetFieldMatch Modifier and Type Method Description Optional<SetFieldMatch>
TableFeaturesMatchFieldDeserializer. deserialize(io.netty.buffer.ByteBuf message)
Deserialize match field if deserializer supports it, otherwise returns empty optional. -
Uses of SetFieldMatch in org.opendaylight.openflowplugin.impl.protocol.serialization.multipart.tablefeatures.matchfield
Methods in org.opendaylight.openflowplugin.impl.protocol.serialization.multipart.tablefeatures.matchfield with parameters of type SetFieldMatch Modifier and Type Method Description void
AbstractMatchFieldSerializer. serialize(SetFieldMatch setFieldMatch, io.netty.buffer.ByteBuf byteBuf)
-
Uses of SetFieldMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026 that return types with arguments of type SetFieldMatch Modifier and Type Method Description @Nullable Map<SetFieldMatchKey,SetFieldMatch>
SetFieldMatch. getSetFieldMatch()
Return setFieldMatch, ornull
if it is not present.default @NonNull Map<SetFieldMatchKey,SetFieldMatch>
SetFieldMatch. nonnullSetFieldMatch()
Return setFieldMatch, or an empty list if it is not present. -
Uses of SetFieldMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.set.field.match
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.set.field.match with type parameters of type SetFieldMatch Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SetFieldMatch>>
E$$SetFieldMatchBuilder. augmentation(Class<E$$> augmentationType)
Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.set.field.match that return SetFieldMatch Modifier and Type Method Description @NonNull SetFieldMatch
SetFieldMatchBuilder. build()
A newSetFieldMatch
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.set.field.match that return types with arguments of type SetFieldMatch Modifier and Type Method Description default Class<SetFieldMatch>
SetFieldMatch. implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.set.field.match with parameters of type SetFieldMatch Modifier and Type Method Description static boolean
SetFieldMatch. bindingEquals(@NonNull SetFieldMatch thisObj, Object obj)
Default implementation ofObject.equals(Object)
contract for this interface.static int
SetFieldMatch. bindingHashCode(@NonNull SetFieldMatch obj)
Default implementation ofObject.hashCode()
contract for this interface.static String
SetFieldMatch. bindingToString(@NonNull SetFieldMatch obj)
Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.set.field.match with type arguments of type SetFieldMatch Modifier and Type Method Description SetFieldMatchBuilder
SetFieldMatchBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SetFieldMatch> augmentation)
Add an augmentation to this builder's product.SetFieldMatchBuilder
SetFieldMatchBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SetFieldMatch>> augmentationType)
Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.set.field.match with parameters of type SetFieldMatch Constructor Description SetFieldMatchBuilder(SetFieldMatch base)
Construct a builder initialized with state from specifiedSetFieldMatch
. -
Uses of SetFieldMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.apply.setfield
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.apply.setfield that return types with arguments of type SetFieldMatch Modifier and Type Method Description Map<SetFieldMatchKey,SetFieldMatch>
ApplySetfieldBuilder. getSetFieldMatch()
Return current value associated with the property corresponding toSetFieldMatch.getSetFieldMatch()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.apply.setfield with type arguments of type SetFieldMatch Modifier and Type Method Description ApplySetfieldBuilder
ApplySetfieldBuilder. setSetFieldMatch(Map<SetFieldMatchKey,SetFieldMatch> values)
Set the property corresponding toSetFieldMatch.getSetFieldMatch()
to the specified value. -
Uses of SetFieldMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.apply.setfield.miss
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.apply.setfield.miss that return types with arguments of type SetFieldMatch Modifier and Type Method Description Map<SetFieldMatchKey,SetFieldMatch>
ApplySetfieldMissBuilder. getSetFieldMatch()
Return current value associated with the property corresponding toSetFieldMatch.getSetFieldMatch()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.apply.setfield.miss with type arguments of type SetFieldMatch Modifier and Type Method Description ApplySetfieldMissBuilder
ApplySetfieldMissBuilder. setSetFieldMatch(Map<SetFieldMatchKey,SetFieldMatch> values)
Set the property corresponding toSetFieldMatch.getSetFieldMatch()
to the specified value. -
Uses of SetFieldMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.match
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.match that return types with arguments of type SetFieldMatch Modifier and Type Method Description Map<SetFieldMatchKey,SetFieldMatch>
MatchSetfieldBuilder. getSetFieldMatch()
Return current value associated with the property corresponding toSetFieldMatch.getSetFieldMatch()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.match with type arguments of type SetFieldMatch Modifier and Type Method Description MatchSetfieldBuilder
MatchSetfieldBuilder. setSetFieldMatch(Map<SetFieldMatchKey,SetFieldMatch> values)
Set the property corresponding toSetFieldMatch.getSetFieldMatch()
to the specified value. -
Uses of SetFieldMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.wildcards
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.wildcards that return types with arguments of type SetFieldMatch Modifier and Type Method Description Map<SetFieldMatchKey,SetFieldMatch>
WildcardSetfieldBuilder. getSetFieldMatch()
Return current value associated with the property corresponding toSetFieldMatch.getSetFieldMatch()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.wildcards with type arguments of type SetFieldMatch Modifier and Type Method Description WildcardSetfieldBuilder
WildcardSetfieldBuilder. setSetFieldMatch(Map<SetFieldMatchKey,SetFieldMatch> values)
Set the property corresponding toSetFieldMatch.getSetFieldMatch()
to the specified value. -
Uses of SetFieldMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.write.setfield
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.write.setfield that return types with arguments of type SetFieldMatch Modifier and Type Method Description Map<SetFieldMatchKey,SetFieldMatch>
WriteSetfieldBuilder. getSetFieldMatch()
Return current value associated with the property corresponding toSetFieldMatch.getSetFieldMatch()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.write.setfield with type arguments of type SetFieldMatch Modifier and Type Method Description WriteSetfieldBuilder
WriteSetfieldBuilder. setSetFieldMatch(Map<SetFieldMatchKey,SetFieldMatch> values)
Set the property corresponding toSetFieldMatch.getSetFieldMatch()
to the specified value. -
Uses of SetFieldMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.write.setfield.miss
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.write.setfield.miss that return types with arguments of type SetFieldMatch Modifier and Type Method Description Map<SetFieldMatchKey,SetFieldMatch>
WriteSetfieldMissBuilder. getSetFieldMatch()
Return current value associated with the property corresponding toSetFieldMatch.getSetFieldMatch()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.table.feature.prop.type.write.setfield.miss with type arguments of type SetFieldMatch Modifier and Type Method Description WriteSetfieldMissBuilder
WriteSetfieldMissBuilder. setSetFieldMatch(Map<SetFieldMatchKey,SetFieldMatch> values)
Set the property corresponding toSetFieldMatch.getSetFieldMatch()
to the specified value.
-