public class GetOpsInBlockArgs extends Object
| Constructor and Description |
|---|
GetOpsInBlockArgs(org.joou.UInteger blockNum,
boolean onlyVirtual) |
| Modifier and Type | Method and Description |
|---|---|
org.joou.UInteger |
getBlockNum() |
boolean |
getOnlyVirtual()
Check if only virtual operations (
true) or all operation
types (false) are requested . |
void |
setBlockNum(org.joou.UInteger blockNum)
Override the current
blockNum field wrapped by this
instance. |
void |
setOnlyVirtual(boolean onlyVirtual)
Override the current
onlyVirtual field wrapped by this
instance. |
String |
toString() |
public GetOpsInBlockArgs(org.joou.UInteger blockNum,
boolean onlyVirtual)
blockNum - The blockNum defines for which block number
operations are requested.onlyVirtual - Define if only virtual (true) or all operation
types (false) are requested.public org.joou.UInteger getBlockNum()
public void setBlockNum(org.joou.UInteger blockNum)
blockNum field wrapped by this
instance.
The blockNum defines for which block number operations are
requested.
blockNum - The block number to set.public boolean getOnlyVirtual()
true) or all operation
types (false) are requested .true, if only virtual operations are requested or
false if not.public void setOnlyVirtual(boolean onlyVirtual)
onlyVirtual field wrapped by this
instance.onlyVirtual - Define if only virtual (true) or all operation
types (false) are requested.Copyright © 2019. All rights reserved.