-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class AddComments extends QueryRequestObject
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Long>
transactionIds
private final String
comment
-
Constructor Summary
Constructors Constructor Description AddComments(List<Long> transactionIds, String comment)
-
Method Summary
Modifier and Type Method Description Long
getValueHash()
final List<Long>
getTransactionIds()
final String
getComment()
-
Methods inherited from class com.meniga.sdk.interfaces.ValueHashable
equals, hashCode, toString
-
Methods inherited from class com.meniga.sdk.webservices.requests.AddComments
toQueryMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getValueHash
Long getValueHash()
-
getTransactionIds
final List<Long> getTransactionIds()
-
getComment
final String getComment()
-
-
-
-