Class V10CredentialProposalRequestMand
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V10CredentialProposalRequestMand
-
public class V10CredentialProposalRequestMand extends Object
V10CredentialProposalRequestMand
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV10CredentialProposalRequestMand.V10CredentialProposalRequestMandBuilder
-
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 V10CredentialProposalRequestMand()V10CredentialProposalRequestMand(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
-
V10CredentialProposalRequestMand
public V10CredentialProposalRequestMand(Boolean autoRemove, String comment, UUID connectionId, String credDefId, CredentialPreview credentialProposal, String issuerDid, String schemaId, String schemaIssuerDid, String schemaName, String schemaVersion, Boolean trace)
-
V10CredentialProposalRequestMand
public V10CredentialProposalRequestMand()
-
-
Method Detail
-
builder
public static V10CredentialProposalRequestMand.V10CredentialProposalRequestMandBuilder 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)
-
-