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