Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface.ConfigBuilder
-
Packages that use ConfigBuilder Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface -
-
Uses of ConfigBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface that return ConfigBuilder Modifier and Type Method Description ConfigBuilderConfigBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Config> augmentation)Add an augmentation to this builder's product.ConfigBuilderConfigBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Config>> augmentationType)Remove an augmentation from this builder's product.ConfigBuilderConfigBuilder. setDescription(String value)Set the property corresponding toInterfaceCommonConfig.getDescription()to the specified value.ConfigBuilderConfigBuilder. setEnabled(Boolean value)Set the property corresponding toInterfaceCommonConfig.getEnabled()to the specified value.ConfigBuilderConfigBuilder. setLoopbackMode(Boolean value)Set the property corresponding toInterfacePhysConfig.getLoopbackMode()to the specified value.ConfigBuilderConfigBuilder. setMtu(org.opendaylight.yangtools.yang.common.Uint16 value)Set the property corresponding toInterfacePhysConfig.getMtu()to the specified value.ConfigBuilderConfigBuilder. setName(String value)Set the property corresponding toInterfacePhysConfig.getName()to the specified value.ConfigBuilderConfigBuilder. setType(Class<? extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev180220.InterfaceType> value)Set the property corresponding toInterfacePhysConfig.getType()to the specified value.
-