@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentServiceResponseAttributes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_MODIFIED |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
Constructor and Description |
---|
IncidentServiceResponseAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return true if this IncidentServiceResponseAttributes object is equal to o.
|
OffsetDateTime |
getCreated()
Timestamp of when the incident service was created.
|
OffsetDateTime |
getModified()
Timestamp of when the incident service was modified.
|
String |
getName()
Name of the incident service.
|
int |
hashCode() |
IncidentServiceResponseAttributes |
name(String name) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_MODIFIED
public static final String JSON_PROPERTY_NAME
@Nullable public OffsetDateTime getCreated()
@Nullable public OffsetDateTime getModified()
public IncidentServiceResponseAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.