@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RunThreatHuntingJobRequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
RunThreatHuntingJobRequestData() |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public RunThreatHuntingJobRequestData attributes(RunThreatHuntingJobRequestAttributes attributes)
@Nullable public RunThreatHuntingJobRequestAttributes getAttributes()
public void setAttributes(RunThreatHuntingJobRequestAttributes attributes)
public RunThreatHuntingJobRequestData type(RunThreatHuntingJobRequestDataType type)
@Nullable public RunThreatHuntingJobRequestDataType getType()
public void setType(RunThreatHuntingJobRequestDataType type)
public RunThreatHuntingJobRequestData 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.