Class IndyRevRegEntry
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyRevRegEntry
-
public class IndyRevRegEntry extends Object
IndyRevRegEntry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyRevRegEntry.IndyRevRegEntryBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_VALUEstatic StringSERIALIZED_NAME_VER
-
Constructor Summary
Constructors Constructor Description IndyRevRegEntry()IndyRevRegEntry(IndyRevRegEntryValue value, String ver)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyRevRegEntry.IndyRevRegEntryBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IndyRevRegEntryValuegetValue()StringgetVer()inthashCode()voidsetValue(IndyRevRegEntryValue value)voidsetVer(String ver)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VER
public static final String SERIALIZED_NAME_VER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyRevRegEntry
public IndyRevRegEntry(IndyRevRegEntryValue value, String ver)
-
IndyRevRegEntry
public IndyRevRegEntry()
-
-
Method Detail
-
builder
public static IndyRevRegEntry.IndyRevRegEntryBuilder builder()
-
getValue
public IndyRevRegEntryValue getValue()
-
getVer
public String getVer()
-
setValue
public void setValue(IndyRevRegEntryValue value)
-
setVer
public void setVer(String ver)
-
canEqual
protected boolean canEqual(Object other)
-
-