@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentTodoAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ASSIGNEES |
static String |
JSON_PROPERTY_COMPLETED |
static String |
JSON_PROPERTY_CONTENT |
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_DUE_DATE |
static String |
JSON_PROPERTY_INCIDENT_ID |
static String |
JSON_PROPERTY_MODIFIED |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentTodoAttributes() |
IncidentTodoAttributes(List<IncidentTodoAssignee> assignees,
String content) |
| Modifier and Type | Method and Description |
|---|---|
IncidentTodoAttributes |
addAssigneesItem(IncidentTodoAssignee assigneesItem) |
IncidentTodoAttributes |
assignees(List<IncidentTodoAssignee> assignees) |
IncidentTodoAttributes |
completed(String completed) |
IncidentTodoAttributes |
content(String content) |
IncidentTodoAttributes |
dueDate(String dueDate) |
boolean |
equals(Object o)
Return true if this IncidentTodoAttributes 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.
|
List<IncidentTodoAssignee> |
getAssignees()
Array of todo assignees.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getCompleted_JsonNullable() |
String |
getCompleted()
Timestamp when the todo was completed.
|
String |
getContent()
The follow-up task's content.
|
OffsetDateTime |
getCreated()
Timestamp when the incident todo was created.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getDueDate_JsonNullable() |
String |
getDueDate()
Timestamp when the todo should be completed by.
|
String |
getIncidentId()
UUID of the incident this todo is connected to.
|
OffsetDateTime |
getModified()
Timestamp when the incident todo was last modified.
|
int |
hashCode() |
IncidentTodoAttributes |
incidentId(String incidentId) |
IncidentTodoAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAssignees(List<IncidentTodoAssignee> assignees) |
void |
setCompleted_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> completed) |
void |
setCompleted(String completed) |
void |
setContent(String content) |
void |
setDueDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> dueDate) |
void |
setDueDate(String dueDate) |
void |
setIncidentId(String incidentId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ASSIGNEES
public static final String JSON_PROPERTY_COMPLETED
public static final String JSON_PROPERTY_CONTENT
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_DUE_DATE
public static final String JSON_PROPERTY_INCIDENT_ID
public static final String JSON_PROPERTY_MODIFIED
public IncidentTodoAttributes()
public IncidentTodoAttributes(List<IncidentTodoAssignee> assignees, String content)
public IncidentTodoAttributes assignees(List<IncidentTodoAssignee> assignees)
public IncidentTodoAttributes addAssigneesItem(IncidentTodoAssignee assigneesItem)
public List<IncidentTodoAssignee> getAssignees()
public void setAssignees(List<IncidentTodoAssignee> assignees)
public IncidentTodoAttributes completed(String completed)
@Nullable public String getCompleted()
public org.openapitools.jackson.nullable.JsonNullable<String> getCompleted_JsonNullable()
public void setCompleted_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> completed)
public void setCompleted(String completed)
public IncidentTodoAttributes content(String content)
public String getContent()
public void setContent(String content)
@Nullable public OffsetDateTime getCreated()
public IncidentTodoAttributes dueDate(String dueDate)
@Nullable public String getDueDate()
public org.openapitools.jackson.nullable.JsonNullable<String> getDueDate_JsonNullable()
public void setDueDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> dueDate)
public void setDueDate(String dueDate)
public IncidentTodoAttributes incidentId(String incidentId)
@Nullable public String getIncidentId()
public void setIncidentId(String incidentId)
@Nullable public OffsetDateTime getModified()
public IncidentTodoAttributes 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 © 2024. All rights reserved.