Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.MonitoringRequest
Packages that use MonitoringRequest
Package
Description
-
Uses of MonitoringRequest in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message that return MonitoringRequestModifier and TypeMethodDescriptionPcreqMessage.getMonitoringRequest()Return monitoringRequest, ornullif it is not present.PcreqMessageBuilder.getMonitoringRequest()Return current value associated with the property corresponding toPcreqMessage.getMonitoringRequest().@NonNull MonitoringRequestPcreqMessage.nonnullMonitoringRequest()Return monitoringRequest, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message with parameters of type MonitoringRequestModifier and TypeMethodDescriptionPcreqMessageBuilder.setMonitoringRequest(MonitoringRequest value) Set the property corresponding toPcreqMessage.getMonitoringRequest()to the specified value. -
Uses of MonitoringRequest 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 with type parameters of type MonitoringRequestModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<MonitoringRequest>>
E$$MonitoringRequestBuilder.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.pcreq.message.pcreq.message that return MonitoringRequestModifier and TypeMethodDescription@NonNull MonitoringRequestMonitoringRequestBuilder.build()A newMonitoringRequestinstance.static @NonNull MonitoringRequestMonitoringRequestBuilder.empty()Get empty instance of MonitoringRequest.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message that return types with arguments of type MonitoringRequestModifier and TypeMethodDescriptiondefault Class<MonitoringRequest> MonitoringRequest.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message with parameters of type MonitoringRequestModifier and TypeMethodDescriptionstatic booleanMonitoringRequest.bindingEquals(@NonNull MonitoringRequest thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMonitoringRequest.bindingHashCode(@NonNull MonitoringRequest obj) Default implementation ofObject.hashCode()contract for this interface.static StringMonitoringRequest.bindingToString(@NonNull MonitoringRequest 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.pcreq.message.pcreq.message with type arguments of type MonitoringRequestModifier and TypeMethodDescriptionMonitoringRequestBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<MonitoringRequest> augmentation) Add an augmentation to this builder's product.MonitoringRequestBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<MonitoringRequest>> 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.pcreq.message.pcreq.message with parameters of type MonitoringRequestModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMonitoringRequest.