public class Solution extends Object
| Constructor and Description |
|---|
Solution() |
| Modifier and Type | Method and Description |
|---|---|
List<List<NameValuePair>> |
data()
Get the data value.
|
String |
description()
Get the description value.
|
String |
displayName()
Get the displayName value.
|
Double |
id()
Get the id value.
|
List<List<NameValuePair>> |
metadata()
Get the metadata value.
|
Double |
order()
Get the order value.
|
SolutionType |
type()
Get the type value.
|
Solution |
withData(List<List<NameValuePair>> data)
Set the data value.
|
Solution |
withDescription(String description)
Set the description value.
|
Solution |
withDisplayName(String displayName)
Set the displayName value.
|
Solution |
withId(Double id)
Set the id value.
|
Solution |
withMetadata(List<List<NameValuePair>> metadata)
Set the metadata value.
|
Solution |
withOrder(Double order)
Set the order value.
|
Solution |
withType(SolutionType type)
Set the type value.
|
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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/