public class Solution extends GenericModel
TradeoffAnalytics
v1 service.Modifier and Type | Class and Description |
---|---|
class |
Solution.StatusCause
Represent the error when the
getStatus() is 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()
Gets the status cause.
|
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)
Sets the status cause.
|
equals, hashCode, toString
public 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 IBM Watson. All rights reserved.