Class VCRecord
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.VCRecord
-
public class VCRecord extends Object
VCRecord
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVCRecord.VCRecordBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONTEXTSstatic StringSERIALIZED_NAME_CRED_TAGSstatic StringSERIALIZED_NAME_CRED_VALUEstatic StringSERIALIZED_NAME_EXPANDED_TYPESstatic StringSERIALIZED_NAME_GIVEN_IDstatic StringSERIALIZED_NAME_ISSUER_IDstatic StringSERIALIZED_NAME_PROOF_TYPESstatic StringSERIALIZED_NAME_RECORD_IDstatic StringSERIALIZED_NAME_SCHEMA_IDSstatic StringSERIALIZED_NAME_SUBJECT_IDS
-
Constructor Summary
Constructors Constructor Description VCRecord()VCRecord(List<String> contexts, Map<String,String> credTags, Object credValue, List<String> expandedTypes, String givenId, String issuerId, List<String> proofTypes, String recordId, List<String> schemaIds, List<String> subjectIds)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VCRecord.VCRecordBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getContexts()Map<String,String>getCredTags()ObjectgetCredValue()List<String>getExpandedTypes()StringgetGivenId()StringgetIssuerId()List<String>getProofTypes()StringgetRecordId()List<String>getSchemaIds()List<String>getSubjectIds()inthashCode()voidsetContexts(List<String> contexts)voidsetCredTags(Map<String,String> credTags)voidsetCredValue(Object credValue)voidsetExpandedTypes(List<String> expandedTypes)voidsetGivenId(String givenId)voidsetIssuerId(String issuerId)voidsetProofTypes(List<String> proofTypes)voidsetRecordId(String recordId)voidsetSchemaIds(List<String> schemaIds)voidsetSubjectIds(List<String> subjectIds)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CONTEXTS
public static final String SERIALIZED_NAME_CONTEXTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CRED_TAGS
public static final String SERIALIZED_NAME_CRED_TAGS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CRED_VALUE
public static final String SERIALIZED_NAME_CRED_VALUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXPANDED_TYPES
public static final String SERIALIZED_NAME_EXPANDED_TYPES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GIVEN_ID
public static final String SERIALIZED_NAME_GIVEN_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ISSUER_ID
public static final String SERIALIZED_NAME_ISSUER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROOF_TYPES
public static final String SERIALIZED_NAME_PROOF_TYPES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RECORD_ID
public static final String SERIALIZED_NAME_RECORD_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SCHEMA_IDS
public static final String SERIALIZED_NAME_SCHEMA_IDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUBJECT_IDS
public static final String SERIALIZED_NAME_SUBJECT_IDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static VCRecord.VCRecordBuilder builder()
-
getCredValue
public Object getCredValue()
-
getGivenId
public String getGivenId()
-
getIssuerId
public String getIssuerId()
-
getRecordId
public String getRecordId()
-
setCredValue
public void setCredValue(Object credValue)
-
setGivenId
public void setGivenId(String givenId)
-
setIssuerId
public void setIssuerId(String issuerId)
-
setRecordId
public void setRecordId(String recordId)
-
canEqual
protected boolean canEqual(Object other)
-
-