@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RunThreatHuntingJobRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FROM_RULE |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_JOB_DEFINITION |
boolean |
unparsed |
| Constructor and Description |
|---|
RunThreatHuntingJobRequestAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this RunThreatHuntingJobRequestAttributes object is equal to o.
|
RunThreatHuntingJobRequestAttributes |
fromRule(JobDefinitionFromRule fromRule) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
JobDefinitionFromRule |
getFromRule()
Definition of a threat hunting job based on a security monitoring rule.
|
String |
getId()
Request ID.
|
JobDefinition |
getJobDefinition()
Definition of a threat hunting job.
|
int |
hashCode() |
RunThreatHuntingJobRequestAttributes |
id(String id) |
RunThreatHuntingJobRequestAttributes |
jobDefinition(JobDefinition jobDefinition) |
RunThreatHuntingJobRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFromRule(JobDefinitionFromRule fromRule) |
void |
setId(String id) |
void |
setJobDefinition(JobDefinition jobDefinition) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FROM_RULE
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_JOB_DEFINITION
public RunThreatHuntingJobRequestAttributes()
public RunThreatHuntingJobRequestAttributes fromRule(JobDefinitionFromRule fromRule)
@Nullable public JobDefinitionFromRule getFromRule()
public void setFromRule(JobDefinitionFromRule fromRule)
public RunThreatHuntingJobRequestAttributes id(String id)
@Nullable public String getId()
public void setId(String id)
public RunThreatHuntingJobRequestAttributes jobDefinition(JobDefinition jobDefinition)
@Nullable public JobDefinition getJobDefinition()
public void setJobDefinition(JobDefinition jobDefinition)
public RunThreatHuntingJobRequestAttributes 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.