Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.exrs._case.exrs.Exrs
-
-
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 that return types with arguments of type Exrs Modifier and Type Method Description @Nullable List<Exrs>Exrs. getExrs()Return exrs, ornullif it is not present.List<Exrs>ExrsBuilder. getExrs()default @NonNull List<Exrs>Exrs. nonnullExrs()Return exrs, or an empty list if it is not present.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 Exrs Modifier and Type Method Description ExrsBuilderExrsBuilder. setExrs(List<Exrs> values) -
Uses of Exrs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.exrs._case.exrs
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.exrs._case.exrs with type parameters of type Exrs Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Exrs>>
E$$ExrsBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.exrs._case.exrs that return Exrs Modifier and Type Method Description ExrsExrsBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.exrs._case.exrs that return types with arguments of type Exrs Modifier and Type Method Description default Class<Exrs>Exrs. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.exrs._case.exrs with parameters of type Exrs Modifier and Type Method Description static 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.exrs with type arguments of type Exrs Modifier and Type Method Description ExrsBuilderExrsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Exrs> augmentation)Add an augmentation to this builder's product.ExrsBuilderExrsBuilder. 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.exrs with parameters of type Exrs Constructor Description ExrsBuilder(Exrs base)
-