public class ChardevSocket extends QApiType
QApiTypeDescriptor{name=ChardevSocket, data={addr=SocketAddress, *server=bool, *wait=bool, *nodelay=bool, *telnet=bool, *reconnect=int}, innerTypes=null}| Modifier and Type | Field and Description | 
|---|---|
| SocketAddress | addr | 
| Boolean | nodelay | 
| Long | reconnect | 
| Boolean | server | 
| Boolean | telnet | 
| Boolean | wait | 
| Constructor and Description | 
|---|
| ChardevSocket() | 
| ChardevSocket(SocketAddress addr,
             Boolean server,
             Boolean wait,
             Boolean nodelay,
             Boolean telnet,
             Long reconnect) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getFieldByName(String name) | 
| List<String> | getFieldNames() | 
| ChardevSocket | withAddr(SocketAddress value) | 
| ChardevSocket | withNodelay(Boolean value) | 
| ChardevSocket | withReconnect(Long value) | 
| ChardevSocket | withServer(Boolean value) | 
| ChardevSocket | withTelnet(Boolean value) | 
| ChardevSocket | withWait(Boolean value) | 
toString@Nonnull public SocketAddress addr
@CheckForNull public Boolean server
@CheckForNull public Boolean wait
@CheckForNull public Boolean nodelay
@CheckForNull public Boolean telnet
@CheckForNull public Long reconnect
public ChardevSocket()
public ChardevSocket(SocketAddress addr, Boolean server, Boolean wait, Boolean nodelay, Boolean telnet, Long reconnect)
@Nonnull public ChardevSocket withAddr(SocketAddress value)
@Nonnull public ChardevSocket withServer(Boolean value)
@Nonnull public ChardevSocket withWait(Boolean value)
@Nonnull public ChardevSocket withNodelay(Boolean value)
@Nonnull public ChardevSocket withTelnet(Boolean value)
@Nonnull public ChardevSocket withReconnect(Long value)
public List<String> getFieldNames()
getFieldNames in class QApiTypepublic Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName in class QApiTypeNoSuchFieldException