public final class GDPRAnonymizeObject extends Object
| Constructor and Description |
|---|
GDPRAnonymizeObject(String name,
String type)
Creates an object that represents a unit of search / anonymization results.
|
GDPRAnonymizeObject(String name,
String type,
String link)
Creates an object that represents a unit of search / anonymization results.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLink()
Returns the link to the found / anonymized object.
|
String |
getName()
Returns the name of the found / anonymized object.
|
String |
getType()
Returns the type of the found / anonymized object.
|
void |
setLink(String link)
Sets the link to the found / anonymized object.
|
void |
setName(String name)
Sets the name of the found / anonymized object.
|
void |
setType(String type)
Sets the type of the found / anonymized object.
|
public GDPRAnonymizeObject(String name, String type)
name - name of found / anonymized objecttype - type of found / anonymized objectpublic GDPRAnonymizeObject(String name, String type, String link)
name - name of found / anonymized objecttype - type of found / anonymized objectlink - link to the found / anonymized object (if possible)public String getName()
public void setName(String name)
name - name of found / anonymized objectpublic String getType()
public void setType(String type)
type - type of found / anonymized objectpublic String getLink()
public void setLink(String link)
link - link to the found / anonymized objectCopyright © 2020 Actonic GmbH. All rights reserved.