org.hyperledger.acy_py.generated.model.PresentationPreview 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 api
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v0.6.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.ArrayList;
import java.util.List;
/**
* PresentationPreview
*/
@lombok.Data
@lombok.AllArgsConstructor
@lombok.NoArgsConstructor
@lombok.Builder
public class PresentationPreview {
public static final String SERIALIZED_NAME_AT_TYPE = "@type";
@SerializedName(SERIALIZED_NAME_AT_TYPE)
private String atType;
public static final String SERIALIZED_NAME_ATTRIBUTES = "attributes";
@SerializedName(SERIALIZED_NAME_ATTRIBUTES)
private List attributes = new ArrayList<>();
public static final String SERIALIZED_NAME_PREDICATES = "predicates";
@SerializedName(SERIALIZED_NAME_PREDICATES)
private List predicates = new ArrayList<>();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy