Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.servers.top.servers.Server
Packages that use Server
Package
Description
-
Uses of Server in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.servers.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.servers.top that return types with arguments of type ServerModifier and TypeMethodDescriptionServers.getServer()Return server, ornullif it is not present.ServersBuilder.getServer()Return current value associated with the property corresponding toServers.getServer().Servers.nonnullServer()Return server, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.servers.top with type arguments of type ServerModifier and TypeMethodDescriptionSet the property corresponding toServers.getServer()to the specified value. -
Uses of Server in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.servers.top.servers
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.servers.top.servers with type parameters of type ServerModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Server>>
E$$ServerBuilder.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.system.rev200413.system.dns.servers.top.servers that return ServerMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.servers.top.servers that return types with arguments of type ServerMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.servers.top.servers with parameters of type ServerModifier and TypeMethodDescriptionstatic booleanServer.bindingEquals(@NonNull Server thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intServer.bindingHashCode(@NonNull Server obj) Default implementation ofObject.hashCode()contract for this interface.static StringServer.bindingToString(@NonNull Server obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.servers.top.servers with type arguments of type ServerModifier and TypeMethodDescriptionServerBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Server> augmentation) Add an augmentation to this builder's product.ServerBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Server>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.servers.top.servers with parameters of type ServerModifierConstructorDescriptionServerBuilder(Server base) Construct a builder initialized with state from specifiedServer.