Package com.soffid.iam.rc.api
Class IssueUser
java.lang.Object
com.soffid.iam.rc.api.IssueUser
- All Implemented Interfaces:
Serializable
ValueObject IssueUser
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute actionGets value for attribute externalIdGets value for attribute userIdGets value for attribute userNamevoidsetAction(EventUserAction action) Sets value for attribute actionvoidsetExternalId(String externalId) Sets value for attribute externalIdvoidSets value for attribute userIdvoidsetUserName(String userName) Sets value for attribute userNametoString()Returns a string representation of the value object.
-
Constructor Details
-
IssueUser
public IssueUser() -
IssueUser
-
IssueUser
-
IssueUser
-
-
Method Details
-
getAction
Gets value for attribute action -
setAction
Sets value for attribute action -
getUserId
Gets value for attribute userId -
setUserId
Sets value for attribute userId -
getUserName
Gets value for attribute userName -
setUserName
Sets value for attribute userName -
getExternalId
Gets value for attribute externalId -
setExternalId
Sets value for attribute externalId -
toString
Returns a string representation of the value object.
-