Class IndyNonRevocationInterval
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyNonRevocationInterval
-
public class IndyNonRevocationInterval extends Object
IndyNonRevocationInterval
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyNonRevocationInterval.IndyNonRevocationIntervalBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_FROMstatic StringSERIALIZED_NAME_TO
-
Constructor Summary
Constructors Constructor Description IndyNonRevocationInterval()IndyNonRevocationInterval(Integer from, Integer to)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyNonRevocationInterval.IndyNonRevocationIntervalBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IntegergetFrom()IntegergetTo()inthashCode()voidsetFrom(Integer from)voidsetTo(Integer to)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_FROM
public static final String SERIALIZED_NAME_FROM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TO
public static final String SERIALIZED_NAME_TO
- See Also:
- Constant Field Values
-
-