@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") public class NetworkZoneLocation extends Object
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()
Get country
|
String |
getRegion()
Get region
|
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)
public void setCountry(String country)
public NetworkZoneLocation region(String region)
public void setRegion(String region)
Copyright © 2017–2023 Okta. All rights reserved.