Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.remote.top.remote.servers.RemoteServer
-
-
Uses of RemoteServer in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.remote.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.remote.top that return types with arguments of type RemoteServer Modifier and Type Method Description @Nullable Map<RemoteServerKey,RemoteServer>RemoteServers. getRemoteServer()Return remoteServer, ornullif it is not present.Map<RemoteServerKey,RemoteServer>RemoteServersBuilder. getRemoteServer()Return current value associated with the property corresponding toRemoteServers.getRemoteServer().default @NonNull Map<RemoteServerKey,RemoteServer>RemoteServers. nonnullRemoteServer()Return remoteServer, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.remote.top with type arguments of type RemoteServer Modifier and Type Method Description RemoteServersBuilderRemoteServersBuilder. setRemoteServer(Map<RemoteServerKey,RemoteServer> values)Set the property corresponding toRemoteServers.getRemoteServer()to the specified value. -
Uses of RemoteServer in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.remote.top.remote.servers
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.remote.top.remote.servers with type parameters of type RemoteServer Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<RemoteServer>>
E$$RemoteServerBuilder. 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.logging.rev181121.logging.remote.top.remote.servers that return RemoteServer Modifier and Type Method Description @NonNull RemoteServerRemoteServerBuilder. build()A newRemoteServerinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.remote.top.remote.servers that return types with arguments of type RemoteServer Modifier and Type Method Description default Class<RemoteServer>RemoteServer. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.remote.top.remote.servers with parameters of type RemoteServer Modifier and Type Method Description static booleanRemoteServer. bindingEquals(@NonNull RemoteServer thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intRemoteServer. bindingHashCode(@NonNull RemoteServer obj)Default implementation ofObject.hashCode()contract for this interface.static StringRemoteServer. bindingToString(@NonNull RemoteServer obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.remote.top.remote.servers with type arguments of type RemoteServer Modifier and Type Method Description RemoteServerBuilderRemoteServerBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<RemoteServer> augmentation)Add an augmentation to this builder's product.RemoteServerBuilderRemoteServerBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RemoteServer>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.remote.top.remote.servers with parameters of type RemoteServer Constructor Description RemoteServerBuilder(RemoteServer base)Construct a builder initialized with state from specifiedRemoteServer.
-