public class ChardevUdp extends QApiType
QApiTypeDescriptor{name=ChardevUdp, data={remote=SocketAddress, *local=SocketAddress}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
SocketAddress |
local |
SocketAddress |
remote |
Constructor and Description |
---|
ChardevUdp() |
ChardevUdp(SocketAddress remote,
SocketAddress local) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
ChardevUdp |
withLocal(SocketAddress value) |
ChardevUdp |
withRemote(SocketAddress value) |
toString
@Nonnull public SocketAddress remote
@CheckForNull public SocketAddress local
public ChardevUdp()
public ChardevUdp(SocketAddress remote, SocketAddress local)
@Nonnull public ChardevUdp withRemote(SocketAddress value)
@Nonnull public ChardevUdp withLocal(SocketAddress value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException