@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DueDateRuleAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACTION |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_MODIFIED_BY |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_RULE |
boolean |
unparsed |
| Constructor and Description |
|---|
DueDateRuleAttributesResponse() |
DueDateRuleAttributesResponse(DueDateRuleAction action,
Long createdAt,
AutomationRuleCreatedBy createdBy,
Boolean enabled,
Long modifiedAt,
AutomationRuleModifiedBy modifiedBy,
String name,
AutomationRuleScope rule) |
| Modifier and Type | Method and Description |
|---|---|
DueDateRuleAttributesResponse |
action(DueDateRuleAction action) |
DueDateRuleAttributesResponse |
createdAt(Long createdAt) |
DueDateRuleAttributesResponse |
createdBy(AutomationRuleCreatedBy createdBy) |
DueDateRuleAttributesResponse |
enabled(Boolean enabled) |
boolean |
equals(Object o)
Return true if this DueDateRuleAttributesResponse object is equal to o.
|
DueDateRuleAction |
getAction()
The action to take when the due date rule matches a finding.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getCreatedAt()
The Unix timestamp in milliseconds when the rule was created.
|
AutomationRuleCreatedBy |
getCreatedBy()
The user or Datadog system who created the rule.
|
Boolean |
getEnabled()
Whether the due date rule is enabled.
|
Long |
getModifiedAt()
The Unix timestamp in milliseconds when the rule was last modified.
|
AutomationRuleModifiedBy |
getModifiedBy()
The user or Datadog system who last modified the rule.
|
String |
getName()
The name of the due date rule.
|
AutomationRuleScope |
getRule()
Defines the scope of findings to which the automation rule applies.
|
int |
hashCode() |
DueDateRuleAttributesResponse |
modifiedAt(Long modifiedAt) |
DueDateRuleAttributesResponse |
modifiedBy(AutomationRuleModifiedBy modifiedBy) |
DueDateRuleAttributesResponse |
name(String name) |
DueDateRuleAttributesResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DueDateRuleAttributesResponse |
rule(AutomationRuleScope rule) |
void |
setAction(DueDateRuleAction action) |
void |
setCreatedAt(Long createdAt) |
void |
setCreatedBy(AutomationRuleCreatedBy createdBy) |
void |
setEnabled(Boolean enabled) |
void |
setModifiedAt(Long modifiedAt) |
void |
setModifiedBy(AutomationRuleModifiedBy modifiedBy) |
void |
setName(String name) |
void |
setRule(AutomationRuleScope rule) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACTION
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_MODIFIED_BY
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_RULE
public DueDateRuleAttributesResponse()
public DueDateRuleAttributesResponse(DueDateRuleAction action, Long createdAt, AutomationRuleCreatedBy createdBy, Boolean enabled, Long modifiedAt, AutomationRuleModifiedBy modifiedBy, String name, AutomationRuleScope rule)
public DueDateRuleAttributesResponse action(DueDateRuleAction action)
public DueDateRuleAction getAction()
public void setAction(DueDateRuleAction action)
public DueDateRuleAttributesResponse createdAt(Long createdAt)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public DueDateRuleAttributesResponse createdBy(AutomationRuleCreatedBy createdBy)
public AutomationRuleCreatedBy getCreatedBy()
public void setCreatedBy(AutomationRuleCreatedBy createdBy)
public DueDateRuleAttributesResponse enabled(Boolean enabled)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public DueDateRuleAttributesResponse modifiedAt(Long modifiedAt)
public Long getModifiedAt()
public void setModifiedAt(Long modifiedAt)
public DueDateRuleAttributesResponse modifiedBy(AutomationRuleModifiedBy modifiedBy)
public AutomationRuleModifiedBy getModifiedBy()
public void setModifiedBy(AutomationRuleModifiedBy modifiedBy)
public DueDateRuleAttributesResponse name(String name)
public String getName()
public void setName(String name)
public DueDateRuleAttributesResponse rule(AutomationRuleScope rule)
public AutomationRuleScope getRule()
public void setRule(AutomationRuleScope rule)
public DueDateRuleAttributesResponse 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.