246 строки
16 KiB
YAML
246 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.Solution"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution"
|
|
name: "Solution"
|
|
nameWithType: "Solution"
|
|
summary: "Class Representing Solution for problems detected."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **Solution**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.Solution?alt=com.azure.resourcemanager.appservice.models.Solution&text=Solution\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.Solution()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.Solution()"
|
|
name: "Solution()"
|
|
nameWithType: "Solution.Solution()"
|
|
summary: "Creates an instance of Solution class."
|
|
syntax: "public Solution()"
|
|
desc: "Creates an instance of Solution class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.data()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.data()"
|
|
name: "data()"
|
|
nameWithType: "Solution.data()"
|
|
summary: "Get the data property: Solution Data."
|
|
syntax: "public List<List<NameValuePair>> data()"
|
|
desc: "Get the data property: Solution Data."
|
|
returns:
|
|
description: "the data value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.models.NameValuePair?alt=com.azure.resourcemanager.appservice.models.NameValuePair&text=NameValuePair\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.description()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.description()"
|
|
name: "description()"
|
|
nameWithType: "Solution.description()"
|
|
summary: "Get the description property: Description of the solution."
|
|
syntax: "public String description()"
|
|
desc: "Get the description property: Description of the solution."
|
|
returns:
|
|
description: "the description value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.displayName()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.displayName()"
|
|
name: "displayName()"
|
|
nameWithType: "Solution.displayName()"
|
|
summary: "Get the display<wbr>Name property: Display Name of the solution."
|
|
syntax: "public String displayName()"
|
|
desc: "Get the displayName property: Display Name of the solution."
|
|
returns:
|
|
description: "the displayName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "Solution.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Solution from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static Solution fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the Solution."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of Solution from the JsonReader."
|
|
returns:
|
|
description: "An instance of Solution if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Solution?alt=com.azure.resourcemanager.appservice.models.Solution&text=Solution\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.id()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.id()"
|
|
name: "id()"
|
|
nameWithType: "Solution.id()"
|
|
summary: "Get the id property: Solution Id."
|
|
syntax: "public Double id()"
|
|
desc: "Get the id property: Solution Id."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.metadata()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.metadata()"
|
|
name: "metadata()"
|
|
nameWithType: "Solution.metadata()"
|
|
summary: "Get the metadata property: Solution Metadata."
|
|
syntax: "public List<List<NameValuePair>> metadata()"
|
|
desc: "Get the metadata property: Solution Metadata."
|
|
returns:
|
|
description: "the metadata value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.models.NameValuePair?alt=com.azure.resourcemanager.appservice.models.NameValuePair&text=NameValuePair\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.order()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.order()"
|
|
name: "order()"
|
|
nameWithType: "Solution.order()"
|
|
summary: "Get the order property: Order of the solution."
|
|
syntax: "public Double order()"
|
|
desc: "Get the order property: Order of the solution."
|
|
returns:
|
|
description: "the order value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "Solution.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.type()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.type()"
|
|
name: "type()"
|
|
nameWithType: "Solution.type()"
|
|
summary: "Get the type property: Type of Solution."
|
|
syntax: "public SolutionType type()"
|
|
desc: "Get the type property: Type of Solution."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.SolutionType?alt=com.azure.resourcemanager.appservice.models.SolutionType&text=SolutionType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.validate()"
|
|
name: "validate()"
|
|
nameWithType: "Solution.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.withData(java.util.List<java.util.List<com.azure.resourcemanager.appservice.models.NameValuePair>>)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.withData(List<List<NameValuePair>> data)"
|
|
name: "withData(List<List<NameValuePair>> data)"
|
|
nameWithType: "Solution.withData(List<List<NameValuePair>> data)"
|
|
summary: "Set the data property: Solution Data."
|
|
parameters:
|
|
- description: "the data value to set."
|
|
name: "data"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.models.NameValuePair?alt=com.azure.resourcemanager.appservice.models.NameValuePair&text=NameValuePair\" data-throw-if-not-resolved=\"False\" />>>"
|
|
syntax: "public Solution withData(List<List<NameValuePair>> data)"
|
|
desc: "Set the data property: Solution Data."
|
|
returns:
|
|
description: "the Solution object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Solution?alt=com.azure.resourcemanager.appservice.models.Solution&text=Solution\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.withDescription(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.withDescription(String description)"
|
|
name: "withDescription(String description)"
|
|
nameWithType: "Solution.withDescription(String description)"
|
|
summary: "Set the description property: Description of the solution."
|
|
parameters:
|
|
- description: "the description value to set."
|
|
name: "description"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public Solution withDescription(String description)"
|
|
desc: "Set the description property: Description of the solution."
|
|
returns:
|
|
description: "the Solution object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Solution?alt=com.azure.resourcemanager.appservice.models.Solution&text=Solution\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.withDisplayName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.withDisplayName(String displayName)"
|
|
name: "withDisplayName(String displayName)"
|
|
nameWithType: "Solution.withDisplayName(String displayName)"
|
|
summary: "Set the display<wbr>Name property: Display Name of the solution."
|
|
parameters:
|
|
- description: "the displayName value to set."
|
|
name: "displayName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public Solution withDisplayName(String displayName)"
|
|
desc: "Set the displayName property: Display Name of the solution."
|
|
returns:
|
|
description: "the Solution object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Solution?alt=com.azure.resourcemanager.appservice.models.Solution&text=Solution\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.withId(java.lang.Double)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.withId(Double id)"
|
|
name: "withId(Double id)"
|
|
nameWithType: "Solution.withId(Double id)"
|
|
summary: "Set the id property: Solution Id."
|
|
parameters:
|
|
- description: "the id value to set."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
|
|
syntax: "public Solution withId(Double id)"
|
|
desc: "Set the id property: Solution Id."
|
|
returns:
|
|
description: "the Solution object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Solution?alt=com.azure.resourcemanager.appservice.models.Solution&text=Solution\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.withMetadata(java.util.List<java.util.List<com.azure.resourcemanager.appservice.models.NameValuePair>>)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.withMetadata(List<List<NameValuePair>> metadata)"
|
|
name: "withMetadata(List<List<NameValuePair>> metadata)"
|
|
nameWithType: "Solution.withMetadata(List<List<NameValuePair>> metadata)"
|
|
summary: "Set the metadata property: Solution Metadata."
|
|
parameters:
|
|
- description: "the metadata value to set."
|
|
name: "metadata"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.models.NameValuePair?alt=com.azure.resourcemanager.appservice.models.NameValuePair&text=NameValuePair\" data-throw-if-not-resolved=\"False\" />>>"
|
|
syntax: "public Solution withMetadata(List<List<NameValuePair>> metadata)"
|
|
desc: "Set the metadata property: Solution Metadata."
|
|
returns:
|
|
description: "the Solution object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Solution?alt=com.azure.resourcemanager.appservice.models.Solution&text=Solution\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.withOrder(java.lang.Double)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.withOrder(Double order)"
|
|
name: "withOrder(Double order)"
|
|
nameWithType: "Solution.withOrder(Double order)"
|
|
summary: "Set the order property: Order of the solution."
|
|
parameters:
|
|
- description: "the order value to set."
|
|
name: "order"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
|
|
syntax: "public Solution withOrder(Double order)"
|
|
desc: "Set the order property: Order of the solution."
|
|
returns:
|
|
description: "the Solution object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Solution?alt=com.azure.resourcemanager.appservice.models.Solution&text=Solution\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.Solution.withType(com.azure.resourcemanager.appservice.models.SolutionType)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.Solution.withType(SolutionType type)"
|
|
name: "withType(SolutionType type)"
|
|
nameWithType: "Solution.withType(SolutionType type)"
|
|
summary: "Set the type property: Type of Solution."
|
|
parameters:
|
|
- description: "the type value to set."
|
|
name: "type"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.SolutionType?alt=com.azure.resourcemanager.appservice.models.SolutionType&text=SolutionType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Solution withType(SolutionType type)"
|
|
desc: "Set the type property: Type of Solution."
|
|
returns:
|
|
description: "the Solution object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Solution?alt=com.azure.resourcemanager.appservice.models.Solution&text=Solution\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Class Representing Solution for problems detected."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.Solution?alt=com.azure.resourcemanager.appservice.models.Solution&text=Solution\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|