@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class HistoricalJobResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY_HANDLE |
static String |
JSON_PROPERTY_CREATED_BY_NAME |
static String |
JSON_PROPERTY_CREATED_FROM_RULE_ID |
static String |
JSON_PROPERTY_JOB_DEFINITION |
static String |
JSON_PROPERTY_JOB_NAME |
static String |
JSON_PROPERTY_JOB_STATUS |
static String |
JSON_PROPERTY_MODIFIED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
HistoricalJobResponseAttributes() |
| Modifier and Type | Method and Description |
|---|---|
HistoricalJobResponseAttributes |
createdAt(String createdAt) |
HistoricalJobResponseAttributes |
createdByHandle(String createdByHandle) |
HistoricalJobResponseAttributes |
createdByName(String createdByName) |
HistoricalJobResponseAttributes |
createdFromRuleId(String createdFromRuleId) |
boolean |
equals(Object o)
Return true if this HistoricalJobResponseAttributes 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 |
getCreatedAt()
Time when the job was created.
|
String |
getCreatedByHandle()
The handle of the user who created the job.
|
String |
getCreatedByName()
The name of the user who created the job.
|
String |
getCreatedFromRuleId()
ID of the rule used to create the job (if it is created from a rule).
|
JobDefinition |
getJobDefinition()
Definition of a historical job.
|
String |
getJobName()
Job name.
|
String |
getJobStatus()
Job status.
|
String |
getModifiedAt()
Last modification time of the job.
|
int |
hashCode() |
HistoricalJobResponseAttributes |
jobDefinition(JobDefinition jobDefinition) |
HistoricalJobResponseAttributes |
jobName(String jobName) |
HistoricalJobResponseAttributes |
jobStatus(String jobStatus) |
HistoricalJobResponseAttributes |
modifiedAt(String modifiedAt) |
HistoricalJobResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(String createdAt) |
void |
setCreatedByHandle(String createdByHandle) |
void |
setCreatedByName(String createdByName) |
void |
setCreatedFromRuleId(String createdFromRuleId) |
void |
setJobDefinition(JobDefinition jobDefinition) |
void |
setJobName(String jobName) |
void |
setJobStatus(String jobStatus) |
void |
setModifiedAt(String modifiedAt) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY_HANDLE
public static final String JSON_PROPERTY_CREATED_BY_NAME
public static final String JSON_PROPERTY_CREATED_FROM_RULE_ID
public static final String JSON_PROPERTY_JOB_DEFINITION
public static final String JSON_PROPERTY_JOB_NAME
public static final String JSON_PROPERTY_JOB_STATUS
public static final String JSON_PROPERTY_MODIFIED_AT
public HistoricalJobResponseAttributes createdAt(String createdAt)
@Nullable public String getCreatedAt()
public void setCreatedAt(String createdAt)
public HistoricalJobResponseAttributes createdByHandle(String createdByHandle)
@Nullable public String getCreatedByHandle()
public void setCreatedByHandle(String createdByHandle)
public HistoricalJobResponseAttributes createdByName(String createdByName)
@Nullable public String getCreatedByName()
public void setCreatedByName(String createdByName)
public HistoricalJobResponseAttributes createdFromRuleId(String createdFromRuleId)
@Nullable public String getCreatedFromRuleId()
public void setCreatedFromRuleId(String createdFromRuleId)
public HistoricalJobResponseAttributes jobDefinition(JobDefinition jobDefinition)
@Nullable public JobDefinition getJobDefinition()
public void setJobDefinition(JobDefinition jobDefinition)
public HistoricalJobResponseAttributes jobName(String jobName)
@Nullable public String getJobName()
public void setJobName(String jobName)
public HistoricalJobResponseAttributes jobStatus(String jobStatus)
@Nullable public String getJobStatus()
public void setJobStatus(String jobStatus)
public HistoricalJobResponseAttributes modifiedAt(String modifiedAt)
@Nullable public String getModifiedAt()
public void setModifiedAt(String modifiedAt)
public HistoricalJobResponseAttributes 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.