public class SpiceChannel extends SpiceBasicInfo
QApiTypeDescriptor{name=SpiceChannel, data={connection-id=int, channel-type=int, channel-id=int, tls=bool}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
long |
channelId |
long |
channelType |
long |
connectionId |
boolean |
tls |
family, host, port
Constructor and Description |
---|
SpiceChannel() |
SpiceChannel(long connectionId,
long channelType,
long channelId,
boolean tls) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
SpiceChannel |
withChannelId(long value) |
SpiceChannel |
withChannelType(long value) |
SpiceChannel |
withConnectionId(long value) |
SpiceChannel |
withTls(boolean value) |
withFamily, withHost, withPort
toString
@Nonnull public long connectionId
@Nonnull public long channelType
public SpiceChannel()
public SpiceChannel(long connectionId, long channelType, long channelId, boolean tls)
@Nonnull public SpiceChannel withConnectionId(long value)
@Nonnull public SpiceChannel withChannelType(long value)
@Nonnull public SpiceChannel withChannelId(long value)
@Nonnull public SpiceChannel withTls(boolean value)
public List<String> getFieldNames()
getFieldNames
in class SpiceBasicInfo
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class SpiceBasicInfo
NoSuchFieldException