Class CredDefValue
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.CredDefValue
-
public class CredDefValue extends Object
CredDefValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCredDefValue.CredDefValueBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PRIMARYstatic StringSERIALIZED_NAME_REVOCATION
-
Constructor Summary
Constructors Constructor Description CredDefValue()CredDefValue(CredDefValuePrimary primary, CredDefValueRevocation revocation)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CredDefValue.CredDefValueBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)CredDefValuePrimarygetPrimary()CredDefValueRevocationgetRevocation()inthashCode()voidsetPrimary(CredDefValuePrimary primary)voidsetRevocation(CredDefValueRevocation revocation)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PRIMARY
public static final String SERIALIZED_NAME_PRIMARY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REVOCATION
public static final String SERIALIZED_NAME_REVOCATION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CredDefValue
public CredDefValue(CredDefValuePrimary primary, CredDefValueRevocation revocation)
-
CredDefValue
public CredDefValue()
-
-
Method Detail
-
builder
public static CredDefValue.CredDefValueBuilder builder()
-
getPrimary
public CredDefValuePrimary getPrimary()
-
getRevocation
public CredDefValueRevocation getRevocation()
-
setPrimary
public void setPrimary(CredDefValuePrimary primary)
-
setRevocation
public void setRevocation(CredDefValueRevocation revocation)
-
canEqual
protected boolean canEqual(Object other)
-
-