public class TupleResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
num
The number.
|
protected java.lang.Object |
result
The result.
|
Constructor and Description |
---|
TupleResult()
Create a new TupleResult.
|
TupleResult(int num,
java.lang.Object result)
Create a new SequenceResult.
|
Modifier and Type | Method and Description |
---|---|
int |
getNum()
Get the num.
|
java.lang.Object |
getResult()
Get the result.
|
void |
setNum(int num)
Set the num.
|
void |
setResult(java.lang.Object result)
Set the result.
|
java.lang.String |
toString()
Get the string representation.
|
public TupleResult()
public TupleResult(int num, java.lang.Object result)
public int getNum()
public void setNum(int num)
num
- The num to set.public java.lang.Object getResult()
public void setResult(java.lang.Object result)
result
- The result to set.public java.lang.String toString()
toString
in class java.lang.Object