Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.servers.Server
-
-
Uses of Server in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top that return types with arguments of type Server Modifier and Type Method Description @Nullable Map<ServerKey,Server>Servers. getServer()Return server, ornullif it is not present.Map<ServerKey,Server>ServersBuilder. getServer()Return current value associated with the property corresponding toServers.getServer().default @NonNull Map<ServerKey,Server>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.ntp.server.top with type arguments of type Server Modifier and Type Method Description ServersBuilderServersBuilder. setServer(Map<ServerKey,Server> values)Set 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.ntp.server.top.servers
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.servers with type parameters of type Server Modifier and Type Method Description <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.ntp.server.top.servers that return Server Modifier and Type Method Description @NonNull ServerServerBuilder. build()A newServerinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.servers that return types with arguments of type Server Modifier and Type Method Description default Class<Server>Server. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.servers with parameters of type Server Modifier and Type Method Description static 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.ntp.server.top.servers with type arguments of type Server Modifier and Type Method Description ServerBuilderServerBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Server> augmentation)Add an augmentation to this builder's product.ServerBuilderServerBuilder. 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.ntp.server.top.servers with parameters of type Server Constructor Description ServerBuilder(Server base)Construct a builder initialized with state from specifiedServer.
-