Class EndpointResult
- java.lang.Object
-
- org.hyperledger.aries.api.connection.EndpointResult
-
public class EndpointResult extends Object
-
-
Constructor Summary
Constructors Constructor Description EndpointResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetMyEndpoint()StringgetTheirEndpoint()inthashCode()voidsetMyEndpoint(String myEndpoint)voidsetTheirEndpoint(String theirEndpoint)StringtoString()
-