Class Credential


  • public class Credential
    extends Object
    • Method Detail

      • to

        public <T> T to​(@NonNull
                        @NonNull Class<T> type)
        Maps the credential attributes into an instance of the provided class type.
        Type Parameters:
        T - The class type
        Parameters:
        type - The class type
        Returns:
        Instantiated type with all matching properties set
      • getCredentialDefinitionId

        public String getCredentialDefinitionId()
      • getCredRevId

        public String getCredRevId()
      • getReferent

        public String getReferent()
      • getRevRegId

        public String getRevRegId()
      • getSchemaId

        public String getSchemaId()
      • setCredentialDefinitionId

        public void setCredentialDefinitionId​(String credentialDefinitionId)
      • setCredRevId

        public void setCredRevId​(String credRevId)
      • setReferent

        public void setReferent​(String referent)
      • setRevRegId

        public void setRevRegId​(String revRegId)
      • setSchemaId

        public void setSchemaId​(String schemaId)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object