azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

126 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner"
name: "ContinentsResponseInner"
nameWithType: "ContinentsResponseInner"
summary: "Continents Response."
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 **ContinentsResponseInner**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner?alt=com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner&text=ContinentsResponseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.ContinentsResponseInner()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.ContinentsResponseInner()"
name: "ContinentsResponseInner()"
nameWithType: "ContinentsResponseInner.ContinentsResponseInner()"
summary: "Creates an instance of Continents<wbr>Response<wbr>Inner class."
syntax: "public ContinentsResponseInner()"
desc: "Creates an instance of ContinentsResponseInner class."
methods:
- uid: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.continents()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.continents()"
name: "continents()"
nameWithType: "ContinentsResponseInner.continents()"
summary: "Get the continents property: The continents property."
syntax: "public List<ContinentsResponseContinentsItem> continents()"
desc: "Get the continents property: The continents property."
returns:
description: "the continents value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.models.ContinentsResponseContinentsItem?alt=com.azure.resourcemanager.cdn.models.ContinentsResponseContinentsItem&text=ContinentsResponseContinentsItem\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.countryOrRegions()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.countryOrRegions()"
name: "countryOrRegions()"
nameWithType: "ContinentsResponseInner.countryOrRegions()"
summary: "Get the country<wbr>OrRegions property: The country<wbr>OrRegions property."
syntax: "public List<ContinentsResponseCountryOrRegionsItem> countryOrRegions()"
desc: "Get the countryOrRegions property: The countryOrRegions property."
returns:
description: "the countryOrRegions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.models.ContinentsResponseCountryOrRegionsItem?alt=com.azure.resourcemanager.cdn.models.ContinentsResponseCountryOrRegionsItem&text=ContinentsResponseCountryOrRegionsItem\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ContinentsResponseInner.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Continents<wbr>Response<wbr>Inner 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 ContinentsResponseInner fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ContinentsResponseInner."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ContinentsResponseInner from the JsonReader."
returns:
description: "An instance of ContinentsResponseInner if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner?alt=com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner&text=ContinentsResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ContinentsResponseInner.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.cdn.fluent.models.ContinentsResponseInner.validate()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.validate()"
name: "validate()"
nameWithType: "ContinentsResponseInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.withContinents(java.util.List<com.azure.resourcemanager.cdn.models.ContinentsResponseContinentsItem>)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.withContinents(List<ContinentsResponseContinentsItem> continents)"
name: "withContinents(List<ContinentsResponseContinentsItem> continents)"
nameWithType: "ContinentsResponseInner.withContinents(List<ContinentsResponseContinentsItem> continents)"
summary: "Set the continents property: The continents property."
parameters:
- description: "the continents value to set."
name: "continents"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.models.ContinentsResponseContinentsItem?alt=com.azure.resourcemanager.cdn.models.ContinentsResponseContinentsItem&text=ContinentsResponseContinentsItem\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ContinentsResponseInner withContinents(List<ContinentsResponseContinentsItem> continents)"
desc: "Set the continents property: The continents property."
returns:
description: "the ContinentsResponseInner object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner?alt=com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner&text=ContinentsResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.withCountryOrRegions(java.util.List<com.azure.resourcemanager.cdn.models.ContinentsResponseCountryOrRegionsItem>)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner.withCountryOrRegions(List<ContinentsResponseCountryOrRegionsItem> countryOrRegions)"
name: "withCountryOrRegions(List<ContinentsResponseCountryOrRegionsItem> countryOrRegions)"
nameWithType: "ContinentsResponseInner.withCountryOrRegions(List<ContinentsResponseCountryOrRegionsItem> countryOrRegions)"
summary: "Set the country<wbr>OrRegions property: The country<wbr>OrRegions property."
parameters:
- description: "the countryOrRegions value to set."
name: "countryOrRegions"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.models.ContinentsResponseCountryOrRegionsItem?alt=com.azure.resourcemanager.cdn.models.ContinentsResponseCountryOrRegionsItem&text=ContinentsResponseCountryOrRegionsItem\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ContinentsResponseInner withCountryOrRegions(List<ContinentsResponseCountryOrRegionsItem> countryOrRegions)"
desc: "Set the countryOrRegions property: The countryOrRegions property."
returns:
description: "the ContinentsResponseInner object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner?alt=com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner&text=ContinentsResponseInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Continents Response."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner?alt=com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner&text=ContinentsResponseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.cdn.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.44.0