Class CredentialProposal
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.CredentialProposal
-
public class CredentialProposal extends Object
CredentialProposal
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCredentialProposal.CredentialProposalBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AT_IDstatic StringSERIALIZED_NAME_AT_TYPEstatic StringSERIALIZED_NAME_COMMENTstatic 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_VERSION
-
Constructor Summary
Constructors Constructor Description CredentialProposal()CredentialProposal(String atId, String atType, String comment, String credDefId, CredentialPreview credentialProposal, String issuerDid, String schemaId, String schemaIssuerDid, String schemaName, String schemaVersion)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CredentialProposal.CredentialProposalBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAtId()StringgetAtType()StringgetComment()StringgetCredDefId()CredentialPreviewgetCredentialProposal()StringgetIssuerDid()StringgetSchemaId()StringgetSchemaIssuerDid()StringgetSchemaName()StringgetSchemaVersion()inthashCode()voidsetAtId(String atId)voidsetAtType(String atType)voidsetComment(String comment)voidsetCredDefId(String credDefId)voidsetCredentialProposal(CredentialPreview credentialProposal)voidsetIssuerDid(String issuerDid)voidsetSchemaId(String schemaId)voidsetSchemaIssuerDid(String schemaIssuerDid)voidsetSchemaName(String schemaName)voidsetSchemaVersion(String schemaVersion)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AT_ID
public static final String SERIALIZED_NAME_AT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AT_TYPE
public static final String SERIALIZED_NAME_AT_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMMENT
public static final String SERIALIZED_NAME_COMMENT
- 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
-
-
Constructor Detail
-
CredentialProposal
public CredentialProposal(String atId, String atType, String comment, String credDefId, CredentialPreview credentialProposal, String issuerDid, String schemaId, String schemaIssuerDid, String schemaName, String schemaVersion)
-
CredentialProposal
public CredentialProposal()
-
-
Method Detail
-
builder
public static CredentialProposal.CredentialProposalBuilder builder()
-
getAtId
public String getAtId()
-
getAtType
public String getAtType()
-
getComment
public String getComment()
-
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()
-
setAtId
public void setAtId(String atId)
-
setAtType
public void setAtType(String atType)
-
setComment
public void setComment(String comment)
-
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)
-
canEqual
protected boolean canEqual(Object other)
-
-