@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentTeamUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentTeamUpdateAttributes() |
IncidentTeamUpdateAttributes(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IncidentTeamUpdateAttributes object is equal to o.
|
String |
getName()
Name of the incident team.
|
int |
hashCode() |
IncidentTeamUpdateAttributes |
name(String name) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NAME
public IncidentTeamUpdateAttributes()
public IncidentTeamUpdateAttributes(String name)
public IncidentTeamUpdateAttributes name(String name)
public String getName()
public void setName(String name)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.