@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.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
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() |
IncidentTeamCreateData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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 IncidentTeamCreateData 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.