Class Solution
java.lang.Object
com.microsoft.azure.management.appservice.Solution
Class Representing Solution for problems detected.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondata()
Get solution Data.Get description of the solution.Get display Name of the solution.id()
Get solution Id.metadata()
Get solution Metadata.order()
Get order of the solution.type()
Get type of Solution.withData
(List<List<NameValuePair>> data) Set solution Data.withDescription
(String description) Set description of the solution.withDisplayName
(String displayName) Set display Name of the solution.Set solution Id.withMetadata
(List<List<NameValuePair>> metadata) Set solution Metadata.Set order of the solution.withType
(SolutionType type) Set type of Solution.
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
id
Get solution Id.- Returns:
- the id value
-
withId
Set solution Id.- Parameters:
id
- the id value to set- Returns:
- the Solution object itself.
-
displayName
Get display Name of the solution.- Returns:
- the displayName value
-
withDisplayName
Set display Name of the solution.- Parameters:
displayName
- the displayName value to set- Returns:
- the Solution object itself.
-
order
Get order of the solution.- Returns:
- the order value
-
withOrder
Set order of the solution.- Parameters:
order
- the order value to set- Returns:
- the Solution object itself.
-
description
Get description of the solution.- Returns:
- the description value
-
withDescription
Set description of the solution.- Parameters:
description
- the description value to set- Returns:
- the Solution object itself.
-
type
Get type of Solution. Possible values include: 'QuickSolution', 'DeepInvestigation', 'BestPractices'.- Returns:
- the type value
-
withType
Set type of Solution. Possible values include: 'QuickSolution', 'DeepInvestigation', 'BestPractices'.- Parameters:
type
- the type value to set- Returns:
- the Solution object itself.
-
data
Get solution Data.- Returns:
- the data value
-
withData
Set solution Data.- Parameters:
data
- the data value to set- Returns:
- the Solution object itself.
-
metadata
Get solution Metadata.- Returns:
- the metadata value
-
withMetadata
Set solution Metadata.- Parameters:
metadata
- the metadata value to set- Returns:
- the Solution object itself.
-