Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.telnet.server.top.TelnetServer
-
-
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 TelnetServer Modifier and Type Method Description TelnetServerSystemBuilder. 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 TelnetServer Modifier and Type Method Description SystemBuilderSystemBuilder. 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 TelnetServer Modifier and Type Method Description TelnetServerSystemTelnetServerTop. getTelnetServer()Return telnetServer, ornullif 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 TelnetServer Modifier and Type Method Description <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 TelnetServer Modifier and Type Method Description @NonNull TelnetServerTelnetServerBuilder. build()A newTelnetServerinstance.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 TelnetServer Modifier and Type Method Description default 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 TelnetServer Modifier and Type Method Description static 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 TelnetServer Modifier and Type Method Description TelnetServerBuilderTelnetServerBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TelnetServer> augmentation)Add an augmentation to this builder's product.TelnetServerBuilderTelnetServerBuilder. 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 TelnetServer Constructor Description TelnetServerBuilder(TelnetServer base)Construct a builder initialized with state from specifiedTelnetServer.
-