public class IOThreadInfo extends QApiType
QApiTypeDescriptor{name=IOThreadInfo, data={id=str, thread-id=int}, innerTypes=null}
Constructor and Description |
---|
IOThreadInfo() |
IOThreadInfo(String id,
long threadId) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
IOThreadInfo |
withId(String value) |
IOThreadInfo |
withThreadId(long value) |
toString
public IOThreadInfo()
public IOThreadInfo(String id, long threadId)
@Nonnull public IOThreadInfo withId(String value)
@Nonnull public IOThreadInfo withThreadId(long value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException