@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class STIXIngestResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCEPTED |
static String |
JSON_PROPERTY_INVALID |
static String |
JSON_PROPERTY_UNSUPPORTED |
boolean |
unparsed |
| Constructor and Description |
|---|
STIXIngestResponseAttributes() |
STIXIngestResponseAttributes(Long accepted,
Long invalid,
Long unsupported) |
| Modifier and Type | Method and Description |
|---|---|
STIXIngestResponseAttributes |
accepted(Long accepted) |
boolean |
equals(Object o)
Return true if this STIXIngestResponseAttributes object is equal to o.
|
Long |
getAccepted()
The number of supported indicators accepted.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getInvalid()
The number of indicators with patterns that could not be parsed.
|
Long |
getUnsupported()
The number of indicator objects with an unsupported STIX version or a pattern that produced no
supported observable values.
|
int |
hashCode() |
STIXIngestResponseAttributes |
invalid(Long invalid) |
STIXIngestResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAccepted(Long accepted) |
void |
setInvalid(Long invalid) |
void |
setUnsupported(Long unsupported) |
String |
toString() |
STIXIngestResponseAttributes |
unsupported(Long unsupported) |
public boolean unparsed
public static final String JSON_PROPERTY_ACCEPTED
public static final String JSON_PROPERTY_INVALID
public static final String JSON_PROPERTY_UNSUPPORTED
public STIXIngestResponseAttributes accepted(Long accepted)
public Long getAccepted()
public void setAccepted(Long accepted)
public STIXIngestResponseAttributes invalid(Long invalid)
public Long getInvalid()
public void setInvalid(Long invalid)
public STIXIngestResponseAttributes unsupported(Long unsupported)
public Long getUnsupported()
public void setUnsupported(Long unsupported)
public STIXIngestResponseAttributes 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.