Class IndyCredPrecis
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyCredPrecis
-
public class IndyCredPrecis extends Object
IndyCredPrecis
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyCredPrecis.IndyCredPrecisBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CRED_INFOstatic StringSERIALIZED_NAME_INTERVALstatic StringSERIALIZED_NAME_PRESENTATION_REFERENTS
-
Constructor Summary
Constructors Constructor Description IndyCredPrecis()IndyCredPrecis(IndyCredInfo credInfo, IndyNonRevocationInterval interval, List<String> presentationReferents)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyCredPrecis.IndyCredPrecisBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IndyCredInfogetCredInfo()IndyNonRevocationIntervalgetInterval()List<String>getPresentationReferents()inthashCode()voidsetCredInfo(IndyCredInfo credInfo)voidsetInterval(IndyNonRevocationInterval interval)voidsetPresentationReferents(List<String> presentationReferents)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CRED_INFO
public static final String SERIALIZED_NAME_CRED_INFO
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INTERVAL
public static final String SERIALIZED_NAME_INTERVAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRESENTATION_REFERENTS
public static final String SERIALIZED_NAME_PRESENTATION_REFERENTS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyCredPrecis
public IndyCredPrecis(IndyCredInfo credInfo, IndyNonRevocationInterval interval, List<String> presentationReferents)
-
IndyCredPrecis
public IndyCredPrecis()
-
-
Method Detail
-
builder
public static IndyCredPrecis.IndyCredPrecisBuilder builder()
-
getCredInfo
public IndyCredInfo getCredInfo()
-
getInterval
public IndyNonRevocationInterval getInterval()
-
setCredInfo
public void setCredInfo(IndyCredInfo credInfo)
-
setInterval
public void setInterval(IndyNonRevocationInterval interval)
-
canEqual
protected boolean canEqual(Object other)
-
-