Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.PacketTypeMatch
Packages that use PacketTypeMatch
Package
Description
-
Uses of PacketTypeMatch 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 PacketTypeMatchModifier and TypeMethodDescriptionSetFieldBuilder.getPacketTypeMatch()
Return current value associated with the property corresponding toMatch.getPacketTypeMatch()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.field._case with parameters of type PacketTypeMatchModifier and TypeMethodDescriptionSetFieldBuilder.setPacketTypeMatch
(PacketTypeMatch value) Set the property corresponding toMatch.getPacketTypeMatch()
to the specified value. -
Uses of PacketTypeMatch 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 PacketTypeMatchModifier and TypeMethodDescriptionMatchBuilder.getPacketTypeMatch()
Return current value associated with the property corresponding toMatch.getPacketTypeMatch()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow with parameters of type PacketTypeMatchModifier and TypeMethodDescriptionMatchBuilder.setPacketTypeMatch
(PacketTypeMatch value) Set the property corresponding toMatch.getPacketTypeMatch()
to the specified value. -
Uses of PacketTypeMatch 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 PacketTypeMatchModifier and TypeMethodDescriptionMatchBuilder.getPacketTypeMatch()
Return current value associated with the property corresponding toMatch.getPacketTypeMatch()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.mod.removed with parameters of type PacketTypeMatchModifier and TypeMethodDescriptionMatchBuilder.setPacketTypeMatch
(PacketTypeMatch value) Set the property corresponding toMatch.getPacketTypeMatch()
to the specified value. -
Uses of PacketTypeMatch 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 PacketTypeMatchModifier and TypeMethodDescriptionMatch.getPacketTypeMatch()
Return packetTypeMatch, ornull
if it is not present. -
Uses of PacketTypeMatch 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 PacketTypeMatchModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PacketTypeMatch>>
E$$PacketTypeMatchBuilder.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 PacketTypeMatchModifier and TypeMethodDescription@NonNull PacketTypeMatch
PacketTypeMatchBuilder.build()
A newPacketTypeMatch
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match that return types with arguments of type PacketTypeMatchModifier and TypeMethodDescriptiondefault Class<PacketTypeMatch>
PacketTypeMatch.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match with parameters of type PacketTypeMatchModifier and TypeMethodDescriptionstatic boolean
PacketTypeMatch.bindingEquals
(@NonNull PacketTypeMatch thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PacketTypeMatch.bindingHashCode
(@NonNull PacketTypeMatch obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PacketTypeMatch.bindingToString
(@NonNull PacketTypeMatch 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 PacketTypeMatchModifier and TypeMethodDescriptionPacketTypeMatchBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<PacketTypeMatch> augmentation) Add an augmentation to this builder's product.PacketTypeMatchBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PacketTypeMatch>> 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 PacketTypeMatchModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPacketTypeMatch
. -
Uses of PacketTypeMatch 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 PacketTypeMatchModifier and TypeMethodDescriptionMatchBuilder.getPacketTypeMatch()
Return current value associated with the property corresponding toMatch.getPacketTypeMatch()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.in.message with parameters of type PacketTypeMatchModifier and TypeMethodDescriptionMatchBuilder.setPacketTypeMatch
(PacketTypeMatch value) Set the property corresponding toMatch.getPacketTypeMatch()
to the specified value. -
Uses of PacketTypeMatch 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 PacketTypeMatchModifier and TypeMethodDescriptionMatchBuilder.getPacketTypeMatch()
Return current value associated with the property corresponding toMatch.getPacketTypeMatch()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.received with parameters of type PacketTypeMatchModifier and TypeMethodDescriptionMatchBuilder.setPacketTypeMatch
(PacketTypeMatch value) Set the property corresponding toMatch.getPacketTypeMatch()
to the specified value.