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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class NetworkZoneLocation
extends Object
implements Serializable
NetworkZoneLocation
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The two-character ISO-3166-1 country code.(Optional) The ISO-3166-2 region code appended to the 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
The two-character ISO-3166-1 country code. Don't use continent codes since they are treated as generic codes for undesignated countries. <br>For example: `US`- Returns:
- country
-
setCountry
-
region
-
getRegion
(Optional) The ISO-3166-2 region code appended to the country code (`countryCode-regionCode`), or `null` if empty. Don't use continent codes since they are treated as generic codes for undesignated regions. <br>For example: `CA` (for `US-CA` country and region code)- Returns:
- region
-
setRegion
-
equals
-
hashCode
public int hashCode() -
toString
-