Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.terminal.common.top.TerminalServers
-
-
Uses of TerminalServers 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 TerminalServers Modifier and Type Method Description TerminalServersSystemTerminalCommonTop. getTerminalServers()Return terminalServers, ornullif it is not present. -
Uses of TerminalServers in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.terminal.common.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.terminal.common.top with type parameters of type TerminalServers Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TerminalServers>>
E$$TerminalServersBuilder. 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.terminal.common.top that return TerminalServers Modifier and Type Method Description @NonNull TerminalServersTerminalServersBuilder. build()A newTerminalServersinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.terminal.common.top that return types with arguments of type TerminalServers Modifier and Type Method Description default Class<TerminalServers>TerminalServers. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.terminal.common.top with parameters of type TerminalServers Modifier and Type Method Description static booleanTerminalServers. bindingEquals(@NonNull TerminalServers thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intTerminalServers. bindingHashCode(@NonNull TerminalServers obj)Default implementation ofObject.hashCode()contract for this interface.static StringTerminalServers. bindingToString(@NonNull TerminalServers 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.terminal.common.top with type arguments of type TerminalServers Modifier and Type Method Description TerminalServersBuilderTerminalServersBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TerminalServers> augmentation)Add an augmentation to this builder's product.TerminalServersBuilderTerminalServersBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TerminalServers>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.terminal.common.top with parameters of type TerminalServers Constructor Description TerminalServersBuilder(TerminalServers base)Construct a builder initialized with state from specifiedTerminalServers.
-