Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.received.MatchBuilder
Packages that use MatchBuilder
Package
Description
-
Uses of MatchBuilder 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 MatchBuilderModifier and TypeMethodDescriptionMatchBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Match> augmentation) Add an augmentation to this builder's product.MatchBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Match>> augmentationType) Remove an augmentation from this builder's product.MatchBuilder.setEthernetMatch
(EthernetMatch value) Set the property corresponding toMatch.getEthernetMatch()
to the specified value.MatchBuilder.setIcmpv4Match
(Icmpv4Match value) Set the property corresponding toMatch.getIcmpv4Match()
to the specified value.MatchBuilder.setIcmpv6Match
(Icmpv6Match value) Set the property corresponding toMatch.getIcmpv6Match()
to the specified value.MatchBuilder.setInPhyPort
(NodeConnectorId value) Set the property corresponding toMatch.getInPhyPort()
to the specified value.MatchBuilder.setInPort
(NodeConnectorId value) Set the property corresponding toMatch.getInPort()
to the specified value.MatchBuilder.setIpMatch
(IpMatch value) Set the property corresponding toMatch.getIpMatch()
to the specified value.MatchBuilder.setLayer3Match
(Layer3Match value) Set the property corresponding toMatch.getLayer3Match()
to the specified value.MatchBuilder.setLayer4Match
(Layer4Match value) Set the property corresponding toMatch.getLayer4Match()
to the specified value.MatchBuilder.setMetadata
(Metadata value) Set the property corresponding toMatch.getMetadata()
to the specified value.MatchBuilder.setPacketTypeMatch
(PacketTypeMatch value) Set the property corresponding toMatch.getPacketTypeMatch()
to the specified value.MatchBuilder.setProtocolMatchFields
(ProtocolMatchFields value) Set the property corresponding toMatch.getProtocolMatchFields()
to the specified value.MatchBuilder.setTcpFlagsMatch
(TcpFlagsMatch value) Set the property corresponding toMatch.getTcpFlagsMatch()
to the specified value.Set the property corresponding toMatch.getTunnel()
to the specified value.MatchBuilder.setVlanMatch
(VlanMatch value) Set the property corresponding toMatch.getVlanMatch()
to the specified value.