public class BlkdebugSetStateOptions extends QApiType
QApiTypeDescriptor{name=BlkdebugSetStateOptions, data={event=BlkdebugEvent, *state=int, new_state=int}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
BlkdebugEvent |
event |
long |
newState |
Long |
state |
Constructor and Description |
---|
BlkdebugSetStateOptions() |
BlkdebugSetStateOptions(BlkdebugEvent event,
Long state,
long newState) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
BlkdebugSetStateOptions |
withEvent(BlkdebugEvent value) |
BlkdebugSetStateOptions |
withNewState(long value) |
BlkdebugSetStateOptions |
withState(Long value) |
toString
@Nonnull public BlkdebugEvent event
@CheckForNull public Long state
public BlkdebugSetStateOptions()
public BlkdebugSetStateOptions(BlkdebugEvent event, Long state, long newState)
@Nonnull public BlkdebugSetStateOptions withEvent(BlkdebugEvent value)
@Nonnull public BlkdebugSetStateOptions withState(Long value)
@Nonnull public BlkdebugSetStateOptions withNewState(long value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException