@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentTeamCreateData extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
Constructor and Description |
---|
IncidentTeamCreateData() |
IncidentTeamCreateData(IncidentTeamType type) |
Modifier and Type | Method and Description |
---|---|
IncidentTeamCreateData |
attributes(IncidentTeamCreateAttributes attributes) |
boolean |
equals(Object o)
Return true if this IncidentTeamCreateData object is equal to o.
|
IncidentTeamCreateAttributes |
getAttributes()
The incident team's attributes for a create request.
|
IncidentTeamRelationships |
getRelationships()
The incident team's relationships.
|
IncidentTeamType |
getType()
Incident Team resource type.
|
int |
hashCode() |
void |
setAttributes(IncidentTeamCreateAttributes attributes) |
void |
setType(IncidentTeamType type) |
String |
toString() |
IncidentTeamCreateData |
type(IncidentTeamType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public IncidentTeamCreateData()
public IncidentTeamCreateData(IncidentTeamType type)
public IncidentTeamCreateData attributes(IncidentTeamCreateAttributes attributes)
@Nullable public IncidentTeamCreateAttributes getAttributes()
public void setAttributes(IncidentTeamCreateAttributes attributes)
@Nullable public IncidentTeamRelationships getRelationships()
public IncidentTeamCreateData type(IncidentTeamType type)
public IncidentTeamType getType()
public void setType(IncidentTeamType type)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.