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:46:27.777599-05:00[America/Chicago]", comments="Generator version: 7.4.0") public class NetworkZoneLocation extends Object implements Serializable
NetworkZoneLocation
See Also:
  • Field Details

  • Constructor Details

    • NetworkZoneLocation

      public NetworkZoneLocation()
  • Method Details

    • country

      public NetworkZoneLocation country(String country)
    • getCountry

      @Nullable public String 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

      public void setCountry(String country)
    • region

      public NetworkZoneLocation region(String region)
    • getRegion

      @Nullable public 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. Do not use continent codes as they are treated as generic codes for undesignated regions.
      Returns:
      region
    • setRegion

      public void setRegion(String region)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object