Package com.okta.sdk.resource.model
Class NetworkZoneLocation
java.lang.Object
com.okta.sdk.resource.model.NetworkZoneLocation
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class NetworkZoneLocation
extends Object
implements Serializable
NetworkZoneLocation
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Format of the country value: length 2 [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code.Format of the region value (optional): region code [ISO-3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) appended to country code (`countryCode-regionCode`), or `null` if empty.int
hashCode()
void
setCountry
(String country) void
toString()
-
Field Details
-
JSON_PROPERTY_COUNTRY
- See Also:
-
JSON_PROPERTY_REGION
- See Also:
-
-
Constructor Details
-
NetworkZoneLocation
public NetworkZoneLocation()
-
-
Method Details
-
country
-
getCountry
Format of the country value: length 2 [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code. Do not use continent codes as they are treated as generic codes for undesignated countries.- Returns:
- country
-
setCountry
-
region
-
getRegion
Format of the region value (optional): region code [ISO-3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) appended to country code (`countryCode-regionCode`), or `null` if empty. Do not use continent codes as they are treated as generic codes for undesignated regions.- Returns:
- region
-
setRegion
-
equals
-
hashCode
public int hashCode() -
toString
-