GetServerPlainArgs

data class GetServerPlainArgs(val serverName: String) : ConvertibleToJava<GetServerPlainArgs>

Constructors

Link copied to clipboard
constructor(serverName: String)

Properties

Link copied to clipboard

The name of the server.

Functions

Link copied to clipboard
open override fun toJava(): GetServerPlainArgs