@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentResponderDataAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_EXTERNAL_ID |
static String |
JSON_PROPERTY_EXTERNAL_SOURCE |
static String |
JSON_PROPERTY_IS_BILLABLE |
static String |
JSON_PROPERTY_LAST_ACTIVE |
static String |
JSON_PROPERTY_META |
static String |
JSON_PROPERTY_MODIFIED |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentResponderDataAttributesResponse() |
IncidentResponderDataAttributesResponse(OffsetDateTime created,
Boolean isBillable,
OffsetDateTime modified) |
| Modifier and Type | Method and Description |
|---|---|
IncidentResponderDataAttributesResponse |
created(OffsetDateTime created) |
boolean |
equals(Object o)
Return true if this IncidentResponderDataAttributesResponse object is equal to o.
|
IncidentResponderDataAttributesResponse |
externalId(String externalId) |
IncidentResponderDataAttributesResponse |
externalSource(String externalSource) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
OffsetDateTime |
getCreated()
Timestamp when the responder was created.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getExternalId_JsonNullable() |
String |
getExternalId()
The external ID of the responder.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getExternalSource_JsonNullable() |
String |
getExternalSource()
The external source of the responder.
|
Boolean |
getIsBillable()
Whether this responder counts toward billing.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getLastActive_JsonNullable() |
OffsetDateTime |
getLastActive()
Timestamp when the responder was last active.
|
org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> |
getMeta_JsonNullable() |
Map<String,Object> |
getMeta()
Additional metadata for the responder.
|
OffsetDateTime |
getModified()
Timestamp when the responder was last modified.
|
int |
hashCode() |
IncidentResponderDataAttributesResponse |
isBillable(Boolean isBillable) |
IncidentResponderDataAttributesResponse |
lastActive(OffsetDateTime lastActive) |
IncidentResponderDataAttributesResponse |
meta(Map<String,Object> meta) |
IncidentResponderDataAttributesResponse |
modified(OffsetDateTime modified) |
IncidentResponderDataAttributesResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IncidentResponderDataAttributesResponse |
putMetaItem(String key,
Object metaItem) |
void |
setCreated(OffsetDateTime created) |
void |
setExternalId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> externalId) |
void |
setExternalId(String externalId) |
void |
setExternalSource_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> externalSource) |
void |
setExternalSource(String externalSource) |
void |
setIsBillable(Boolean isBillable) |
void |
setLastActive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> lastActive) |
void |
setLastActive(OffsetDateTime lastActive) |
void |
setMeta_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> meta) |
void |
setMeta(Map<String,Object> meta) |
void |
setModified(OffsetDateTime modified) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_EXTERNAL_ID
public static final String JSON_PROPERTY_EXTERNAL_SOURCE
public static final String JSON_PROPERTY_IS_BILLABLE
public static final String JSON_PROPERTY_LAST_ACTIVE
public static final String JSON_PROPERTY_META
public static final String JSON_PROPERTY_MODIFIED
public IncidentResponderDataAttributesResponse()
public IncidentResponderDataAttributesResponse(OffsetDateTime created, Boolean isBillable, OffsetDateTime modified)
public IncidentResponderDataAttributesResponse created(OffsetDateTime created)
public OffsetDateTime getCreated()
public void setCreated(OffsetDateTime created)
public IncidentResponderDataAttributesResponse externalId(String externalId)
@Nullable public String getExternalId()
public org.openapitools.jackson.nullable.JsonNullable<String> getExternalId_JsonNullable()
public void setExternalId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> externalId)
public void setExternalId(String externalId)
public IncidentResponderDataAttributesResponse externalSource(String externalSource)
@Nullable public String getExternalSource()
public org.openapitools.jackson.nullable.JsonNullable<String> getExternalSource_JsonNullable()
public void setExternalSource_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> externalSource)
public void setExternalSource(String externalSource)
public IncidentResponderDataAttributesResponse isBillable(Boolean isBillable)
public Boolean getIsBillable()
public void setIsBillable(Boolean isBillable)
public IncidentResponderDataAttributesResponse lastActive(OffsetDateTime lastActive)
@Nullable public OffsetDateTime getLastActive()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getLastActive_JsonNullable()
public void setLastActive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> lastActive)
public void setLastActive(OffsetDateTime lastActive)
public IncidentResponderDataAttributesResponse meta(Map<String,Object> meta)
public IncidentResponderDataAttributesResponse putMetaItem(String key, Object metaItem)
@Nullable public Map<String,Object> getMeta()
public org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> getMeta_JsonNullable()
public void setMeta_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> meta)
public IncidentResponderDataAttributesResponse modified(OffsetDateTime modified)
public OffsetDateTime getModified()
public void setModified(OffsetDateTime modified)
public IncidentResponderDataAttributesResponse 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.