Class V1CredentialOfferRequest


  • public class V1CredentialOfferRequest
    extends Object
    • Constructor Detail

      • V1CredentialOfferRequest

        public V1CredentialOfferRequest()
      • V1CredentialOfferRequest

        public V1CredentialOfferRequest​(Boolean autoIssue,
                                        @Nullable
                                        Boolean autoRemove,
                                        @Nullable
                                        String comment,
                                        @NonNull
                                        @NonNull String connectionId,
                                        @Nullable
                                        String credentialDefinitionId,
                                        @Nullable
                                        CredentialPreview credentialPreview,
                                        @Nullable
                                        Boolean trace)
    • Method Detail

      • getAutoIssue

        public Boolean getAutoIssue()
      • getAutoRemove

        @Nullable
        public Boolean getAutoRemove()
        Whether to remove the credential exchange record on completion (overrides --preserve-exchange-records configuration setting)
      • getComment

        @Nullable
        public String getComment()
      • getConnectionId

        @NonNull
        public @NonNull String getConnectionId()
      • getCredentialDefinitionId

        @Nullable
        public String getCredentialDefinitionId()
      • getTrace

        @Nullable
        public Boolean getTrace()
      • setAutoIssue

        public void setAutoIssue​(Boolean autoIssue)
      • setAutoRemove

        public void setAutoRemove​(@Nullable
                                  Boolean autoRemove)
        Whether to remove the credential exchange record on completion (overrides --preserve-exchange-records configuration setting)
      • setComment

        public void setComment​(@Nullable
                               String comment)
      • setConnectionId

        public void setConnectionId​(@NonNull
                                    @NonNull String connectionId)
      • setCredentialDefinitionId

        public void setCredentialDefinitionId​(@Nullable
                                              String credentialDefinitionId)
      • setCredentialPreview

        public void setCredentialPreview​(@Nullable
                                         CredentialPreview credentialPreview)
      • setTrace

        public void setTrace​(@Nullable
                             Boolean trace)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object