public class UserAnonymizationParameter extends Object implements TaskContextAware
context
to report progress to.Constructor and Description |
---|
UserAnonymizationParameter(String userKey) |
UserAnonymizationParameter(String userKey,
Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Context |
getContext()
Context to report progress to.
|
String |
getUserKey()
The user key of the user to be anonymized.
|
int |
hashCode() |
String |
toString() |
public UserAnonymizationParameter(@Nonnull String userKey, @Nonnull Context context)
@Nonnull public Context getContext()
Proper implementation is only available during the execution of AnonymizationHandler.update(Object)
.
When trying to access it in other methods, the behavior of the returned object is unspecified.
getContext
in interface TaskContextAware
Copyright © 2002-2024 Atlassian. All Rights Reserved.