@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DORAIncidentRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENV |
static String |
JSON_PROPERTY_FINISHED_AT |
static String |
JSON_PROPERTY_GIT |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SERVICES |
static String |
JSON_PROPERTY_SEVERITY |
static String |
JSON_PROPERTY_STARTED_AT |
static String |
JSON_PROPERTY_TEAM |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
DORAIncidentRequestAttributes() |
DORAIncidentRequestAttributes(Long startedAt) |
| Modifier and Type | Method and Description |
|---|---|
DORAIncidentRequestAttributes |
addServicesItem(String servicesItem) |
DORAIncidentRequestAttributes |
env(String env) |
boolean |
equals(Object o)
Return true if this DORAIncidentRequestAttributes object is equal to o.
|
DORAIncidentRequestAttributes |
finishedAt(Long finishedAt) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getEnv()
Environment name that was impacted by the incident.
|
Long |
getFinishedAt()
Unix timestamp when the incident finished.
|
DORAGitInfo |
getGit()
Git info for DORA Metrics events.
|
String |
getId()
Incident ID.
|
String |
getName()
Incident name.
|
List<String> |
getServices()
Service names impacted by the incident.
|
String |
getSeverity()
Incident severity.
|
Long |
getStartedAt()
Unix timestamp when the incident started.
|
String |
getTeam()
Name of the team owning the services impacted.
|
String |
getVersion()
Version to correlate with APM Deployment
Tracking.
|
DORAIncidentRequestAttributes |
git(DORAGitInfo git) |
int |
hashCode() |
DORAIncidentRequestAttributes |
id(String id) |
DORAIncidentRequestAttributes |
name(String name) |
DORAIncidentRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DORAIncidentRequestAttributes |
services(List<String> services) |
void |
setEnv(String env) |
void |
setFinishedAt(Long finishedAt) |
void |
setGit(DORAGitInfo git) |
void |
setId(String id) |
void |
setName(String name) |
void |
setServices(List<String> services) |
void |
setSeverity(String severity) |
void |
setStartedAt(Long startedAt) |
void |
setTeam(String team) |
void |
setVersion(String version) |
DORAIncidentRequestAttributes |
severity(String severity) |
DORAIncidentRequestAttributes |
startedAt(Long startedAt) |
DORAIncidentRequestAttributes |
team(String team) |
String |
toString() |
DORAIncidentRequestAttributes |
version(String version) |
public boolean unparsed
public static final String JSON_PROPERTY_ENV
public static final String JSON_PROPERTY_FINISHED_AT
public static final String JSON_PROPERTY_GIT
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SERVICES
public static final String JSON_PROPERTY_SEVERITY
public static final String JSON_PROPERTY_STARTED_AT
public static final String JSON_PROPERTY_TEAM
public static final String JSON_PROPERTY_VERSION
public DORAIncidentRequestAttributes()
public DORAIncidentRequestAttributes(Long startedAt)
public DORAIncidentRequestAttributes env(String env)
@Nullable public String getEnv()
public void setEnv(String env)
public DORAIncidentRequestAttributes finishedAt(Long finishedAt)
@Nullable public Long getFinishedAt()
public void setFinishedAt(Long finishedAt)
public DORAIncidentRequestAttributes git(DORAGitInfo git)
@Nullable public DORAGitInfo getGit()
public void setGit(DORAGitInfo git)
public DORAIncidentRequestAttributes id(String id)
@Nullable public String getId()
public void setId(String id)
public DORAIncidentRequestAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public DORAIncidentRequestAttributes services(List<String> services)
public DORAIncidentRequestAttributes addServicesItem(String servicesItem)
@Nullable public List<String> getServices()
public DORAIncidentRequestAttributes severity(String severity)
@Nullable public String getSeverity()
public void setSeverity(String severity)
public DORAIncidentRequestAttributes startedAt(Long startedAt)
public Long getStartedAt()
public void setStartedAt(Long startedAt)
public DORAIncidentRequestAttributes team(String team)
@Nullable public String getTeam()
public void setTeam(String team)
public DORAIncidentRequestAttributes version(String version)
@Nullable public String getVersion()
public void setVersion(String version)
public DORAIncidentRequestAttributes 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.