org.hyperledger.acy_py.generated.model.IndyGEProof 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.0
*
*
* 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.Map;
/**
* IndyGEProof
*/
@lombok.Data
@lombok.AllArgsConstructor
@lombok.NoArgsConstructor
@lombok.Builder
public class IndyGEProof {
public static final String SERIALIZED_NAME_ALPHA = "alpha";
@SerializedName(SERIALIZED_NAME_ALPHA)
private String alpha;
public static final String SERIALIZED_NAME_MJ = "mj";
@SerializedName(SERIALIZED_NAME_MJ)
private String mj;
public static final String SERIALIZED_NAME_PREDICATE = "predicate";
@SerializedName(SERIALIZED_NAME_PREDICATE)
private IndyGEProofPred predicate;
public static final String SERIALIZED_NAME_R = "r";
@SerializedName(SERIALIZED_NAME_R)
private Map r = null;
public static final String SERIALIZED_NAME_T = "t";
@SerializedName(SERIALIZED_NAME_T)
private Map t = null;
public static final String SERIALIZED_NAME_U = "u";
@SerializedName(SERIALIZED_NAME_U)
private Map u = null;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy