Class PresentProofRequest.ProofRequest.ProofRequestedAttributes
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.PresentProofRequest.ProofRequest.ProofRequestedAttributes
-
- Enclosing class:
- PresentProofRequest.ProofRequest
public static class PresentProofRequest.ProofRequest.ProofRequestedAttributes extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPresentProofRequest.ProofRequest.ProofRequestedAttributes.ProofRequestedAttributesBuilder
-
Constructor Summary
Constructors Constructor Description ProofRequestedAttributes()ProofRequestedAttributes(String name, List<String> names, PresentProofRequest.ProofRequest.ProofNonRevoked nonRevoked, List<com.google.gson.JsonObject> restrictions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PresentProofRequest.ProofRequest.ProofRequestedAttributes.ProofRequestedAttributesBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()List<String>getNames()PresentProofRequest.ProofRequest.ProofNonRevokedgetNonRevoked()List<com.google.gson.JsonObject>getRestrictions()inthashCode()voidsetName(String name)voidsetNames(List<String> names)voidsetNonRevoked(PresentProofRequest.ProofRequest.ProofNonRevoked nonRevoked)voidsetRestrictions(List<com.google.gson.JsonObject> restrictions)StringtoString()
-
-
-
Constructor Detail
-
ProofRequestedAttributes
public ProofRequestedAttributes()
-
ProofRequestedAttributes
public ProofRequestedAttributes(String name, List<String> names, PresentProofRequest.ProofRequest.ProofNonRevoked nonRevoked, List<com.google.gson.JsonObject> restrictions)
-
-
Method Detail
-
builder
public static PresentProofRequest.ProofRequest.ProofRequestedAttributes.ProofRequestedAttributesBuilder builder()
-
getName
public String getName()
-
getNonRevoked
public PresentProofRequest.ProofRequest.ProofNonRevoked getNonRevoked()
-
getRestrictions
public List<com.google.gson.JsonObject> getRestrictions()
-
setName
public void setName(String name)
-
setNonRevoked
public void setNonRevoked(PresentProofRequest.ProofRequest.ProofNonRevoked nonRevoked)
-
setRestrictions
public void setRestrictions(List<com.google.gson.JsonObject> restrictions)
-
canEqual
protected boolean canEqual(Object other)
-
-