Class PresentationExchangeRecord.RevealedAttributeGroup
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.PresentationExchangeRecord.RevealedAttributeGroup
-
- Enclosing class:
- PresentationExchangeRecord
public static class PresentationExchangeRecord.RevealedAttributeGroup extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilder
-
Constructor Summary
Constructors Constructor Description RevealedAttributeGroup()RevealedAttributeGroup(Map<String,String> revealedAttributes, PresentationExchangeRecord.Identifier identifier)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)PresentationExchangeRecord.IdentifiergetIdentifier()Map<String,String>getRevealedAttributes()inthashCode()voidsetIdentifier(PresentationExchangeRecord.Identifier identifier)voidsetRevealedAttributes(Map<String,String> revealedAttributes)StringtoString()
-
-
-
Constructor Detail
-
RevealedAttributeGroup
public RevealedAttributeGroup()
-
RevealedAttributeGroup
public RevealedAttributeGroup(Map<String,String> revealedAttributes, PresentationExchangeRecord.Identifier identifier)
-
-
Method Detail
-
builder
public static PresentationExchangeRecord.RevealedAttributeGroup.RevealedAttributeGroupBuilder builder()
-
getIdentifier
public PresentationExchangeRecord.Identifier getIdentifier()
-
setIdentifier
public void setIdentifier(PresentationExchangeRecord.Identifier identifier)
-
canEqual
protected boolean canEqual(Object other)
-
-