public class Solution extends Object
| Constructor and Description |
|---|
Solution() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSolutionRef()
Gets the solution ref.
|
String |
getStatus()
Gets the status.
|
void |
setSolutionRef(String solutionRef)
Sets the solution ref.
|
void |
setStatus(String status)
Sets the status.
|
String |
toString() |
Solution |
withSolutionRef(String solutionRef)
With solution ref.
|
Solution |
withStatus(String status)
With status.
|
public String getStatus()
public void setStatus(String status)
status - The statuspublic Solution withStatus(String status)
status - the statuspublic String getSolutionRef()
public void setSolutionRef(String solutionRef)
solutionRef - The solution_refpublic Solution withSolutionRef(String solutionRef)
solutionRef - the solution refCopyright © 2015. All rights reserved.