Class IndyRequestedCredsRequestedPred
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyRequestedCredsRequestedPred
-
public class IndyRequestedCredsRequestedPred extends Object
IndyRequestedCredsRequestedPred
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyRequestedCredsRequestedPred.IndyRequestedCredsRequestedPredBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CRED_IDstatic StringSERIALIZED_NAME_TIMESTAMP
-
Constructor Summary
Constructors Constructor Description IndyRequestedCredsRequestedPred()IndyRequestedCredsRequestedPred(String credId, Integer timestamp)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyRequestedCredsRequestedPred.IndyRequestedCredsRequestedPredBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCredId()IntegergetTimestamp()inthashCode()voidsetCredId(String credId)voidsetTimestamp(Integer timestamp)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CRED_ID
public static final String SERIALIZED_NAME_CRED_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TIMESTAMP
public static final String SERIALIZED_NAME_TIMESTAMP
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static IndyRequestedCredsRequestedPred.IndyRequestedCredsRequestedPredBuilder builder()
-
getCredId
public String getCredId()
-
getTimestamp
public Integer getTimestamp()
-
setCredId
public void setCredId(String credId)
-
setTimestamp
public void setTimestamp(Integer timestamp)
-
canEqual
protected boolean canEqual(Object other)
-
-