Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match.single.tagged.Config
-
-
Uses of Config in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match that return Config Modifier and Type Method Description ConfigSingleTagged. getConfig()Return config, ornullif it is not present.ConfigSingleTaggedBuilder. getConfig()Return current value associated with the property corresponding toSingleTagged.getConfig().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match with parameters of type Config Modifier and Type Method Description SingleTaggedBuilderSingleTaggedBuilder. setConfig(Config value)Set the property corresponding toSingleTagged.getConfig()to the specified value. -
Uses of Config in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match.single.tagged
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match.single.tagged with type parameters of type Config Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Config>>
E$$ConfigBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match.single.tagged that return Config Modifier and Type Method Description @NonNull ConfigConfigBuilder. build()A newConfiginstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match.single.tagged that return types with arguments of type Config Modifier and Type Method Description default Class<Config>Config. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match.single.tagged with parameters of type Config Modifier and Type Method Description static booleanConfig. bindingEquals(@NonNull Config thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intConfig. bindingHashCode(@NonNull Config obj)Default implementation ofObject.hashCode()contract for this interface.static StringConfig. bindingToString(@NonNull Config obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match.single.tagged with type arguments of type Config 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.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match.single.tagged with parameters of type Config Constructor Description ConfigBuilder(Config base)Construct a builder initialized with state from specifiedConfig.
-