| 构造器和说明 |
|---|
Event() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
eventCreateAddress() |
String |
getBlockHash() |
String |
getBlockNumber() |
String |
getData() |
String |
getEventKey() |
String |
getEventSeqNumber() |
String |
getTransactionHash() |
int |
getTransactionIndex() |
String |
getTypeTag() |
void |
setBlockHash(String blockHash) |
void |
setBlockNumber(String blockNumber) |
void |
setData(String 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 String getData()
public void setData(String 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)
public String eventCreateAddress()
Copyright © 2021. All rights reserved.