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-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class NetworkZoneLocation
extends Object
implements Serializable
NetworkZoneLocation
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanThe 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.inthashCode()voidsetCountry(String country) voidtoString() 
- 
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
 
 -