Class IndyRevRegEntryValue
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyRevRegEntryValue
-
public class IndyRevRegEntryValue extends Object
IndyRevRegEntryValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyRevRegEntryValue.IndyRevRegEntryValueBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACCUMstatic StringSERIALIZED_NAME_PREV_ACCUMstatic StringSERIALIZED_NAME_REVOKED
-
Constructor Summary
Constructors Constructor Description IndyRevRegEntryValue()IndyRevRegEntryValue(String accum, String prevAccum, List<Integer> revoked)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyRevRegEntryValue.IndyRevRegEntryValueBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAccum()StringgetPrevAccum()List<Integer>getRevoked()inthashCode()voidsetAccum(String accum)voidsetPrevAccum(String prevAccum)voidsetRevoked(List<Integer> revoked)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ACCUM
public static final String SERIALIZED_NAME_ACCUM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PREV_ACCUM
public static final String SERIALIZED_NAME_PREV_ACCUM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REVOKED
public static final String SERIALIZED_NAME_REVOKED
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static IndyRevRegEntryValue.IndyRevRegEntryValueBuilder builder()
-
getAccum
public String getAccum()
-
getPrevAccum
public String getPrevAccum()
-
setAccum
public void setAccum(String accum)
-
setPrevAccum
public void setPrevAccum(String prevAccum)
-
canEqual
protected boolean canEqual(Object other)
-
-