Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.servers.ServerKey
-
-
Uses of ServerKey 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 ServerKey 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 ServerKey Modifier and Type Method Description ServersBuilderServersBuilder. setServer(Map<ServerKey,Server> values)Set the property corresponding toServers.getServer()to the specified value. -
Uses of ServerKey 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 that return ServerKey Modifier and Type Method Description ServerKeyServer. key()ServerKeyServerBuilder. key()Return current value associated with the property corresponding toServer.key().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.servers with parameters of type ServerKey Modifier and Type Method Description ServerBuilderServerBuilder. withKey(ServerKey key)Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.servers with parameters of type ServerKey Constructor Description ServerKey(ServerKey source)Creates a copy from Source Object.
-