-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public class UpdateComment extends QueryRequestObject
-
-
Field Summary
Fields Modifier and Type Field Description public transient long
transactionId
public transient long
commentId
public String
comment
-
Constructor Summary
Constructors Constructor Description UpdateComment(long transactionId, long commentId, String comment)
-
Method Summary
Modifier and Type Method Description long
getValueHash()
-
-
Constructor Detail
-
UpdateComment
UpdateComment(long transactionId, long commentId, String comment)
-
-
Method Detail
-
getValueHash
long getValueHash()
-
-
-
-