public class Solution extends Object
| Constructor and Description | 
|---|
Solution()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<List<NameValuePair>> | 
data()
Get solution Data. 
 | 
String | 
description()
Get description of the solution. 
 | 
String | 
displayName()
Get display Name of the solution. 
 | 
Double | 
id()
Get solution Id. 
 | 
List<List<NameValuePair>> | 
metadata()
Get solution Metadata. 
 | 
Double | 
order()
Get order of the solution. 
 | 
SolutionType | 
type()
Get type of Solution. 
 | 
Solution | 
withData(List<List<NameValuePair>> data)
Set solution Data. 
 | 
Solution | 
withDescription(String description)
Set description of the solution. 
 | 
Solution | 
withDisplayName(String displayName)
Set display Name of the solution. 
 | 
Solution | 
withId(Double id)
Set solution Id. 
 | 
Solution | 
withMetadata(List<List<NameValuePair>> metadata)
Set solution Metadata. 
 | 
Solution | 
withOrder(Double order)
Set order of the solution. 
 | 
Solution | 
withType(SolutionType type)
Set type of Solution. 
 | 
public Double id()
public Solution withId(Double id)
id - the id value to setpublic String displayName()
public Solution withDisplayName(String displayName)
displayName - the displayName value to setpublic Double order()
public Solution withOrder(Double order)
order - the order value to setpublic String description()
public Solution withDescription(String description)
description - the description value to setpublic SolutionType type()
public Solution withType(SolutionType type)
type - the type value to setpublic List<List<NameValuePair>> data()
public Solution withData(List<List<NameValuePair>> data)
data - the data value to setpublic List<List<NameValuePair>> metadata()
public Solution withMetadata(List<List<NameValuePair>> metadata)
metadata - the metadata value to setCopyright © 2019. All rights reserved.