Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.object.Monitoring
-
-
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 Monitoring Modifier and Type Method Description Monitoring
MonitoringObject. getMonitoring()
Return monitoring, ornull
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 Monitoring Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.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 Monitoring Modifier and Type Method Description @NonNull Monitoring
MonitoringBuilder. build()
A newMonitoring
instance.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 Monitoring Modifier and Type Method Description default Class<Monitoring>
Monitoring. implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.object with parameters of type Monitoring Modifier and Type Method Description static boolean
Monitoring. bindingEquals(@NonNull Monitoring thisObj, Object obj)
Default implementation ofObject.equals(java.lang.Object)
contract for this interface.static int
Monitoring. bindingHashCode(@NonNull Monitoring obj)
Default implementation ofObject.hashCode()
contract for this interface.static String
Monitoring. 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 Monitoring Modifier and Type Method Description MonitoringBuilder
MonitoringBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Monitoring> augmentation)
Add an augmentation to this builder's product.MonitoringBuilder
MonitoringBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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 Monitoring Constructor Description MonitoringBuilder(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 Monitoring Modifier and Type Method Description Monitoring
PcmonrepMessageBuilder. 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 Monitoring Modifier and Type Method Description PcmonrepMessageBuilder
PcmonrepMessageBuilder. 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 Monitoring Modifier and Type Method Description Monitoring
RepliesBuilder. 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 Monitoring Modifier and Type Method Description RepliesBuilder
RepliesBuilder. 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 Monitoring Modifier and Type Method Description Monitoring
MonitoringRequestBuilder. 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 Monitoring Modifier and Type Method Description MonitoringRequestBuilder
MonitoringRequestBuilder. setMonitoring(Monitoring value)
Set the property corresponding toMonitoringObject.getMonitoring()
to the specified value.
-