Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.label._case.Label
Packages that use Label
Package
Description
-
Uses of Label in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type that return LabelModifier and TypeMethodDescriptionLabelCase.getLabel()
Return label, ornull
if it is not present.LabelCaseBuilder.getLabel()
Return current value associated with the property corresponding toLabelCase.getLabel()
.@NonNull Label
LabelCase.nonnullLabel()
Return label, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type with parameters of type LabelModifier and TypeMethodDescriptionSet the property corresponding toLabelCase.getLabel()
to the specified value. -
Uses of Label in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.label._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.label._case with type parameters of type LabelModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Label>>
E$$LabelBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.label._case that return LabelModifier and TypeMethodDescription@NonNull Label
LabelBuilder.build()
A newLabel
instance.static @NonNull Label
LabelBuilder.empty()
Get empty instance of Label.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.label._case that return types with arguments of type LabelMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.label._case with parameters of type LabelModifier and TypeMethodDescriptionstatic boolean
Label.bindingEquals
(@NonNull Label thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Label.bindingHashCode
(@NonNull Label obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Label.bindingToString
(@NonNull Label obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.label._case with type arguments of type LabelModifier and TypeMethodDescriptionLabelBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Label> augmentation) Add an augmentation to this builder's product.LabelBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Label>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.basic.explicit.route.subobjects.subobject.type.label._case with parameters of type LabelModifierConstructorDescriptionLabelBuilder
(Label base) Construct a builder initialized with state from specifiedLabel
.