Package com.dtsx.astra.sdk.org.domain
Class CreateRoleResponse
java.lang.Object
com.dtsx.astra.sdk.org.domain.CreateRoleResponse
- All Implemented Interfaces:
Serializable
- Author:
- Cedrick LUNVEN (@clunven)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetter accessor for attribute 'lastUpdateDateTime'.Getter accessor for attribute 'lastUpdateUserID'.Getter accessor for attribute 'organizationId'.Getter accessor for attribute 'policy'.Getter accessor for attribute 'roleId'.Getter accessor for attribute 'roleName'.void
setLastUpdateDateTime
(String lastUpdateDateTime) Setter accessor for attribute 'lastUpdateDateTime'.void
setLastUpdateUserID
(String lastUpdateUserID) Setter accessor for attribute 'lastUpdateUserID'.void
setOrganizationId
(String organizationId) Setter accessor for attribute 'organizationId'.void
setPolicy
(RolePolicy policy) Setter accessor for attribute 'policy'.void
Setter accessor for attribute 'roleId'.void
setRoleName
(String roleName) Setter accessor for attribute 'roleName'.
-
Constructor Details
-
CreateRoleResponse
public CreateRoleResponse()Default constructor
-
-
Method Details
-
getOrganizationId
Getter accessor for attribute 'organizationId'.- Returns:
- current value of 'organizationId'
-
setOrganizationId
Setter accessor for attribute 'organizationId'.- Parameters:
organizationId
- new value for 'organizationId '
-
getRoleId
Getter accessor for attribute 'roleId'.- Returns:
- current value of 'roleId'
-
setRoleId
Setter accessor for attribute 'roleId'.- Parameters:
roleId
- new value for 'roleId '
-
getRoleName
Getter accessor for attribute 'roleName'.- Returns:
- current value of 'roleName'
-
setRoleName
Setter accessor for attribute 'roleName'.- Parameters:
roleName
- new value for 'roleName '
-
getPolicy
Getter accessor for attribute 'policy'.- Returns:
- current value of 'policy'
-
setPolicy
Setter accessor for attribute 'policy'.- Parameters:
policy
- new value for 'policy '
-
getLastUpdateDateTime
Getter accessor for attribute 'lastUpdateDateTime'.- Returns:
- current value of 'lastUpdateDateTime'
-
setLastUpdateDateTime
Setter accessor for attribute 'lastUpdateDateTime'.- Parameters:
lastUpdateDateTime
- new value for 'lastUpdateDateTime '
-
getLastUpdateUserID
Getter accessor for attribute 'lastUpdateUserID'.- Returns:
- current value of 'lastUpdateUserID'
-
setLastUpdateUserID
Setter accessor for attribute 'lastUpdateUserID'.- Parameters:
lastUpdateUserID
- new value for 'lastUpdateUserID '
-