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, ornullif it is not present.ExrsCaseBuilder.getExrs()Return current value associated with the property corresponding toExrsCase.getExrs().@NonNull ExrsExrsCase.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.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 ExrsExrsBuilder.build()A newExrsinstance.static @NonNull ExrsExrsBuilder.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 booleanExrs.bindingEquals(@NonNull Exrs thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intExrs.bindingHashCode(@NonNull Exrs obj) Default implementation ofObject.hashCode()contract for this interface.static StringExrs.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.binding.Augmentation<Exrs> augmentation) Add an augmentation to this builder's product.ExrsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.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.