Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary.explicit.route.object.SecondaryExplicitRouteObject
Packages that use SecondaryExplicitRouteObject
Package
Description
-
Uses of SecondaryExplicitRouteObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.te.lsp.attributes._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.te.lsp.attributes._case that return SecondaryExplicitRouteObjectModifier and TypeMethodDescriptionTeLspAttributesBuilder.getSecondaryExplicitRouteObject()
Return current value associated with the property corresponding toSecondaryExplicitRouteObject.getSecondaryExplicitRouteObject()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.te.lsp.attributes._case with parameters of type SecondaryExplicitRouteObjectModifier and TypeMethodDescriptionTeLspAttributesBuilder.setSecondaryExplicitRouteObject
(SecondaryExplicitRouteObject value) Set the property corresponding toSecondaryExplicitRouteObject.getSecondaryExplicitRouteObject()
to the specified value. -
Uses of SecondaryExplicitRouteObject 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 SecondaryExplicitRouteObjectModifier and TypeMethodDescriptionSecondaryExplicitRouteObject.getSecondaryExplicitRouteObject()
Return secondaryExplicitRouteObject, ornull
if it is not present.@NonNull SecondaryExplicitRouteObject
SecondaryExplicitRouteObject.nonnullSecondaryExplicitRouteObject()
Return secondaryExplicitRouteObject, or an empty instance if it is not present. -
Uses of SecondaryExplicitRouteObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary.explicit.route.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary.explicit.route.object with type parameters of type SecondaryExplicitRouteObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SecondaryExplicitRouteObject>>
E$$SecondaryExplicitRouteObjectBuilder.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.secondary.explicit.route.object that return SecondaryExplicitRouteObjectModifier and TypeMethodDescription@NonNull SecondaryExplicitRouteObject
SecondaryExplicitRouteObjectBuilder.build()
A newSecondaryExplicitRouteObject
instance.static @NonNull SecondaryExplicitRouteObject
SecondaryExplicitRouteObjectBuilder.empty()
Get empty instance of SecondaryExplicitRouteObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary.explicit.route.object that return types with arguments of type SecondaryExplicitRouteObjectModifier and TypeMethodDescriptiondefault Class<SecondaryExplicitRouteObject>
SecondaryExplicitRouteObject.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary.explicit.route.object with parameters of type SecondaryExplicitRouteObjectModifier and TypeMethodDescriptionstatic boolean
SecondaryExplicitRouteObject.bindingEquals
(@NonNull SecondaryExplicitRouteObject thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SecondaryExplicitRouteObject.bindingHashCode
(@NonNull SecondaryExplicitRouteObject obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SecondaryExplicitRouteObject.bindingToString
(@NonNull SecondaryExplicitRouteObject 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.secondary.explicit.route.object with type arguments of type SecondaryExplicitRouteObjectModifier and TypeMethodDescriptionSecondaryExplicitRouteObjectBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<SecondaryExplicitRouteObject> augmentation) Add an augmentation to this builder's product.SecondaryExplicitRouteObjectBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SecondaryExplicitRouteObject>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary.explicit.route.object with parameters of type SecondaryExplicitRouteObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSecondaryExplicitRouteObject
.