public static class EventQuery.TransactionEventQuery extends java.lang.Object implements EventQuery
EventQuery.AllQuery, EventQuery.EventTypeEventQuery, EventQuery.MoveEventEventQuery, EventQuery.MoveModuleEventQuery, EventQuery.ObjectEventQuery, EventQuery.RecipientEventQuery, EventQuery.SenderEventQuery, EventQuery.TimeRangeEventQuery, EventQuery.TransactionEventQuery| Constructor and Description |
|---|
TransactionEventQuery() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getTransaction()
Gets transaction.
|
int |
hashCode() |
void |
setTransaction(java.lang.String transaction)
Sets transaction.
|
java.lang.String |
toString() |
public java.lang.String getTransaction()
public void setTransaction(java.lang.String transaction)
transaction - the transactionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object