Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.TcpFlagsMatch
Packages that use TcpFlagsMatch
Package
Description
-
Uses of TcpFlagsMatch in org.opendaylight.openflowplugin.impl.protocol.serialization.match
Methods in org.opendaylight.openflowplugin.impl.protocol.serialization.match that return TcpFlagsMatchModifier and TypeMethodDescriptionprotected TcpFlagsMatch
TcpFlagsEntrySerializer.extractEntry
(Match match) Methods in org.opendaylight.openflowplugin.impl.protocol.serialization.match with parameters of type TcpFlagsMatchModifier and TypeMethodDescriptionprotected org.opendaylight.yangtools.yang.common.Uint16
TcpFlagsEntrySerializer.extractEntryMask
(TcpFlagsMatch entry) protected void
TcpFlagsEntrySerializer.serializeEntryContent
(TcpFlagsMatch entry, org.opendaylight.yangtools.yang.common.Uint16 mask, io.netty.buffer.ByteBuf outBuffer) -
Uses of TcpFlagsMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.field._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.field._case that return TcpFlagsMatchModifier and TypeMethodDescriptionSetFieldBuilder.getTcpFlagsMatch()
Return current value associated with the property corresponding toMatch.getTcpFlagsMatch()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.field._case with parameters of type TcpFlagsMatchModifier and TypeMethodDescriptionSetFieldBuilder.setTcpFlagsMatch
(TcpFlagsMatch value) Set the property corresponding toMatch.getTcpFlagsMatch()
to the specified value. -
Uses of TcpFlagsMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow that return TcpFlagsMatchModifier and TypeMethodDescriptionMatchBuilder.getTcpFlagsMatch()
Return current value associated with the property corresponding toMatch.getTcpFlagsMatch()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow with parameters of type TcpFlagsMatchModifier and TypeMethodDescriptionMatchBuilder.setTcpFlagsMatch
(TcpFlagsMatch value) Set the property corresponding toMatch.getTcpFlagsMatch()
to the specified value. -
Uses of TcpFlagsMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.mod.removed
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.mod.removed that return TcpFlagsMatchModifier and TypeMethodDescriptionMatchBuilder.getTcpFlagsMatch()
Return current value associated with the property corresponding toMatch.getTcpFlagsMatch()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.mod.removed with parameters of type TcpFlagsMatchModifier and TypeMethodDescriptionMatchBuilder.setTcpFlagsMatch
(TcpFlagsMatch value) Set the property corresponding toMatch.getTcpFlagsMatch()
to the specified value. -
Uses of TcpFlagsMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026 that return TcpFlagsMatchModifier and TypeMethodDescriptionMatch.getTcpFlagsMatch()
Return tcpFlagsMatch, ornull
if it is not present. -
Uses of TcpFlagsMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match with type parameters of type TcpFlagsMatchModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TcpFlagsMatch>>
E$$TcpFlagsMatchBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match that return TcpFlagsMatchModifier and TypeMethodDescription@NonNull TcpFlagsMatch
TcpFlagsMatchBuilder.build()
A newTcpFlagsMatch
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match that return types with arguments of type TcpFlagsMatchModifier and TypeMethodDescriptiondefault Class<TcpFlagsMatch>
TcpFlagsMatch.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match with parameters of type TcpFlagsMatchModifier and TypeMethodDescriptionstatic boolean
TcpFlagsMatch.bindingEquals
(@NonNull TcpFlagsMatch thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
TcpFlagsMatch.bindingHashCode
(@NonNull TcpFlagsMatch obj) Default implementation ofObject.hashCode()
contract for this interface.static String
TcpFlagsMatch.bindingToString
(@NonNull TcpFlagsMatch obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match with type arguments of type TcpFlagsMatchModifier and TypeMethodDescriptionTcpFlagsMatchBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<TcpFlagsMatch> augmentation) Add an augmentation to this builder's product.TcpFlagsMatchBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TcpFlagsMatch>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match with parameters of type TcpFlagsMatchModifierConstructorDescriptionConstruct a builder initialized with state from specifiedTcpFlagsMatch
. -
Uses of TcpFlagsMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.in.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.in.message that return TcpFlagsMatchModifier and TypeMethodDescriptionMatchBuilder.getTcpFlagsMatch()
Return current value associated with the property corresponding toMatch.getTcpFlagsMatch()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.in.message with parameters of type TcpFlagsMatchModifier and TypeMethodDescriptionMatchBuilder.setTcpFlagsMatch
(TcpFlagsMatch value) Set the property corresponding toMatch.getTcpFlagsMatch()
to the specified value. -
Uses of TcpFlagsMatch in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.received
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.received that return TcpFlagsMatchModifier and TypeMethodDescriptionMatchBuilder.getTcpFlagsMatch()
Return current value associated with the property corresponding toMatch.getTcpFlagsMatch()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.received with parameters of type TcpFlagsMatchModifier and TypeMethodDescriptionMatchBuilder.setTcpFlagsMatch
(TcpFlagsMatch value) Set the property corresponding toMatch.getTcpFlagsMatch()
to the specified value.