Class PingRequest
- java.lang.Object
-
- org.hyperledger.aries.api.trustping.PingRequest
-
public class PingRequest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPingRequest.PingRequestBuilder
-
Constructor Summary
Constructors Constructor Description PingRequest()PingRequest(String comment)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PingRequest.PingRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetComment()inthashCode()voidsetComment(String comment)StringtoString()
-
-
-
Constructor Detail
-
PingRequest
public PingRequest()
-
PingRequest
public PingRequest(String comment)
-
-
Method Detail
-
builder
public static PingRequest.PingRequestBuilder builder()
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
canEqual
protected boolean canEqual(Object other)
-
-