public class ScaUserDataTO extends Object
| Constructor and Description |
|---|
ScaUserDataTO() |
ScaUserDataTO(@NotNull UserTO user,
@NotNull ScaMethodTypeTO scaMethod,
@NotNull String methodValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getMethodValue() |
ScaMethodTypeTO |
getScaMethod() |
UserTO |
getUser() |
int |
hashCode() |
void |
setId(String id) |
void |
setMethodValue(String methodValue) |
void |
setScaMethod(ScaMethodTypeTO scaMethod) |
void |
setUser(UserTO user) |
String |
toString() |
public ScaUserDataTO()
public ScaUserDataTO(@NotNull
@NotNull UserTO user,
@NotNull
@NotNull ScaMethodTypeTO scaMethod,
@NotNull
@NotNull String methodValue)
public String getId()
public void setId(String id)
public ScaMethodTypeTO getScaMethod()
public void setScaMethod(ScaMethodTypeTO scaMethod)
public String getMethodValue()
public void setMethodValue(String methodValue)
public UserTO getUser()
public void setUser(UserTO user)
Copyright © 2019. All rights reserved.