Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message.Reports
Packages that use Reports
Package
Description
-
Uses of Reports in org.opendaylight.protocol.pcep.auto.bandwidth.extension
Methods in org.opendaylight.protocol.pcep.auto.bandwidth.extension that return Reports -
Uses of Reports in org.opendaylight.protocol.pcep.ietf.stateful
Methods in org.opendaylight.protocol.pcep.ietf.stateful that return Reports -
Uses of Reports in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message that return types with arguments of type ReportsModifier and TypeMethodDescriptionPcrptMessage.getReports()
Return reports, ornull
if it is not present.PcrptMessageBuilder.getReports()
Return current value associated with the property corresponding toPcrptMessage.getReports()
.PcrptMessage.nonnullReports()
Return reports, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message with type arguments of type ReportsModifier and TypeMethodDescriptionPcrptMessageBuilder.setReports
(List<Reports> values) Set the property corresponding toPcrptMessage.getReports()
to the specified value. -
Uses of Reports 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 with type parameters of type ReportsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Reports>>
E$$ReportsBuilder.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 that return ReportsModifier and TypeMethodDescription@NonNull Reports
ReportsBuilder.build()
A newReports
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message that return types with arguments of type ReportsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message with parameters of type ReportsModifier and TypeMethodDescriptionstatic boolean
Reports.bindingEquals
(@NonNull Reports thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Reports.bindingHashCode
(@NonNull Reports obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Reports.bindingToString
(@NonNull Reports 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 with type arguments of type ReportsModifier and TypeMethodDescriptionReportsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Reports> augmentation) Add an augmentation to this builder's product.ReportsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Reports>> 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 with parameters of type ReportsModifierConstructorDescriptionReportsBuilder
(Reports base) Construct a builder initialized with state from specifiedReports
.