Class PresentationExchangeRecord.RevealedAttribute
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.PresentationExchangeRecord.RevealedAttribute
-
- Enclosing class:
- PresentationExchangeRecord
public static class PresentationExchangeRecord.RevealedAttribute extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPresentationExchangeRecord.RevealedAttribute.RevealedAttributeBuilder
-
Constructor Summary
Constructors Constructor Description RevealedAttribute()RevealedAttribute(Integer subProofIndex, String raw, String encoded)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PresentationExchangeRecord.RevealedAttribute.RevealedAttributeBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetEncoded()StringgetRaw()IntegergetSubProofIndex()inthashCode()voidsetEncoded(String encoded)voidsetRaw(String raw)voidsetSubProofIndex(Integer subProofIndex)StringtoString()
-
-
-
Method Detail
-
builder
public static PresentationExchangeRecord.RevealedAttribute.RevealedAttributeBuilder builder()
-
getSubProofIndex
public Integer getSubProofIndex()
-
getRaw
public String getRaw()
-
getEncoded
public String getEncoded()
-
setSubProofIndex
public void setSubProofIndex(Integer subProofIndex)
-
setRaw
public void setRaw(String raw)
-
setEncoded
public void setEncoded(String encoded)
-
canEqual
protected boolean canEqual(Object other)
-
-