class Result
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
description |
(package private) int |
iterations |
(package private) long |
ours |
(package private) long |
theirs |
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the value of description
|
int |
getIterations()
Gets the value of iterations
|
long |
getOurAvg()
Gets the value of ourAvg
|
long |
getOurs()
Gets the value of ours
|
long |
getTheirAvg()
Gets the value of theirAvg
|
long |
getTheirs()
Gets the value of theirs
|
void |
setDescription(java.lang.String argDescription)
Sets the value of description
|
void |
setIterations(int argIterations)
Sets the value of iterations
|
void |
setOurs(long argOurs)
Sets the value of ours
|
void |
setTheirs(long argTheirs)
Sets the value of theirs
|
java.lang.String |
toString() |
long theirs
long ours
int iterations
java.lang.String description
public long getTheirs()
public void setTheirs(long argTheirs)
argTheirs - Value to assign to this.theirspublic long getOurs()
public void setOurs(long argOurs)
argOurs - Value to assign to this.ourspublic long getTheirAvg()
public long getOurAvg()
public int getIterations()
public void setIterations(int argIterations)
argIterations - Value to assign to this.iterationspublic java.lang.String getDescription()
public void setDescription(java.lang.String argDescription)
argDescription - Value to assign to this.descriptionpublic java.lang.String toString()
toString in class java.lang.Object