Modifier and Type | Field and Description |
---|---|
String |
auth |
List<SpiceChannel> |
channels |
String |
compiledVersion |
boolean |
enabled |
String |
host |
boolean |
migrated |
SpiceQueryMouseMode |
mouseMode |
Long |
port |
Long |
tlsPort |
Constructor and Description |
---|
SpiceInfo() |
SpiceInfo(boolean enabled,
boolean migrated,
String host,
Long port,
Long tlsPort,
String auth,
String compiledVersion,
SpiceQueryMouseMode mouseMode,
List<SpiceChannel> channels) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
SpiceInfo |
withAuth(String value) |
SpiceInfo |
withChannels(List<SpiceChannel> value) |
SpiceInfo |
withCompiledVersion(String value) |
SpiceInfo |
withEnabled(boolean value) |
SpiceInfo |
withHost(String value) |
SpiceInfo |
withMigrated(boolean value) |
SpiceInfo |
withMouseMode(SpiceQueryMouseMode value) |
SpiceInfo |
withPort(Long value) |
SpiceInfo |
withTlsPort(Long value) |
toString
@CheckForNull public String host
@CheckForNull public Long port
@CheckForNull public Long tlsPort
@CheckForNull public String auth
@CheckForNull public String compiledVersion
@Nonnull public SpiceQueryMouseMode mouseMode
@CheckForNull public List<SpiceChannel> channels
public SpiceInfo()
public SpiceInfo(boolean enabled, boolean migrated, String host, Long port, Long tlsPort, String auth, String compiledVersion, SpiceQueryMouseMode mouseMode, List<SpiceChannel> channels)
@Nonnull public SpiceInfo withEnabled(boolean value)
@Nonnull public SpiceInfo withMigrated(boolean value)
@Nonnull public SpiceInfo withTlsPort(Long value)
@Nonnull public SpiceInfo withCompiledVersion(String value)
@Nonnull public SpiceInfo withMouseMode(SpiceQueryMouseMode value)
@Nonnull public SpiceInfo withChannels(List<SpiceChannel> value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException