93 строки
5.4 KiB
YAML
93 строки
5.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country"
|
|
name: "Country"
|
|
nameWithType: "Country"
|
|
summary: "Country Description."
|
|
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 **Country**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country.Country()"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country.Country()"
|
|
name: "Country()"
|
|
nameWithType: "Country.Country()"
|
|
summary: "Creates an instance of Country class."
|
|
syntax: "public Country()"
|
|
desc: "Creates an instance of Country class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country.code()"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country.code()"
|
|
name: "code()"
|
|
nameWithType: "Country.code()"
|
|
summary: "Get the code property: country code."
|
|
syntax: "public String code()"
|
|
desc: "Get the code property: country code."
|
|
returns:
|
|
description: "the code value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country.description()"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country.description()"
|
|
name: "description()"
|
|
nameWithType: "Country.description()"
|
|
summary: "Get the description property: code description."
|
|
syntax: "public String description()"
|
|
desc: "Get the description property: code description."
|
|
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.paloaltonetworks.ngfw.models.Country.validate()"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country.validate()"
|
|
name: "validate()"
|
|
nameWithType: "Country.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country.withCode(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country.withCode(String code)"
|
|
name: "withCode(String code)"
|
|
nameWithType: "Country.withCode(String code)"
|
|
summary: "Set the code property: country code."
|
|
parameters:
|
|
- description: "the code value to set."
|
|
name: "code"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public Country withCode(String code)"
|
|
desc: "Set the code property: country code."
|
|
returns:
|
|
description: "the Country object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country&text=Country\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country.withDescription(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country.withDescription(String description)"
|
|
name: "withDescription(String description)"
|
|
nameWithType: "Country.withDescription(String description)"
|
|
summary: "Set the description property: code description."
|
|
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 Country withDescription(String description)"
|
|
desc: "Set the description property: code description."
|
|
returns:
|
|
description: "the Country object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.Country&text=Country\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Country Description."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.paloaltonetworks.ngfw.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-paloaltonetworks-ngfw:1.1.0
|