Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.telnet.server.top.TelnetServer
Packages that use TelnetServer
Package
Description
-
Uses of TelnetServer 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 TelnetServerModifier and TypeMethodDescriptionSystemBuilder.getTelnetServer()Return current value associated with the property corresponding toSystemTelnetServerTop.getTelnetServer().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with parameters of type TelnetServerModifier and TypeMethodDescriptionSystemBuilder.setTelnetServer(TelnetServer value) Set the property corresponding toSystemTelnetServerTop.getTelnetServer()to the specified value. -
Uses of TelnetServer 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 TelnetServerModifier and TypeMethodDescriptionSystemTelnetServerTop.getTelnetServer()Return telnetServer, ornullif it is not present.@NonNull TelnetServerSystemTelnetServerTop.nonnullTelnetServer()Return telnetServer, or an empty instance if it is not present. -
Uses of TelnetServer in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.telnet.server.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.telnet.server.top with type parameters of type TelnetServerModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TelnetServer>>
E$$TelnetServerBuilder.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.telnet.server.top that return TelnetServerModifier and TypeMethodDescription@NonNull TelnetServerTelnetServerBuilder.build()A newTelnetServerinstance.static @NonNull TelnetServerTelnetServerBuilder.empty()Get empty instance of TelnetServer.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.telnet.server.top that return types with arguments of type TelnetServerModifier and TypeMethodDescriptiondefault Class<TelnetServer>TelnetServer.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.telnet.server.top with parameters of type TelnetServerModifier and TypeMethodDescriptionstatic booleanTelnetServer.bindingEquals(@NonNull TelnetServer thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intTelnetServer.bindingHashCode(@NonNull TelnetServer obj) Default implementation ofObject.hashCode()contract for this interface.static StringTelnetServer.bindingToString(@NonNull TelnetServer 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.telnet.server.top with type arguments of type TelnetServerModifier and TypeMethodDescriptionTelnetServerBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TelnetServer> augmentation) Add an augmentation to this builder's product.TelnetServerBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TelnetServer>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.telnet.server.top with parameters of type TelnetServerModifierConstructorDescriptionConstruct a builder initialized with state from specifiedTelnetServer.