public class EventNotificationResult extends Object
| 构造器和说明 |
|---|
EventNotificationResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBlockHash() |
String |
getBlockNumber() |
com.fasterxml.jackson.databind.JsonNode |
getData() |
String |
getEventKey() |
String |
getEventSeqNumber() |
String |
getTransactionHash() |
int |
getTransactionIndex() |
String |
getTypeTag() |
void |
setBlockHash(String blockHash) |
void |
setBlockNumber(String blockNumber) |
void |
setData(com.fasterxml.jackson.databind.JsonNode data) |
void |
setEventKey(String eventKey) |
void |
setEventSeqNumber(String eventSeqNumber) |
void |
setTransactionHash(String transactionHash) |
void |
setTransactionIndex(int transactionIndex) |
void |
setTypeTag(String typeTag) |
String |
toString() |
public String getBlockHash()
public void setBlockHash(String blockHash)
public String getBlockNumber()
public void setBlockNumber(String blockNumber)
public String getTransactionHash()
public void setTransactionHash(String transactionHash)
public int getTransactionIndex()
public void setTransactionIndex(int transactionIndex)
public com.fasterxml.jackson.databind.JsonNode getData()
public void setData(com.fasterxml.jackson.databind.JsonNode data)
public String getTypeTag()
public void setTypeTag(String typeTag)
public String getEventKey()
public void setEventKey(String eventKey)
public String getEventSeqNumber()
public void setEventSeqNumber(String eventSeqNumber)
Copyright © 2021. All rights reserved.