Class CredDefValueRevocation
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.CredDefValueRevocation
-
public class CredDefValueRevocation extends Object
CredDefValueRevocation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCredDefValueRevocation.CredDefValueRevocationBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_Gstatic StringSERIALIZED_NAME_G_DASHstatic StringSERIALIZED_NAME_Hstatic StringSERIALIZED_NAME_H_CAPstatic StringSERIALIZED_NAME_H0static StringSERIALIZED_NAME_H1static StringSERIALIZED_NAME_H2static StringSERIALIZED_NAME_HTILDEstatic StringSERIALIZED_NAME_PKstatic StringSERIALIZED_NAME_Ustatic StringSERIALIZED_NAME_Y
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CredDefValueRevocation.CredDefValueRevocationBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetG()StringgetGDash()StringgetH()StringgetH0()StringgetH1()StringgetH2()StringgetHCap()StringgetHtilde()StringgetPk()StringgetU()StringgetY()inthashCode()voidsetG(String g)voidsetGDash(String gDash)voidsetH(String h)voidsetH0(String h0)voidsetH1(String h1)voidsetH2(String h2)voidsetHCap(String hCap)voidsetHtilde(String htilde)voidsetPk(String pk)voidsetU(String u)voidsetY(String y)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_G
public static final String SERIALIZED_NAME_G
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_G_DASH
public static final String SERIALIZED_NAME_G_DASH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_H
public static final String SERIALIZED_NAME_H
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_H0
public static final String SERIALIZED_NAME_H0
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_H1
public static final String SERIALIZED_NAME_H1
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_H2
public static final String SERIALIZED_NAME_H2
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_H_CAP
public static final String SERIALIZED_NAME_H_CAP
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HTILDE
public static final String SERIALIZED_NAME_HTILDE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PK
public static final String SERIALIZED_NAME_PK
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_U
public static final String SERIALIZED_NAME_U
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_Y
public static final String SERIALIZED_NAME_Y
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static CredDefValueRevocation.CredDefValueRevocationBuilder builder()
-
getG
public String getG()
-
getGDash
public String getGDash()
-
getH
public String getH()
-
getH0
public String getH0()
-
getH1
public String getH1()
-
getH2
public String getH2()
-
getHCap
public String getHCap()
-
getHtilde
public String getHtilde()
-
getPk
public String getPk()
-
getU
public String getU()
-
getY
public String getY()
-
setG
public void setG(String g)
-
setGDash
public void setGDash(String gDash)
-
setH
public void setH(String h)
-
setH0
public void setH0(String h0)
-
setH1
public void setH1(String h1)
-
setH2
public void setH2(String h2)
-
setHCap
public void setHCap(String hCap)
-
setHtilde
public void setHtilde(String htilde)
-
setPk
public void setPk(String pk)
-
setU
public void setU(String u)
-
setY
public void setY(String y)
-
canEqual
protected boolean canEqual(Object other)
-
-