Package com.symphony.api.model
Class AdminJustifiedUserAction
- java.lang.Object
-
- com.symphony.api.model.AdminJustifiedUserAction
-
public class AdminJustifiedUserAction extends Object
-
-
Constructor Summary
Constructors Constructor Description AdminJustifiedUserAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getJustification()
The reason for the requested action.Long
getUserId()
The userId of the target user.AdminJustifiedUserAction
justification(String justification)
void
setJustification(String justification)
void
setUserId(Long userId)
String
toString()
AdminJustifiedUserAction
userId(Long userId)
-
-
-
Method Detail
-
getUserId
public Long getUserId()
The userId of the target user.- Returns:
- userId
-
setUserId
public void setUserId(Long userId)
-
userId
public AdminJustifiedUserAction userId(Long userId)
-
getJustification
public String getJustification()
The reason for the requested action.- Returns:
- justification
-
setJustification
public void setJustification(String justification)
-
justification
public AdminJustifiedUserAction justification(String justification)
-
-