Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.proc.time.object.ProcTime
Packages that use ProcTime
Package
Description
-
Uses of ProcTime 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 ProcTimeModifier and TypeMethodDescriptionProcTimeObject.getProcTime()
Return procTime, ornull
if it is not present.@NonNull ProcTime
ProcTimeObject.nonnullProcTime()
Return procTime, or an empty instance if it is not present. -
Uses of ProcTime in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.metrics
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.metrics that return ProcTimeModifier and TypeMethodDescriptionMetricPceBuilder.getProcTime()
Return current value associated with the property corresponding toProcTimeObject.getProcTime()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.metrics with parameters of type ProcTimeModifier and TypeMethodDescriptionMetricPceBuilder.setProcTime
(ProcTime value) Set the property corresponding toProcTimeObject.getProcTime()
to the specified value. -
Uses of ProcTime in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.proc.time.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.proc.time.object with type parameters of type ProcTimeModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ProcTime>>
E$$ProcTimeBuilder.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.proc.time.object that return ProcTimeModifier and TypeMethodDescription@NonNull ProcTime
ProcTimeBuilder.build()
A newProcTime
instance.static @NonNull ProcTime
ProcTimeBuilder.empty()
Get empty instance of ProcTime.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.proc.time.object that return types with arguments of type ProcTimeMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.proc.time.object with parameters of type ProcTimeModifier and TypeMethodDescriptionstatic boolean
ProcTime.bindingEquals
(@NonNull ProcTime thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)
contract for this interface.static int
ProcTime.bindingHashCode
(@NonNull ProcTime obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ProcTime.bindingToString
(@NonNull ProcTime 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.proc.time.object with type arguments of type ProcTimeModifier and TypeMethodDescriptionProcTimeBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<ProcTime> augmentation) Add an augmentation to this builder's product.ProcTimeBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ProcTime>> 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.proc.time.object with parameters of type ProcTimeModifierConstructorDescriptionProcTimeBuilder
(ProcTime base) Construct a builder initialized with state from specifiedProcTime
.