@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AnonymizeUsersResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ANONYMIZE_ERRORS |
static String |
JSON_PROPERTY_ANONYMIZED_USER_IDS |
boolean |
unparsed |
| Constructor and Description |
|---|
AnonymizeUsersResponseAttributes() |
AnonymizeUsersResponseAttributes(List<AnonymizeUserError> anonymizeErrors,
List<String> anonymizedUserIds) |
| Modifier and Type | Method and Description |
|---|---|
AnonymizeUsersResponseAttributes |
addAnonymizedUserIdsItem(String anonymizedUserIdsItem) |
AnonymizeUsersResponseAttributes |
addAnonymizeErrorsItem(AnonymizeUserError anonymizeErrorsItem) |
AnonymizeUsersResponseAttributes |
anonymizedUserIds(List<String> anonymizedUserIds) |
AnonymizeUsersResponseAttributes |
anonymizeErrors(List<AnonymizeUserError> anonymizeErrors) |
boolean |
equals(Object o)
Return true if this AnonymizeUsersResponseAttributes 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.
|
List<String> |
getAnonymizedUserIds()
List of user IDs (UUIDs) that were successfully anonymized.
|
List<AnonymizeUserError> |
getAnonymizeErrors()
List of errors encountered during anonymization, one entry per failed user.
|
int |
hashCode() |
AnonymizeUsersResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAnonymizedUserIds(List<String> anonymizedUserIds) |
void |
setAnonymizeErrors(List<AnonymizeUserError> anonymizeErrors) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ANONYMIZE_ERRORS
public static final String JSON_PROPERTY_ANONYMIZED_USER_IDS
public AnonymizeUsersResponseAttributes()
public AnonymizeUsersResponseAttributes(List<AnonymizeUserError> anonymizeErrors, List<String> anonymizedUserIds)
public AnonymizeUsersResponseAttributes anonymizeErrors(List<AnonymizeUserError> anonymizeErrors)
public AnonymizeUsersResponseAttributes addAnonymizeErrorsItem(AnonymizeUserError anonymizeErrorsItem)
public List<AnonymizeUserError> getAnonymizeErrors()
public void setAnonymizeErrors(List<AnonymizeUserError> anonymizeErrors)
public AnonymizeUsersResponseAttributes anonymizedUserIds(List<String> anonymizedUserIds)
public AnonymizeUsersResponseAttributes addAnonymizedUserIdsItem(String anonymizedUserIdsItem)
public List<String> getAnonymizedUserIds()
public AnonymizeUsersResponseAttributes 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 © 2026. All rights reserved.