@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IoCTriageWriteRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INDICATOR |
static String |
JSON_PROPERTY_TRIAGE_STATE |
boolean |
unparsed |
| Constructor and Description |
|---|
IoCTriageWriteRequestAttributes() |
IoCTriageWriteRequestAttributes(String indicator,
IoCTriageState triageState) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IoCTriageWriteRequestAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getIndicator()
The indicator value to triage (for example, an IP address or domain).
|
IoCTriageState |
getTriageState()
Current triage state of the indicator.
|
int |
hashCode() |
IoCTriageWriteRequestAttributes |
indicator(String indicator) |
IoCTriageWriteRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setIndicator(String indicator) |
void |
setTriageState(IoCTriageState triageState) |
String |
toString() |
IoCTriageWriteRequestAttributes |
triageState(IoCTriageState triageState) |
public boolean unparsed
public static final String JSON_PROPERTY_INDICATOR
public static final String JSON_PROPERTY_TRIAGE_STATE
public IoCTriageWriteRequestAttributes()
public IoCTriageWriteRequestAttributes(String indicator, IoCTriageState triageState)
public IoCTriageWriteRequestAttributes indicator(String indicator)
public String getIndicator()
public void setIndicator(String indicator)
public IoCTriageWriteRequestAttributes triageState(IoCTriageState triageState)
public IoCTriageState getTriageState()
public void setTriageState(IoCTriageState triageState)
public IoCTriageWriteRequestAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.