Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.list.SubobjectContainer
-
-
Uses of SubobjectContainer in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820 that return types with arguments of type SubobjectContainer Modifier and Type Method Description @Nullable List<SubobjectContainer>ExplicitRouteSubobjectsList. getSubobjectContainer()Return subobjectContainer, ornullif it is not present.default @NonNull List<SubobjectContainer>ExplicitRouteSubobjectsList. nonnullSubobjectContainer()Return subobjectContainer, or an empty list if it is not present. -
Uses of SubobjectContainer in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.object that return types with arguments of type SubobjectContainer Modifier and Type Method Description List<SubobjectContainer>ExplicitRouteObjectBuilder. getSubobjectContainer()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.object with type arguments of type SubobjectContainer Modifier and Type Method Description ExplicitRouteObjectBuilderExplicitRouteObjectBuilder. setSubobjectContainer(List<SubobjectContainer> values) -
Uses of SubobjectContainer in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.list
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.list with type parameters of type SubobjectContainer Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SubobjectContainer>>
E$$SubobjectContainerBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.list that return SubobjectContainer Modifier and Type Method Description SubobjectContainerSubobjectContainerBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.list that return types with arguments of type SubobjectContainer Modifier and Type Method Description default Class<SubobjectContainer>SubobjectContainer. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.list with parameters of type SubobjectContainer Modifier and Type Method Description static booleanSubobjectContainer. bindingEquals(@NonNull SubobjectContainer thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intSubobjectContainer. bindingHashCode(@NonNull SubobjectContainer obj)Default implementation ofObject.hashCode()contract for this interface.static StringSubobjectContainer. bindingToString(@NonNull SubobjectContainer 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.list with type arguments of type SubobjectContainer Modifier and Type Method Description SubobjectContainerBuilderSubobjectContainerBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SubobjectContainer> augmentation)Add an augmentation to this builder's product.SubobjectContainerBuilderSubobjectContainerBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SubobjectContainer>> 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.list with parameters of type SubobjectContainer Constructor Description SubobjectContainerBuilder(SubobjectContainer base) -
Uses of SubobjectContainer in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object that return types with arguments of type SubobjectContainer Modifier and Type Method Description List<SubobjectContainer>PrimaryPathRouteObjectBuilder. getSubobjectContainer()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object with type arguments of type SubobjectContainer Modifier and Type Method Description PrimaryPathRouteObjectBuilderPrimaryPathRouteObjectBuilder. setSubobjectContainer(List<SubobjectContainer> values)
-