Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.object.Monitoring
Packages that use Monitoring
Package
Description
-
Uses of Monitoring 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 MonitoringModifier and TypeMethodDescriptionMonitoringObject.getMonitoring()Return monitoring, ornullif it is not present.@NonNull MonitoringMonitoringObject.nonnullMonitoring()Return monitoring, or an empty instance if it is not present. -
Uses of Monitoring in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.object with type parameters of type MonitoringModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Monitoring>>
E$$MonitoringBuilder.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.monitoring.object that return MonitoringModifier and TypeMethodDescription@NonNull MonitoringMonitoringBuilder.build()A newMonitoringinstance.static @NonNull MonitoringMonitoringBuilder.empty()Get empty instance of Monitoring.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.object that return types with arguments of type MonitoringMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.object with parameters of type MonitoringModifier and TypeMethodDescriptionstatic booleanMonitoring.bindingEquals(@NonNull Monitoring thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)contract for this interface.static intMonitoring.bindingHashCode(@NonNull Monitoring obj) Default implementation ofObject.hashCode()contract for this interface.static StringMonitoring.bindingToString(@NonNull Monitoring 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.monitoring.object with type arguments of type MonitoringModifier and TypeMethodDescriptionMonitoringBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Monitoring> augmentation) Add an augmentation to this builder's product.MonitoringBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Monitoring>> 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.monitoring.object with parameters of type MonitoringModifierConstructorDescriptionMonitoringBuilder(Monitoring base) Construct a builder initialized with state from specifiedMonitoring. -
Uses of Monitoring in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcmonrep.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcmonrep.message that return MonitoringModifier and TypeMethodDescriptionPcmonrepMessageBuilder.getMonitoring()Return current value associated with the property corresponding toMonitoringObject.getMonitoring().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcmonrep.message with parameters of type MonitoringModifier and TypeMethodDescriptionPcmonrepMessageBuilder.setMonitoring(Monitoring value) Set the property corresponding toMonitoringObject.getMonitoring()to the specified value. -
Uses of Monitoring in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message that return MonitoringModifier and TypeMethodDescriptionRepliesBuilder.getMonitoring()Return current value associated with the property corresponding toMonitoringObject.getMonitoring().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message with parameters of type MonitoringModifier and TypeMethodDescriptionRepliesBuilder.setMonitoring(Monitoring value) Set the property corresponding toMonitoringObject.getMonitoring()to the specified value. -
Uses of Monitoring in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message that return MonitoringModifier and TypeMethodDescriptionMonitoringRequestBuilder.getMonitoring()Return current value associated with the property corresponding toMonitoringObject.getMonitoring().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message with parameters of type MonitoringModifier and TypeMethodDescriptionMonitoringRequestBuilder.setMonitoring(Monitoring value) Set the property corresponding toMonitoringObject.getMonitoring()to the specified value.