Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.secondary.reported.route.object.Srro
Packages that use Srro
Package
Description
-
Uses of Srro in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return SrroModifier and TypeMethodDescriptionSecondaryReportedRouteObject.getSrro()Return srro, ornullif it is not present.@NonNull SrroSecondaryReportedRouteObject.nonnullSrro()Return srro, or an empty instance if it is not present. -
Uses of Srro in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp.endpoint.rro.pair.rros.route.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp.endpoint.rro.pair.rros.route.object that return SrroModifier and TypeMethodDescriptionSecondaryReportedRouteObjectCaseBuilder.getSrro()Return current value associated with the property corresponding toSecondaryReportedRouteObject.getSrro().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp.endpoint.rro.pair.rros.route.object with parameters of type SrroModifier and TypeMethodDescriptionSet the property corresponding toSecondaryReportedRouteObject.getSrro()to the specified value. -
Uses of Srro in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.secondary.reported.route.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.secondary.reported.route.object with type parameters of type SrroModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Srro>>
E$$SrroBuilder.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.pcep.types.rev181109.secondary.reported.route.object that return SrroModifier and TypeMethodDescription@NonNull SrroSrroBuilder.build()A newSrroinstance.static @NonNull SrroSrroBuilder.empty()Get empty instance of Srro.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.secondary.reported.route.object that return types with arguments of type SrroMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.secondary.reported.route.object with parameters of type SrroModifier and TypeMethodDescriptionstatic booleanSrro.bindingEquals(@NonNull Srro thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)contract for this interface.static intSrro.bindingHashCode(@NonNull Srro obj) Default implementation ofObject.hashCode()contract for this interface.static StringSrro.bindingToString(@NonNull Srro obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.secondary.reported.route.object with type arguments of type SrroModifier and TypeMethodDescriptionSrroBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Srro> augmentation) Add an augmentation to this builder's product.SrroBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Srro>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.secondary.reported.route.object with parameters of type SrroModifierConstructorDescriptionSrroBuilder(Srro base) Construct a builder initialized with state from specifiedSrro.