@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class NetworkZoneLocation extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_COUNTRY |
static String |
JSON_PROPERTY_REGION |
Constructor and Description |
---|
NetworkZoneLocation() |
Modifier and Type | Method and Description |
---|---|
NetworkZoneLocation |
country(String country) |
boolean |
equals(Object o) |
String |
getCountry()
Format of the country value: length 2 [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code.
|
String |
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.
|
int |
hashCode() |
NetworkZoneLocation |
region(String region) |
void |
setCountry(String country) |
void |
setRegion(String region) |
String |
toString() |
public static final String JSON_PROPERTY_COUNTRY
public static final String JSON_PROPERTY_REGION
public NetworkZoneLocation country(String country)
@Nullable public String getCountry()
public void setCountry(String country)
public NetworkZoneLocation region(String region)
@Nullable public String getRegion()
public void setRegion(String region)
Copyright © 2017–2023 Okta. All rights reserved.