Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message.reports.Path
Packages that use Path
Package
Description
-
Uses of Path in org.opendaylight.protocol.pcep.pcc.mock.spi
Methods in org.opendaylight.protocol.pcep.pcc.mock.spi that return PathModifier and TypeMethodDescriptionstatic Path
MsgBuilderUtil.createPath
(List<Subobject> subobjects) static Path
MsgBuilderUtil.reqToRptPath
(Requests request) static Path
MsgBuilderUtil.updToRptPath
(Path path) Methods in org.opendaylight.protocol.pcep.pcc.mock.spi with parameters of type Path -
Uses of Path in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message that return PathModifier and TypeMethodDescriptionReports.getPath()
Return path, ornull
if it is not present.ReportsBuilder.getPath()
Return current value associated with the property corresponding toReports.getPath()
.@NonNull Path
Reports.nonnullPath()
Return path, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message with parameters of type PathModifier and TypeMethodDescriptionSet the property corresponding toReports.getPath()
to the specified value. -
Uses of Path in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message.reports
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message.reports with type parameters of type PathModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Path>>
E$$PathBuilder.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.ietf.stateful.rev200720.pcrpt.message.pcrpt.message.reports that return PathModifier and TypeMethodDescription@NonNull Path
PathBuilder.build()
A newPath
instance.static @NonNull Path
PathBuilder.empty()
Get empty instance of Path.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message.reports that return types with arguments of type PathMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message.reports with parameters of type PathModifier and TypeMethodDescriptionstatic boolean
Path.bindingEquals
(@NonNull Path thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Path.bindingHashCode
(@NonNull Path obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Path.bindingToString
(@NonNull Path obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message.reports with type arguments of type PathModifier and TypeMethodDescriptionPathBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Path> augmentation) Add an augmentation to this builder's product.PathBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Path>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message.reports with parameters of type PathModifierConstructorDescriptionPathBuilder
(Path base) Construct a builder initialized with state from specifiedPath
.