Class KeyPairIdentityProjection

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.KeyPairIdentityProjection
Direct Known Subclasses:
KeyPair

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

    • name

      protected String name
    • externalId

      protected String externalId
  • Constructor Details

    • KeyPairIdentityProjection

      public KeyPairIdentityProjection()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)