@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class AdminJustifiedUserAction extends Object
| Constructor and Description |
|---|
AdminJustifiedUserAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getJustification()
The reason for the requested action.
|
Long |
getUserId()
The userId of the target user.
|
int |
hashCode() |
AdminJustifiedUserAction |
justification(String justification) |
void |
setJustification(String justification) |
void |
setUserId(Long userId) |
String |
toString() |
AdminJustifiedUserAction |
userId(Long userId) |
public AdminJustifiedUserAction userId(Long userId)
public Long getUserId()
public void setUserId(Long userId)
public AdminJustifiedUserAction justification(String justification)
public String getJustification()
public void setJustification(String justification)
Copyright © 2018 Symphony Software Foundation. All rights reserved.