Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.mpls.label._case.MplsLabel
Packages that use MplsLabel
Package
Description
-
Uses of MplsLabel in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value that return MplsLabelModifier and TypeMethodDescriptionMplsLabelCase.getMplsLabel()
Return mplsLabel, ornull
if it is not present.MplsLabelCaseBuilder.getMplsLabel()
Return current value associated with the property corresponding toMplsLabelCase.getMplsLabel()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value with parameters of type MplsLabelModifier and TypeMethodDescriptionMplsLabelCaseBuilder.setMplsLabel
(MplsLabel value) Set the property corresponding toMplsLabelCase.getMplsLabel()
to the specified value. -
Uses of MplsLabel in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.mpls.label._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.mpls.label._case with type parameters of type MplsLabelModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MplsLabel>>
E$$MplsLabelBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.mpls.label._case that return MplsLabelModifier and TypeMethodDescription@NonNull MplsLabel
MplsLabelBuilder.build()
A newMplsLabel
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.mpls.label._case that return types with arguments of type MplsLabelMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.mpls.label._case with parameters of type MplsLabelModifier and TypeMethodDescriptionstatic boolean
MplsLabel.bindingEquals
(@NonNull MplsLabel thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
MplsLabel.bindingHashCode
(@NonNull MplsLabel obj) Default implementation ofObject.hashCode()
contract for this interface.static String
MplsLabel.bindingToString
(@NonNull MplsLabel obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.mpls.label._case with type arguments of type MplsLabelModifier and TypeMethodDescriptionMplsLabelBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<MplsLabel> augmentation) Add an augmentation to this builder's product.MplsLabelBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MplsLabel>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.mpls.label._case with parameters of type MplsLabelModifierConstructorDescriptionMplsLabelBuilder
(MplsLabel base) Construct a builder initialized with state from specifiedMplsLabel
.