@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class NetworkZoneAddress extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_VALUE |
Constructor and Description |
---|
NetworkZoneAddress() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
NetworkZoneAddressType |
getType()
Get type
|
String |
getValue()
Value in CIDR/range form depending on the type specified
|
int |
hashCode() |
void |
setType(NetworkZoneAddressType type) |
void |
setValue(String value) |
String |
toString() |
NetworkZoneAddress |
type(NetworkZoneAddressType type) |
NetworkZoneAddress |
value(String value) |
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_VALUE
public NetworkZoneAddress type(NetworkZoneAddressType type)
@Nullable public NetworkZoneAddressType getType()
public void setType(NetworkZoneAddressType type)
public NetworkZoneAddress value(String value)
@Nullable public String getValue()
public void setValue(String value)
Copyright © 2017–2023 Okta. All rights reserved.