Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.nx.match.pkt.mark.grouping.PktMarkValues
Packages that use PktMarkValues
Package
Description
-
Uses of PktMarkValues in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421 that return PktMarkValuesModifier and TypeMethodDescriptionOfjNxmNxMatchPktMarkGrouping.getPktMarkValues()Return pktMarkValues, ornullif it is not present. -
Uses of PktMarkValues in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.aug.nx.match
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.aug.nx.match that return PktMarkValuesModifier and TypeMethodDescriptionPktMarkCaseValueBuilder.getPktMarkValues()Return current value associated with the property corresponding toOfjNxmNxMatchPktMarkGrouping.getPktMarkValues().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.aug.nx.match with parameters of type PktMarkValuesModifier and TypeMethodDescriptionPktMarkCaseValueBuilder.setPktMarkValues(PktMarkValues value) Set the property corresponding toOfjNxmNxMatchPktMarkGrouping.getPktMarkValues()to the specified value. -
Uses of PktMarkValues in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.nx.match.pkt.mark.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.nx.match.pkt.mark.grouping with type parameters of type PktMarkValuesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PktMarkValues>>
E$$PktMarkValuesBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.nx.match.pkt.mark.grouping that return PktMarkValuesModifier and TypeMethodDescription@NonNull PktMarkValuesPktMarkValuesBuilder.build()A newPktMarkValuesinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.nx.match.pkt.mark.grouping that return types with arguments of type PktMarkValuesModifier and TypeMethodDescriptiondefault Class<PktMarkValues>PktMarkValues.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.nx.match.pkt.mark.grouping with parameters of type PktMarkValuesModifier and TypeMethodDescriptionstatic booleanPktMarkValues.bindingEquals(@NonNull PktMarkValues thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPktMarkValues.bindingHashCode(@NonNull PktMarkValues obj) Default implementation ofObject.hashCode()contract for this interface.static StringPktMarkValues.bindingToString(@NonNull PktMarkValues obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.nx.match.pkt.mark.grouping with type arguments of type PktMarkValuesModifier and TypeMethodDescriptionPktMarkValuesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<PktMarkValues> augmentation) Add an augmentation to this builder's product.PktMarkValuesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PktMarkValues>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.nx.match.pkt.mark.grouping with parameters of type PktMarkValuesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPktMarkValues.