@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RunHistoricalJobRequestAttributes 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 |
|---|
RunHistoricalJobRequestAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this RunHistoricalJobRequestAttributes object is equal to o.
|
RunHistoricalJobRequestAttributes |
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 historical job based on a security monitoring rule.
|
String |
getId()
Request ID.
|
JobDefinition |
getJobDefinition()
Definition of a historical job.
|
int |
hashCode() |
RunHistoricalJobRequestAttributes |
id(String id) |
RunHistoricalJobRequestAttributes |
jobDefinition(JobDefinition jobDefinition) |
RunHistoricalJobRequestAttributes |
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 RunHistoricalJobRequestAttributes fromRule(JobDefinitionFromRule fromRule)
@Nullable public JobDefinitionFromRule getFromRule()
public void setFromRule(JobDefinitionFromRule fromRule)
public RunHistoricalJobRequestAttributes id(String id)
@Nullable public String getId()
public void setId(String id)
public RunHistoricalJobRequestAttributes jobDefinition(JobDefinition jobDefinition)
@Nullable public JobDefinition getJobDefinition()
public void setJobDefinition(JobDefinition jobDefinition)
public RunHistoricalJobRequestAttributes 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 © 2025. All rights reserved.