public class Solution extends GenericModel
TradeoffAnalytics v1 service| Modifier and Type | Class and Description | 
|---|---|
| class  | Solution.StatusCauseRepresent the error when the  statusis INCOMPLETE. | 
| Constructor and Description | 
|---|
| Solution() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getShadowMe()Gets the solution ids of those that shadow this solution. | 
| List<String> | getShadows()Gets the shadows of a solution. | 
| String | getSolutionRef()Gets the solution ref. | 
| String | getStatus()Gets the status. | 
| Solution.StatusCause | getStatusCause() | 
| void | setShadowMe(List<String> shadowMe)Sets the shadow me. | 
| void | setShadows(List<String> shadows)Sets the shadows. | 
| void | setSolutionRef(String solutionRef)Sets the solution ref. | 
| void | setStatus(String status)Sets the status. | 
| void | setStatusCause(Solution.StatusCause statusCause) | 
equals, hashCode, toStringpublic List<String> getShadowMe()
public String getSolutionRef()
public String getStatus()
public Solution.StatusCause getStatusCause()
public void setShadowMe(List<String> shadowMe)
shadowMe - The highlightspublic void setShadows(List<String> shadows)
shadows - The shadowspublic void setSolutionRef(String solutionRef)
solutionRef - the solutionRef to setpublic void setStatus(String status)
status - the status to setpublic void setStatusCause(Solution.StatusCause statusCause)
statusCause - the statusCause to setCopyright © 2015–2016. All rights reserved.