org.hyperledger.acy_py.generated.model.IndyProofRequestedProof 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.Map;
/**
* IndyProofRequestedProof
*/
@lombok.Data
@lombok.AllArgsConstructor
@lombok.NoArgsConstructor
@lombok.Builder
public class IndyProofRequestedProof {
public static final String SERIALIZED_NAME_PREDICATES = "predicates";
@SerializedName(SERIALIZED_NAME_PREDICATES)
private Map predicates = null;
public static final String SERIALIZED_NAME_REVEALED_ATTR_GROUPS = "revealed_attr_groups";
@SerializedName(SERIALIZED_NAME_REVEALED_ATTR_GROUPS)
private Map revealedAttrGroups = null;
public static final String SERIALIZED_NAME_REVEALED_ATTRS = "revealed_attrs";
@SerializedName(SERIALIZED_NAME_REVEALED_ATTRS)
private Map revealedAttrs = null;
public static final String SERIALIZED_NAME_SELF_ATTESTED_ATTRS = "self_attested_attrs";
@SerializedName(SERIALIZED_NAME_SELF_ATTESTED_ATTRS)
private Object selfAttestedAttrs;
public static final String SERIALIZED_NAME_UNREVEALED_ATTRS = "unrevealed_attrs";
@SerializedName(SERIALIZED_NAME_UNREVEALED_ATTRS)
private Object unrevealedAttrs;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy