public class Solution extends GenericModel
| 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.
|
equals, hashCode, toStringpublic String getSolutionRef()
public String getStatus()
public void setSolutionRef(String solutionRef)
solutionRef - The solution_refpublic void setStatus(String status)
status - The statusCopyright © 2015. All rights reserved.