public final class Solution extends Object
| Constructor and Description |
|---|
Solution() |
| Modifier and Type | Method and Description |
|---|---|
List<List<NameValuePair>> |
data()
Get the data property: Solution Data.
|
String |
description()
Get the description property: Description of the solution.
|
String |
displayName()
Get the displayName property: Display Name of the solution.
|
Double |
id()
Get the id property: Solution Id.
|
List<List<NameValuePair>> |
metadata()
Get the metadata property: Solution Metadata.
|
Double |
order()
Get the order property: Order of the solution.
|
SolutionType |
type()
Get the type property: Type of Solution.
|
void |
validate()
Validates the instance.
|
Solution |
withData(List<List<NameValuePair>> data)
Set the data property: Solution Data.
|
Solution |
withDescription(String description)
Set the description property: Description of the solution.
|
Solution |
withDisplayName(String displayName)
Set the displayName property: Display Name of the solution.
|
Solution |
withId(Double id)
Set the id property: Solution Id.
|
Solution |
withMetadata(List<List<NameValuePair>> metadata)
Set the metadata property: Solution Metadata.
|
Solution |
withOrder(Double order)
Set the order property: Order of the solution.
|
Solution |
withType(SolutionType type)
Set the type property: Type of Solution.
|
public Double id()
public Solution withId(Double id)
id - the id value to set.public String displayName()
public Solution withDisplayName(String displayName)
displayName - the displayName value to set.public Double order()
public Solution withOrder(Double order)
order - the order value to set.public String description()
public Solution withDescription(String description)
description - the description value to set.public SolutionType type()
public Solution withType(SolutionType type)
type - the type value to set.public List<List<NameValuePair>> data()
public Solution withData(List<List<NameValuePair>> data)
data - the data value to set.public List<List<NameValuePair>> metadata()
public Solution withMetadata(List<List<NameValuePair>> metadata)
metadata - the metadata value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.