Class V10CredentialProposalRequestOpt
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V10CredentialProposalRequestOpt
-
public class V10CredentialProposalRequestOpt extends Object
V10CredentialProposalRequestOpt
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV10CredentialProposalRequestOpt.V10CredentialProposalRequestOptBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AUTO_REMOVEstatic StringSERIALIZED_NAME_COMMENTstatic StringSERIALIZED_NAME_CONNECTION_IDstatic StringSERIALIZED_NAME_CRED_DEF_IDstatic StringSERIALIZED_NAME_CREDENTIAL_PROPOSALstatic StringSERIALIZED_NAME_ISSUER_DIDstatic StringSERIALIZED_NAME_SCHEMA_IDstatic StringSERIALIZED_NAME_SCHEMA_ISSUER_DIDstatic StringSERIALIZED_NAME_SCHEMA_NAMEstatic StringSERIALIZED_NAME_SCHEMA_VERSIONstatic StringSERIALIZED_NAME_TRACE
-
Constructor Summary
Constructors Constructor Description V10CredentialProposalRequestOpt()V10CredentialProposalRequestOpt(Boolean autoRemove, String comment, UUID connectionId, String credDefId, CredentialPreview credentialProposal, String issuerDid, String schemaId, String schemaIssuerDid, String schemaName, String schemaVersion, Boolean trace)
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_AUTO_REMOVE
public static final String SERIALIZED_NAME_AUTO_REMOVE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMMENT
public static final String SERIALIZED_NAME_COMMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONNECTION_ID
public static final String SERIALIZED_NAME_CONNECTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CRED_DEF_ID
public static final String SERIALIZED_NAME_CRED_DEF_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREDENTIAL_PROPOSAL
public static final String SERIALIZED_NAME_CREDENTIAL_PROPOSAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ISSUER_DID
public static final String SERIALIZED_NAME_ISSUER_DID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SCHEMA_ID
public static final String SERIALIZED_NAME_SCHEMA_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SCHEMA_ISSUER_DID
public static final String SERIALIZED_NAME_SCHEMA_ISSUER_DID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SCHEMA_NAME
public static final String SERIALIZED_NAME_SCHEMA_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SCHEMA_VERSION
public static final String SERIALIZED_NAME_SCHEMA_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRACE
public static final String SERIALIZED_NAME_TRACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V10CredentialProposalRequestOpt
public V10CredentialProposalRequestOpt(Boolean autoRemove, String comment, UUID connectionId, String credDefId, CredentialPreview credentialProposal, String issuerDid, String schemaId, String schemaIssuerDid, String schemaName, String schemaVersion, Boolean trace)
-
V10CredentialProposalRequestOpt
public V10CredentialProposalRequestOpt()
-
-
Method Detail
-
builder
public static V10CredentialProposalRequestOpt.V10CredentialProposalRequestOptBuilder builder()
-
getAutoRemove
public Boolean getAutoRemove()
-
getComment
public String getComment()
-
getConnectionId
public UUID getConnectionId()
-
getCredDefId
public String getCredDefId()
-
getCredentialProposal
public CredentialPreview getCredentialProposal()
-
getIssuerDid
public String getIssuerDid()
-
getSchemaId
public String getSchemaId()
-
getSchemaIssuerDid
public String getSchemaIssuerDid()
-
getSchemaName
public String getSchemaName()
-
getSchemaVersion
public String getSchemaVersion()
-
getTrace
public Boolean getTrace()
-
setAutoRemove
public void setAutoRemove(Boolean autoRemove)
-
setComment
public void setComment(String comment)
-
setConnectionId
public void setConnectionId(UUID connectionId)
-
setCredDefId
public void setCredDefId(String credDefId)
-
setCredentialProposal
public void setCredentialProposal(CredentialPreview credentialProposal)
-
setIssuerDid
public void setIssuerDid(String issuerDid)
-
setSchemaId
public void setSchemaId(String schemaId)
-
setSchemaIssuerDid
public void setSchemaIssuerDid(String schemaIssuerDid)
-
setSchemaName
public void setSchemaName(String schemaName)
-
setSchemaVersion
public void setSchemaVersion(String schemaVersion)
-
setTrace
public void setTrace(Boolean trace)
-
canEqual
protected boolean canEqual(Object other)
-
-