Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.proc.time.object.ProcTimeBuilder
Packages that use ProcTimeBuilder
Package
Description
-
Uses of ProcTimeBuilder 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 that return ProcTimeBuilderModifier 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.ProcTimeBuilder.setAverageProcTime(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toProcTime.getAverageProcTime()to the specified value.ProcTimeBuilder.setCurrentProcTime(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toProcTime.getCurrentProcTime()to the specified value.ProcTimeBuilder.setEstimated(Boolean value) Set the property corresponding toProcTime.getEstimated()to the specified value.Set the property corresponding toObjectHeader.getIgnore()to the specified value.ProcTimeBuilder.setMaxProcTime(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toProcTime.getMaxProcTime()to the specified value.ProcTimeBuilder.setMinProcTime(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toProcTime.getMinProcTime()to the specified value.ProcTimeBuilder.setProcessingRule(Boolean value) Set the property corresponding toObjectHeader.getProcessingRule()to the specified value.ProcTimeBuilder.setVarianceProcTime(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toProcTime.getVarianceProcTime()to the specified value.