@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class STIXBundleRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_OBJECTS |
static String |
JSON_PROPERTY_SPEC_VERSION |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
STIXBundleRequest() |
STIXBundleRequest(String id,
List<STIXObject> objects,
STIXBundleType type) |
| Modifier and Type | Method and Description |
|---|---|
STIXBundleRequest |
addObjectsItem(STIXObject objectsItem) |
boolean |
equals(Object o)
Return true if this STIXBundleRequest 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 |
getId()
The STIX bundle identifier.
|
List<STIXObject> |
getObjects()
The STIX objects included in the bundle.
|
STIXSpecVersion |
getSpecVersion()
The supported STIX specification version.
|
STIXBundleType |
getType()
The STIX object type for a bundle.
|
int |
hashCode() |
STIXBundleRequest |
id(String id) |
STIXBundleRequest |
objects(List<STIXObject> objects) |
STIXBundleRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setId(String id) |
void |
setObjects(List<STIXObject> objects) |
void |
setSpecVersion(STIXSpecVersion specVersion) |
void |
setType(STIXBundleType type) |
STIXBundleRequest |
specVersion(STIXSpecVersion specVersion) |
String |
toString() |
STIXBundleRequest |
type(STIXBundleType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_OBJECTS
public static final String JSON_PROPERTY_SPEC_VERSION
public static final String JSON_PROPERTY_TYPE
public STIXBundleRequest()
public STIXBundleRequest(String id, List<STIXObject> objects, STIXBundleType type)
public STIXBundleRequest id(String id)
public String getId()
public void setId(String id)
public STIXBundleRequest objects(List<STIXObject> objects)
public STIXBundleRequest addObjectsItem(STIXObject objectsItem)
public List<STIXObject> getObjects()
public void setObjects(List<STIXObject> objects)
public STIXBundleRequest specVersion(STIXSpecVersion specVersion)
@Nullable public STIXSpecVersion getSpecVersion()
public void setSpecVersion(STIXSpecVersion specVersion)
public STIXBundleRequest type(STIXBundleType type)
public STIXBundleType getType()
public void setType(STIXBundleType type)
public STIXBundleRequest 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.