Class AccountCertificateIdentityProjection

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.AccountCertificateIdentityProjection
Direct Known Subclasses:
AccountCertificate

public class AccountCertificateIdentityProjection extends MorpheusModel
Provides a subset of properties from the AccountCertificate object for doing a sync match comparison with less bandwidth usage and memory footprint. This is a DTO Projection object
  • Field Details

    • name

      protected String name
    • externalId

      protected String externalId
  • Constructor Details

    • AccountCertificateIdentityProjection

      public AccountCertificateIdentityProjection()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)