Class V10CredentialExchange
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V10CredentialExchange
-
public class V10CredentialExchange extends Object
V10CredentialExchange
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV10CredentialExchange.InitiatorEnumIssue-credential exchange initiator: self or externalstatic classV10CredentialExchange.RoleEnumIssue-credential exchange role: holder or issuerstatic classV10CredentialExchange.V10CredentialExchangeBuilder
-
Field Summary
-
Constructor Summary
Constructors Constructor Description V10CredentialExchange()V10CredentialExchange(Boolean autoIssue, Boolean autoOffer, Boolean autoRemove, String connectionId, String createdAt, IndyCredInfo credential, String credentialDefinitionId, String credentialExchangeId, String credentialId, IndyCredAbstract credentialOffer, CredentialOffer credentialOfferDict, CredentialProposal credentialProposalDict, IndyCredRequest credentialRequest, Object credentialRequestMetadata, String errorMsg, V10CredentialExchange.InitiatorEnum initiator, String parentThreadId, IndyCredential rawCredential, String revocRegId, String revocationId, V10CredentialExchange.RoleEnum role, String schemaId, String state, String threadId, Boolean trace, String updatedAt)
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_AUTO_ISSUE
public static final String SERIALIZED_NAME_AUTO_ISSUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AUTO_OFFER
public static final String SERIALIZED_NAME_AUTO_OFFER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AUTO_REMOVE
public static final String SERIALIZED_NAME_AUTO_REMOVE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONNECTION_ID
public static final String SERIALIZED_NAME_CONNECTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_CREATED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREDENTIAL
public static final String SERIALIZED_NAME_CREDENTIAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREDENTIAL_DEFINITION_ID
public static final String SERIALIZED_NAME_CREDENTIAL_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREDENTIAL_EXCHANGE_ID
public static final String SERIALIZED_NAME_CREDENTIAL_EXCHANGE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREDENTIAL_ID
public static final String SERIALIZED_NAME_CREDENTIAL_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREDENTIAL_OFFER
public static final String SERIALIZED_NAME_CREDENTIAL_OFFER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREDENTIAL_OFFER_DICT
public static final String SERIALIZED_NAME_CREDENTIAL_OFFER_DICT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREDENTIAL_PROPOSAL_DICT
public static final String SERIALIZED_NAME_CREDENTIAL_PROPOSAL_DICT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREDENTIAL_REQUEST
public static final String SERIALIZED_NAME_CREDENTIAL_REQUEST
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREDENTIAL_REQUEST_METADATA
public static final String SERIALIZED_NAME_CREDENTIAL_REQUEST_METADATA
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ERROR_MSG
public static final String SERIALIZED_NAME_ERROR_MSG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INITIATOR
public static final String SERIALIZED_NAME_INITIATOR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PARENT_THREAD_ID
public static final String SERIALIZED_NAME_PARENT_THREAD_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RAW_CREDENTIAL
public static final String SERIALIZED_NAME_RAW_CREDENTIAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REVOC_REG_ID
public static final String SERIALIZED_NAME_REVOC_REG_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REVOCATION_ID
public static final String SERIALIZED_NAME_REVOCATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ROLE
public static final String SERIALIZED_NAME_ROLE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SCHEMA_ID
public static final String SERIALIZED_NAME_SCHEMA_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATE
public static final String SERIALIZED_NAME_STATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_THREAD_ID
public static final String SERIALIZED_NAME_THREAD_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRACE
public static final String SERIALIZED_NAME_TRACE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UPDATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V10CredentialExchange
public V10CredentialExchange(Boolean autoIssue, Boolean autoOffer, Boolean autoRemove, String connectionId, String createdAt, IndyCredInfo credential, String credentialDefinitionId, String credentialExchangeId, String credentialId, IndyCredAbstract credentialOffer, CredentialOffer credentialOfferDict, CredentialProposal credentialProposalDict, IndyCredRequest credentialRequest, Object credentialRequestMetadata, String errorMsg, V10CredentialExchange.InitiatorEnum initiator, String parentThreadId, IndyCredential rawCredential, String revocRegId, String revocationId, V10CredentialExchange.RoleEnum role, String schemaId, String state, String threadId, Boolean trace, String updatedAt)
-
V10CredentialExchange
public V10CredentialExchange()
-
-
Method Detail
-
builder
public static V10CredentialExchange.V10CredentialExchangeBuilder builder()
-
getAutoIssue
public Boolean getAutoIssue()
-
getAutoOffer
public Boolean getAutoOffer()
-
getAutoRemove
public Boolean getAutoRemove()
-
getConnectionId
public String getConnectionId()
-
getCreatedAt
public String getCreatedAt()
-
getCredential
public IndyCredInfo getCredential()
-
getCredentialDefinitionId
public String getCredentialDefinitionId()
-
getCredentialExchangeId
public String getCredentialExchangeId()
-
getCredentialId
public String getCredentialId()
-
getCredentialOffer
public IndyCredAbstract getCredentialOffer()
-
getCredentialOfferDict
public CredentialOffer getCredentialOfferDict()
-
getCredentialProposalDict
public CredentialProposal getCredentialProposalDict()
-
getCredentialRequest
public IndyCredRequest getCredentialRequest()
-
getCredentialRequestMetadata
public Object getCredentialRequestMetadata()
-
getErrorMsg
public String getErrorMsg()
-
getInitiator
public V10CredentialExchange.InitiatorEnum getInitiator()
-
getParentThreadId
public String getParentThreadId()
-
getRawCredential
public IndyCredential getRawCredential()
-
getRevocRegId
public String getRevocRegId()
-
getRevocationId
public String getRevocationId()
-
getRole
public V10CredentialExchange.RoleEnum getRole()
-
getSchemaId
public String getSchemaId()
-
getState
public String getState()
-
getThreadId
public String getThreadId()
-
getTrace
public Boolean getTrace()
-
getUpdatedAt
public String getUpdatedAt()
-
setAutoIssue
public void setAutoIssue(Boolean autoIssue)
-
setAutoOffer
public void setAutoOffer(Boolean autoOffer)
-
setAutoRemove
public void setAutoRemove(Boolean autoRemove)
-
setConnectionId
public void setConnectionId(String connectionId)
-
setCreatedAt
public void setCreatedAt(String createdAt)
-
setCredential
public void setCredential(IndyCredInfo credential)
-
setCredentialDefinitionId
public void setCredentialDefinitionId(String credentialDefinitionId)
-
setCredentialExchangeId
public void setCredentialExchangeId(String credentialExchangeId)
-
setCredentialId
public void setCredentialId(String credentialId)
-
setCredentialOffer
public void setCredentialOffer(IndyCredAbstract credentialOffer)
-
setCredentialOfferDict
public void setCredentialOfferDict(CredentialOffer credentialOfferDict)
-
setCredentialProposalDict
public void setCredentialProposalDict(CredentialProposal credentialProposalDict)
-
setCredentialRequest
public void setCredentialRequest(IndyCredRequest credentialRequest)
-
setCredentialRequestMetadata
public void setCredentialRequestMetadata(Object credentialRequestMetadata)
-
setErrorMsg
public void setErrorMsg(String errorMsg)
-
setInitiator
public void setInitiator(V10CredentialExchange.InitiatorEnum initiator)
-
setParentThreadId
public void setParentThreadId(String parentThreadId)
-
setRawCredential
public void setRawCredential(IndyCredential rawCredential)
-
setRevocRegId
public void setRevocRegId(String revocRegId)
-
setRevocationId
public void setRevocationId(String revocationId)
-
setRole
public void setRole(V10CredentialExchange.RoleEnum role)
-
setSchemaId
public void setSchemaId(String schemaId)
-
setState
public void setState(String state)
-
setThreadId
public void setThreadId(String threadId)
-
setTrace
public void setTrace(Boolean trace)
-
setUpdatedAt
public void setUpdatedAt(String updatedAt)
-
canEqual
protected boolean canEqual(Object other)
-
-