@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentServiceUpdateData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentServiceUpdateData() |
IncidentServiceUpdateData(IncidentServiceType type) |
| Modifier and Type | Method and Description |
|---|---|
IncidentServiceUpdateData |
attributes(IncidentServiceUpdateAttributes attributes) |
boolean |
equals(Object o)
Return true if this IncidentServiceUpdateData object is equal to o.
|
IncidentServiceUpdateAttributes |
getAttributes()
The incident service's attributes for an update request.
|
String |
getId()
The incident service's ID.
|
IncidentServiceRelationships |
getRelationships()
The incident service's relationships.
|
IncidentServiceType |
getType()
Incident service resource type.
|
int |
hashCode() |
IncidentServiceUpdateData |
id(String id) |
void |
setAttributes(IncidentServiceUpdateAttributes attributes) |
void |
setId(String id) |
void |
setType(IncidentServiceType type) |
String |
toString() |
IncidentServiceUpdateData |
type(IncidentServiceType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public IncidentServiceUpdateData()
public IncidentServiceUpdateData(IncidentServiceType type)
public IncidentServiceUpdateData attributes(IncidentServiceUpdateAttributes attributes)
@Nullable public IncidentServiceUpdateAttributes getAttributes()
public void setAttributes(IncidentServiceUpdateAttributes attributes)
public IncidentServiceUpdateData id(String id)
@Nullable public String getId()
public void setId(String id)
@Nullable public IncidentServiceRelationships getRelationships()
public IncidentServiceUpdateData type(IncidentServiceType type)
public IncidentServiceType getType()
public void setType(IncidentServiceType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.