Class PingRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.PingRequest
-
public class PingRequest extends Object
PingRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPingRequest.PingRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COMMENT
-
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()
-
-
-
Field Detail
-
SERIALIZED_NAME_COMMENT
public static final String SERIALIZED_NAME_COMMENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PingRequest
public PingRequest(String comment)
-
PingRequest
public PingRequest()
-
-
Method Detail
-
builder
public static PingRequest.PingRequestBuilder builder()
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
canEqual
protected boolean canEqual(Object other)
-
-