Class ProofRequestPresentation.ServiceDecorator
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.ProofRequestPresentation.ServiceDecorator
-
- Enclosing class:
- ProofRequestPresentation
public static class ProofRequestPresentation.ServiceDecorator extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProofRequestPresentation.ServiceDecorator.ServiceDecoratorBuilder
-
Constructor Summary
Constructors Constructor Description ServiceDecorator()ServiceDecorator(String ariesUri, String verkey)ServiceDecorator(List<String> recipientKeys, List<String> routingKeys, String serviceEndpoint)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProofRequestPresentation.ServiceDecorator.ServiceDecoratorBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getRecipientKeys()List<String>getRoutingKeys()StringgetServiceEndpoint()inthashCode()voidsetRecipientKeys(List<String> recipientKeys)voidsetRoutingKeys(List<String> routingKeys)voidsetServiceEndpoint(String serviceEndpoint)StringtoString()
-
-
-
Method Detail
-
builder
public static ProofRequestPresentation.ServiceDecorator.ServiceDecoratorBuilder builder()
-
getServiceEndpoint
public String getServiceEndpoint()
-
setServiceEndpoint
public void setServiceEndpoint(String serviceEndpoint)
-
canEqual
protected boolean canEqual(Object other)
-
-