Class BackupRestoreIdentityProjection


public class BackupRestoreIdentityProjection extends MorpheusIdentityModel
  • Field Details

    • externalId

      protected String externalId
  • Constructor Details

    • BackupRestoreIdentityProjection

      public BackupRestoreIdentityProjection()
    • BackupRestoreIdentityProjection

      public BackupRestoreIdentityProjection(Long id, String externalId, String backupName)
  • Method Details

    • getExternalId

      public String getExternalId()
      returns the externalId also known as the API id of the equivalent object.
      Returns:
      the external id or API id of the current record
    • setExternalId

      public void setExternalId(String externalId)
      Sets the externalId of the backup restore. In this class this should not be called directly
      Parameters:
      externalId - the external id or API id of the current record