@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IssueAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ERROR_MESSAGE |
static String |
JSON_PROPERTY_ERROR_TYPE |
static String |
JSON_PROPERTY_FILE_PATH |
static String |
JSON_PROPERTY_FIRST_SEEN |
static String |
JSON_PROPERTY_FIRST_SEEN_VERSION |
static String |
JSON_PROPERTY_FUNCTION_NAME |
static String |
JSON_PROPERTY_IS_CRASH |
static String |
JSON_PROPERTY_LANGUAGES |
static String |
JSON_PROPERTY_LAST_SEEN |
static String |
JSON_PROPERTY_LAST_SEEN_VERSION |
static String |
JSON_PROPERTY_PLATFORM |
static String |
JSON_PROPERTY_SERVICE |
static String |
JSON_PROPERTY_STATE |
boolean |
unparsed |
| Constructor and Description |
|---|
IssueAttributes() |
| Modifier and Type | Method and Description |
|---|---|
IssueAttributes |
addLanguagesItem(IssueLanguage languagesItem) |
boolean |
equals(Object o)
Return true if this IssueAttributes object is equal to o.
|
IssueAttributes |
errorMessage(String errorMessage) |
IssueAttributes |
errorType(String errorType) |
IssueAttributes |
filePath(String filePath) |
IssueAttributes |
firstSeen(Long firstSeen) |
IssueAttributes |
firstSeenVersion(String firstSeenVersion) |
IssueAttributes |
functionName(String functionName) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getErrorMessage()
Error message associated with the issue.
|
String |
getErrorType()
Type of the error that matches the issue.
|
String |
getFilePath()
Path of the file where the issue occurred.
|
Long |
getFirstSeen()
Timestamp of the first seen error in milliseconds since the Unix epoch.
|
String |
getFirstSeenVersion()
The application version (for example, git commit hash) where the issue was first observed.
|
String |
getFunctionName()
Name of the function where the issue occurred.
|
Boolean |
getIsCrash()
Error is a crash.
|
List<IssueLanguage> |
getLanguages()
Array of programming languages associated with the issue.
|
Long |
getLastSeen()
Timestamp of the last seen error in milliseconds since the Unix epoch.
|
String |
getLastSeenVersion()
The application version (for example, git commit hash) where the issue was last observed.
|
IssuePlatform |
getPlatform()
Platform associated with the issue.
|
String |
getService()
Service name.
|
IssueState |
getState()
State of the issue
|
int |
hashCode() |
IssueAttributes |
isCrash(Boolean isCrash) |
IssueAttributes |
languages(List<IssueLanguage> languages) |
IssueAttributes |
lastSeen(Long lastSeen) |
IssueAttributes |
lastSeenVersion(String lastSeenVersion) |
IssueAttributes |
platform(IssuePlatform platform) |
IssueAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IssueAttributes |
service(String service) |
void |
setErrorMessage(String errorMessage) |
void |
setErrorType(String errorType) |
void |
setFilePath(String filePath) |
void |
setFirstSeen(Long firstSeen) |
void |
setFirstSeenVersion(String firstSeenVersion) |
void |
setFunctionName(String functionName) |
void |
setIsCrash(Boolean isCrash) |
void |
setLanguages(List<IssueLanguage> languages) |
void |
setLastSeen(Long lastSeen) |
void |
setLastSeenVersion(String lastSeenVersion) |
void |
setPlatform(IssuePlatform platform) |
void |
setService(String service) |
void |
setState(IssueState state) |
IssueAttributes |
state(IssueState state) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ERROR_MESSAGE
public static final String JSON_PROPERTY_ERROR_TYPE
public static final String JSON_PROPERTY_FILE_PATH
public static final String JSON_PROPERTY_FIRST_SEEN
public static final String JSON_PROPERTY_FIRST_SEEN_VERSION
public static final String JSON_PROPERTY_FUNCTION_NAME
public static final String JSON_PROPERTY_IS_CRASH
public static final String JSON_PROPERTY_LANGUAGES
public static final String JSON_PROPERTY_LAST_SEEN
public static final String JSON_PROPERTY_LAST_SEEN_VERSION
public static final String JSON_PROPERTY_PLATFORM
public static final String JSON_PROPERTY_SERVICE
public static final String JSON_PROPERTY_STATE
public IssueAttributes errorMessage(String errorMessage)
@Nullable public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public IssueAttributes errorType(String errorType)
@Nullable public String getErrorType()
public void setErrorType(String errorType)
public IssueAttributes filePath(String filePath)
@Nullable public String getFilePath()
public void setFilePath(String filePath)
public IssueAttributes firstSeen(Long firstSeen)
@Nullable public Long getFirstSeen()
public void setFirstSeen(Long firstSeen)
public IssueAttributes firstSeenVersion(String firstSeenVersion)
@Nullable public String getFirstSeenVersion()
public void setFirstSeenVersion(String firstSeenVersion)
public IssueAttributes functionName(String functionName)
@Nullable public String getFunctionName()
public void setFunctionName(String functionName)
public IssueAttributes isCrash(Boolean isCrash)
@Nullable public Boolean getIsCrash()
public void setIsCrash(Boolean isCrash)
public IssueAttributes languages(List<IssueLanguage> languages)
public IssueAttributes addLanguagesItem(IssueLanguage languagesItem)
@Nullable public List<IssueLanguage> getLanguages()
public void setLanguages(List<IssueLanguage> languages)
public IssueAttributes lastSeen(Long lastSeen)
@Nullable public Long getLastSeen()
public void setLastSeen(Long lastSeen)
public IssueAttributes lastSeenVersion(String lastSeenVersion)
@Nullable public String getLastSeenVersion()
public void setLastSeenVersion(String lastSeenVersion)
public IssueAttributes platform(IssuePlatform platform)
@Nullable public IssuePlatform getPlatform()
public void setPlatform(IssuePlatform platform)
public IssueAttributes service(String service)
@Nullable public String getService()
public void setService(String service)
public IssueAttributes state(IssueState state)
@Nullable public IssueState getState()
public void setState(IssueState state)
public IssueAttributes 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 © 2025. All rights reserved.