org.hyperledger.acy_py.generated.model.IndyCredential Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aries-client-python Show documentation
Show all versions of aries-client-python Show documentation
Aries Cloud Agent - Python: Java client implementation
/*
* aca-py client
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v0.7.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.hyperledger.acy_py.generated.model;
import com.google.gson.annotations.SerializedName;
import java.util.HashMap;
import java.util.Map;
/**
* IndyCredential
*/
@lombok.Data
@lombok.AllArgsConstructor
@lombok.NoArgsConstructor
@lombok.Builder
public class IndyCredential {
public static final String SERIALIZED_NAME_CRED_DEF_ID = "cred_def_id";
@SerializedName(SERIALIZED_NAME_CRED_DEF_ID)
private String credDefId;
public static final String SERIALIZED_NAME_REV_REG = "rev_reg";
@SerializedName(SERIALIZED_NAME_REV_REG)
private Object revReg;
public static final String SERIALIZED_NAME_REV_REG_ID = "rev_reg_id";
@SerializedName(SERIALIZED_NAME_REV_REG_ID)
private String revRegId;
public static final String SERIALIZED_NAME_SCHEMA_ID = "schema_id";
@SerializedName(SERIALIZED_NAME_SCHEMA_ID)
private String schemaId;
public static final String SERIALIZED_NAME_SIGNATURE = "signature";
@SerializedName(SERIALIZED_NAME_SIGNATURE)
private Object signature;
public static final String SERIALIZED_NAME_SIGNATURE_CORRECTNESS_PROOF = "signature_correctness_proof";
@SerializedName(SERIALIZED_NAME_SIGNATURE_CORRECTNESS_PROOF)
private Object signatureCorrectnessProof;
public static final String SERIALIZED_NAME_VALUES = "values";
@SerializedName(SERIALIZED_NAME_VALUES)
private Map values = new HashMap<>();
public static final String SERIALIZED_NAME_WITNESS = "witness";
@SerializedName(SERIALIZED_NAME_WITNESS)
private Object witness;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy