public class UserTarget extends Object implements Serializable
| Constructor and Description |
|---|
UserTarget() |
UserTarget(UserTargetType targetType,
String value) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getTargetType()
The type of the user.
|
String |
getTargetValue()
An identifying value for the user.
|
int |
hashCode() |
void |
setTargetType(String targetType)
The type of the user.
|
void |
setTargetValue(String targetValue)
An identifying value for the user.
|
String |
toString() |
public UserTarget(UserTargetType targetType, String value)
public UserTarget()
public String getTargetValue()
public String getTargetType()
UserTargetTypepublic void setTargetValue(String targetValue)
targetValue - An identifying value for the user.public void setTargetType(String targetType)
targetType - The type of the user.UserTargetTypeprotected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.