Class IndyProofReqPredSpecNonRevoked
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProofReqPredSpecNonRevoked
-
public class IndyProofReqPredSpecNonRevoked extends Object
IndyProofReqPredSpecNonRevoked
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyProofReqPredSpecNonRevoked.IndyProofReqPredSpecNonRevokedBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_FROMstatic StringSERIALIZED_NAME_TO
-
Constructor Summary
Constructors Constructor Description IndyProofReqPredSpecNonRevoked()IndyProofReqPredSpecNonRevoked(Integer from, Integer to)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyProofReqPredSpecNonRevoked.IndyProofReqPredSpecNonRevokedBuilderbuilder()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
-
-
Method Detail
-
builder
public static IndyProofReqPredSpecNonRevoked.IndyProofReqPredSpecNonRevokedBuilder builder()
-
getFrom
public Integer getFrom()
-
getTo
public Integer getTo()
-
setFrom
public void setFrom(Integer from)
-
setTo
public void setTo(Integer to)
-
canEqual
protected boolean canEqual(Object other)
-
-