Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top.SshServer
Packages that use SshServer
Package
Description
-
Uses of SshServer in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top that return SshServerModifier and TypeMethodDescriptionSystemBuilder.getSshServer()Return current value associated with the property corresponding toSystemSshServerTop.getSshServer().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with parameters of type SshServerModifier and TypeMethodDescriptionSystemBuilder.setSshServer(SshServer value) Set the property corresponding toSystemSshServerTop.getSshServer()to the specified value. -
Uses of SshServer in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121 that return SshServerModifier and TypeMethodDescriptionSystemSshServerTop.getSshServer()Return sshServer, ornullif it is not present.@NonNull SshServerSystemSshServerTop.nonnullSshServer()Return sshServer, or an empty instance if it is not present. -
Uses of SshServer in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top with type parameters of type SshServerModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SshServer>>
E$$SshServerBuilder.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.terminal.rev181121.system.ssh.server.top that return SshServerModifier and TypeMethodDescription@NonNull SshServerSshServerBuilder.build()A newSshServerinstance.static @NonNull SshServerSshServerBuilder.empty()Get empty instance of SshServer.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top that return types with arguments of type SshServerMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top with parameters of type SshServerModifier and TypeMethodDescriptionstatic booleanSshServer.bindingEquals(@NonNull SshServer thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSshServer.bindingHashCode(@NonNull SshServer obj) Default implementation ofObject.hashCode()contract for this interface.static StringSshServer.bindingToString(@NonNull SshServer obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top with type arguments of type SshServerModifier and TypeMethodDescriptionSshServerBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SshServer> augmentation) Add an augmentation to this builder's product.SshServerBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SshServer>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top with parameters of type SshServerModifierConstructorDescriptionSshServerBuilder(SshServer base) Construct a builder initialized with state from specifiedSshServer.