@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentIntegrationMetadataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_INCIDENT_ID |
static String |
JSON_PROPERTY_INTEGRATION_TYPE |
static String |
JSON_PROPERTY_METADATA |
static String |
JSON_PROPERTY_MODIFIED |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentIntegrationMetadataAttributes() |
IncidentIntegrationMetadataAttributes(Integer integrationType,
IncidentIntegrationMetadataMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IncidentIntegrationMetadataAttributes 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.
|
OffsetDateTime |
getCreated()
Timestamp when the incident todo was created.
|
String |
getIncidentId()
UUID of the incident this integration metadata is connected to.
|
Integer |
getIntegrationType()
A number indicating the type of integration this metadata is for.
|
IncidentIntegrationMetadataMetadata |
getMetadata()
Incident integration metadata's metadata attribute.
|
OffsetDateTime |
getModified()
Timestamp when the incident todo was last modified.
|
Integer |
getStatus()
A number indicating the status of this integration metadata.
|
int |
hashCode() |
IncidentIntegrationMetadataAttributes |
incidentId(String incidentId) |
IncidentIntegrationMetadataAttributes |
integrationType(Integer integrationType) |
IncidentIntegrationMetadataAttributes |
metadata(IncidentIntegrationMetadataMetadata metadata) |
IncidentIntegrationMetadataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setIncidentId(String incidentId) |
void |
setIntegrationType(Integer integrationType) |
void |
setMetadata(IncidentIntegrationMetadataMetadata metadata) |
void |
setStatus(Integer status) |
IncidentIntegrationMetadataAttributes |
status(Integer status) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_INCIDENT_ID
public static final String JSON_PROPERTY_INTEGRATION_TYPE
public static final String JSON_PROPERTY_METADATA
public static final String JSON_PROPERTY_MODIFIED
public static final String JSON_PROPERTY_STATUS
public IncidentIntegrationMetadataAttributes()
public IncidentIntegrationMetadataAttributes(Integer integrationType, IncidentIntegrationMetadataMetadata metadata)
@Nullable public OffsetDateTime getCreated()
public IncidentIntegrationMetadataAttributes incidentId(String incidentId)
@Nullable public String getIncidentId()
public void setIncidentId(String incidentId)
public IncidentIntegrationMetadataAttributes integrationType(Integer integrationType)
public Integer getIntegrationType()
public void setIntegrationType(Integer integrationType)
public IncidentIntegrationMetadataAttributes metadata(IncidentIntegrationMetadataMetadata metadata)
public IncidentIntegrationMetadataMetadata getMetadata()
public void setMetadata(IncidentIntegrationMetadataMetadata metadata)
@Nullable public OffsetDateTime getModified()
public IncidentIntegrationMetadataAttributes status(Integer status)
@Nullable public Integer getStatus()
public void setStatus(Integer status)
public IncidentIntegrationMetadataAttributes 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.