Class BackupJobIdentityProjection


public class BackupJobIdentityProjection extends MorpheusIdentityModel
  • Field Details

    • externalId

      protected String externalId
    • name

      protected String name
  • Constructor Details

    • BackupJobIdentityProjection

      public BackupJobIdentityProjection()
    • BackupJobIdentityProjection

      public BackupJobIdentityProjection(Long id, String externalId, String name)
  • 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 job. In this class this should not be called directly
      Parameters:
      externalId - the external id or API id of the current record
    • getName

      public String getName()
      Gets the name of the backup job. This is on the identity projection in case a fallback match needs to happen by name
      Returns:
      the current name of the backup job
    • setName

      public void setName(String name)
      Sets the name of the Backup JOb. Typically this isnt called directly.
      Parameters:
      name - the name of the backup job to be assigned.