Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries.host.entry.StateBuilder
Packages that use StateBuilder
Package
Description
-
Uses of StateBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries.host.entry
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns._static.top.host.entries.host.entry that return StateBuilderModifier and TypeMethodDescriptionStateBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<State> augmentation) Add an augmentation to this builder's product.StateBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<State>> augmentationType) Remove an augmentation from this builder's product.Set the property corresponding toSystemDnsStaticConfig.getAlias()to the specified value.StateBuilder.setHostname(String value) Set the property corresponding toSystemDnsStaticConfig.getHostname()to the specified value.StateBuilder.setIpv4Address(Set<Ipv4Address> values) Set the property corresponding toSystemDnsStaticConfig.getIpv4Address()to the specified value.StateBuilder.setIpv6Address(Set<Ipv6Address> values) Set the property corresponding toSystemDnsStaticConfig.getIpv6Address()to the specified value.