-
- 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>transactionIdsprivate final Stringcomment
-
Constructor Summary
Constructors Constructor Description AddComments(List<Long> transactionIds, String comment)
-
Method Summary
Modifier and Type Method Description LonggetValueHash()final List<Long>getTransactionIds()final StringgetComment()-
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()
-
-
-
-