org.hyperledger.acy_py.generated.model.CredDefValueRevocation 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;
/**
* CredDefValueRevocation
*/
@lombok.Data
@lombok.AllArgsConstructor
@lombok.NoArgsConstructor
@lombok.Builder
public class CredDefValueRevocation {
public static final String SERIALIZED_NAME_G = "g";
@SerializedName(SERIALIZED_NAME_G)
private String g;
public static final String SERIALIZED_NAME_G_DASH = "g_dash";
@SerializedName(SERIALIZED_NAME_G_DASH)
private String gDash;
public static final String SERIALIZED_NAME_H = "h";
@SerializedName(SERIALIZED_NAME_H)
private String h;
public static final String SERIALIZED_NAME_H0 = "h0";
@SerializedName(SERIALIZED_NAME_H0)
private String h0;
public static final String SERIALIZED_NAME_H1 = "h1";
@SerializedName(SERIALIZED_NAME_H1)
private String h1;
public static final String SERIALIZED_NAME_H2 = "h2";
@SerializedName(SERIALIZED_NAME_H2)
private String h2;
public static final String SERIALIZED_NAME_H_CAP = "h_cap";
@SerializedName(SERIALIZED_NAME_H_CAP)
private String hCap;
public static final String SERIALIZED_NAME_HTILDE = "htilde";
@SerializedName(SERIALIZED_NAME_HTILDE)
private String htilde;
public static final String SERIALIZED_NAME_PK = "pk";
@SerializedName(SERIALIZED_NAME_PK)
private String pk;
public static final String SERIALIZED_NAME_U = "u";
@SerializedName(SERIALIZED_NAME_U)
private String u;
public static final String SERIALIZED_NAME_Y = "y";
@SerializedName(SERIALIZED_NAME_Y)
private String y;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy