Class CreateRoleResponse

java.lang.Object
com.dtsx.astra.sdk.org.domain.CreateRoleResponse
All Implemented Interfaces:
Serializable

public class CreateRoleResponse extends Object implements Serializable
Author:
Cedrick LUNVEN (@clunven)
See Also:
  • Constructor Details

    • CreateRoleResponse

      public CreateRoleResponse()
      Default constructor
  • Method Details

    • getOrganizationId

      public String getOrganizationId()
      Getter accessor for attribute 'organizationId'.
      Returns:
      current value of 'organizationId'
    • setOrganizationId

      public void setOrganizationId(String organizationId)
      Setter accessor for attribute 'organizationId'.
      Parameters:
      organizationId - new value for 'organizationId '
    • getRoleId

      public String getRoleId()
      Getter accessor for attribute 'roleId'.
      Returns:
      current value of 'roleId'
    • setRoleId

      public void setRoleId(String roleId)
      Setter accessor for attribute 'roleId'.
      Parameters:
      roleId - new value for 'roleId '
    • getRoleName

      public String getRoleName()
      Getter accessor for attribute 'roleName'.
      Returns:
      current value of 'roleName'
    • setRoleName

      public void setRoleName(String roleName)
      Setter accessor for attribute 'roleName'.
      Parameters:
      roleName - new value for 'roleName '
    • getPolicy

      public RolePolicy getPolicy()
      Getter accessor for attribute 'policy'.
      Returns:
      current value of 'policy'
    • setPolicy

      public void setPolicy(RolePolicy policy)
      Setter accessor for attribute 'policy'.
      Parameters:
      policy - new value for 'policy '
    • getLastUpdateDateTime

      public String getLastUpdateDateTime()
      Getter accessor for attribute 'lastUpdateDateTime'.
      Returns:
      current value of 'lastUpdateDateTime'
    • setLastUpdateDateTime

      public void setLastUpdateDateTime(String lastUpdateDateTime)
      Setter accessor for attribute 'lastUpdateDateTime'.
      Parameters:
      lastUpdateDateTime - new value for 'lastUpdateDateTime '
    • getLastUpdateUserID

      public String getLastUpdateUserID()
      Getter accessor for attribute 'lastUpdateUserID'.
      Returns:
      current value of 'lastUpdateUserID'
    • setLastUpdateUserID

      public void setLastUpdateUserID(String lastUpdateUserID)
      Setter accessor for attribute 'lastUpdateUserID'.
      Parameters:
      lastUpdateUserID - new value for 'lastUpdateUserID '