@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-02-10T11:07:35.698-06:00[America/Chicago]") public class ThreatInsightConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ACTION |
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_EXCLUDE_ZONES |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_LINKS |
Constructor and Description |
---|
ThreatInsightConfiguration() |
Modifier and Type | Method and Description |
---|---|
ThreatInsightConfiguration |
action(String action) |
ThreatInsightConfiguration |
addExcludeZonesItem(String excludeZonesItem) |
boolean |
equals(Object o) |
ThreatInsightConfiguration |
excludeZones(List<String> excludeZones) |
String |
getAction()
Get action
|
OffsetDateTime |
getCreated()
Get created
|
List<String> |
getExcludeZones()
Get excludeZones
|
OffsetDateTime |
getLastUpdated()
Get lastUpdated
|
Map<String,Object> |
getLinks()
Get links
|
int |
hashCode() |
void |
setAction(String action) |
void |
setExcludeZones(List<String> excludeZones) |
String |
toString() |
public static final String JSON_PROPERTY_ACTION
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_EXCLUDE_ZONES
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_LINKS
public ThreatInsightConfiguration action(String action)
public void setAction(String action)
@Nullable public OffsetDateTime getCreated()
public ThreatInsightConfiguration excludeZones(List<String> excludeZones)
public ThreatInsightConfiguration addExcludeZonesItem(String excludeZonesItem)
@Nullable public List<String> getExcludeZones()
@Nullable public OffsetDateTime getLastUpdated()
Copyright © 2017–2023 Okta. All rights reserved.