@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IssuesSearchResultAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_IMPACTED_SESSIONS |
static String |
JSON_PROPERTY_IMPACTED_USERS |
static String |
JSON_PROPERTY_TOTAL_COUNT |
boolean |
unparsed |
| Constructor and Description |
|---|
IssuesSearchResultAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IssuesSearchResultAttributes 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.
|
Long |
getImpactedSessions()
Count of sessions impacted by the issue over the queried time window.
|
Long |
getImpactedUsers()
Count of users impacted by the issue over the queried time window.
|
Long |
getTotalCount()
Total count of errors that match the issue over the queried time window.
|
int |
hashCode() |
IssuesSearchResultAttributes |
impactedSessions(Long impactedSessions) |
IssuesSearchResultAttributes |
impactedUsers(Long impactedUsers) |
IssuesSearchResultAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setImpactedSessions(Long impactedSessions) |
void |
setImpactedUsers(Long impactedUsers) |
void |
setTotalCount(Long totalCount) |
String |
toString() |
IssuesSearchResultAttributes |
totalCount(Long totalCount) |
public boolean unparsed
public static final String JSON_PROPERTY_IMPACTED_SESSIONS
public static final String JSON_PROPERTY_IMPACTED_USERS
public static final String JSON_PROPERTY_TOTAL_COUNT
public IssuesSearchResultAttributes impactedSessions(Long impactedSessions)
@Nullable public Long getImpactedSessions()
public void setImpactedSessions(Long impactedSessions)
public IssuesSearchResultAttributes impactedUsers(Long impactedUsers)
@Nullable public Long getImpactedUsers()
public void setImpactedUsers(Long impactedUsers)
public IssuesSearchResultAttributes totalCount(Long totalCount)
@Nullable public Long getTotalCount()
public void setTotalCount(Long totalCount)
public IssuesSearchResultAttributes 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.