@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentTeamUpdateData 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 |
---|
IncidentTeamUpdateData() |
IncidentTeamUpdateData(IncidentTeamType type) |
Modifier and Type | Method and Description |
---|---|
IncidentTeamUpdateData |
attributes(IncidentTeamUpdateAttributes attributes) |
boolean |
equals(Object o)
Return true if this IncidentTeamUpdateData object is equal to o.
|
IncidentTeamUpdateAttributes |
getAttributes()
The incident team's attributes for an update request.
|
String |
getId()
The incident team's ID.
|
IncidentTeamRelationships |
getRelationships()
The incident team's relationships.
|
IncidentTeamType |
getType()
Incident Team resource type.
|
int |
hashCode() |
IncidentTeamUpdateData |
id(String id) |
void |
setAttributes(IncidentTeamUpdateAttributes attributes) |
void |
setId(String id) |
void |
setType(IncidentTeamType type) |
String |
toString() |
IncidentTeamUpdateData |
type(IncidentTeamType 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 IncidentTeamUpdateData()
public IncidentTeamUpdateData(IncidentTeamType type)
public IncidentTeamUpdateData attributes(IncidentTeamUpdateAttributes attributes)
@Nullable public IncidentTeamUpdateAttributes getAttributes()
public void setAttributes(IncidentTeamUpdateAttributes attributes)
public IncidentTeamUpdateData id(String id)
public void setId(String id)
@Nullable public IncidentTeamRelationships getRelationships()
public IncidentTeamUpdateData type(IncidentTeamType type)
public IncidentTeamType getType()
public void setType(IncidentTeamType type)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.