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 Details

  • Constructor Details

    • NetworkZoneLocation

      public NetworkZoneLocation()
  • Method Details

    • country

      public NetworkZoneLocation country(String country)
    • getCountry

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

      public void setCountry(String country)
    • region

      public NetworkZoneLocation region(String region)
    • getRegion

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

      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