Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.OpenBuilder
Packages that use OpenBuilder
Package
Description
-
Uses of OpenBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object that return OpenBuilderModifier and TypeMethodDescriptionOpenBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Open> augmentation) Add an augmentation to this builder's product.OpenBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Open>> augmentationType) Remove an augmentation from this builder's product.OpenBuilder.setDeadTimer(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toOpen.getDeadTimer()to the specified value.Set the property corresponding toObjectHeader.getIgnore()to the specified value.OpenBuilder.setKeepalive(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toOpen.getKeepalive()to the specified value.OpenBuilder.setProcessingRule(Boolean value) Set the property corresponding toObjectHeader.getProcessingRule()to the specified value.OpenBuilder.setSessionId(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toOpen.getSessionId()to the specified value.Set the property corresponding toOpen.getTlvs()to the specified value.OpenBuilder.setVersion(ProtocolVersion value) Set the property corresponding toOpen.getVersion()to the specified value.