Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.exrs._case.Exrs
Packages that use Exrs
Package
Description
-
Uses of Exrs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type that return ExrsModifier and TypeMethodDescriptionExrsCase.getExrs()
Return exrs, ornull
if it is not present.ExrsCaseBuilder.getExrs()
Return current value associated with the property corresponding toExrsCase.getExrs()
.@NonNull Exrs
ExrsCase.nonnullExrs()
Return exrs, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type with parameters of type ExrsModifier and TypeMethodDescriptionSet the property corresponding toExrsCase.getExrs()
to the specified value. -
Uses of Exrs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.exrs._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.exrs._case with type parameters of type ExrsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Exrs>>
E$$ExrsBuilder.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.explicit.route.subobjects.subobject.type.exrs._case that return ExrsModifier and TypeMethodDescription@NonNull Exrs
ExrsBuilder.build()
A newExrs
instance.static @NonNull Exrs
ExrsBuilder.empty()
Get empty instance of Exrs.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.exrs._case that return types with arguments of type ExrsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.exrs._case with parameters of type ExrsModifier and TypeMethodDescriptionstatic boolean
Exrs.bindingEquals
(@NonNull Exrs thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Exrs.bindingHashCode
(@NonNull Exrs obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Exrs.bindingToString
(@NonNull Exrs 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.explicit.route.subobjects.subobject.type.exrs._case with type arguments of type ExrsModifier and TypeMethodDescriptionExrsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Exrs> augmentation) Add an augmentation to this builder's product.ExrsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Exrs>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.exrs._case with parameters of type ExrsModifierConstructorDescriptionExrsBuilder
(Exrs base) Construct a builder initialized with state from specifiedExrs
.