| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
blockHash |
protected String |
connectionId |
protected String |
hash |
protected Long |
height |
protected String |
key |
protected String |
msg |
protected String |
preHash |
protected Trans.TransStatus |
status |
protected String |
timestamp |
protected String |
type |
protected Long |
version |
| 构造器和说明 |
|---|
TransHead() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
void |
check(boolean enableVerifySensitiveWorks) |
String |
getBlockHash() |
String |
getConnectionId() |
String |
getHash() |
Long |
getHeight() |
String |
getKey() |
String |
getMsg() |
String |
getPreHash() |
Trans.TransStatus |
getStatus() |
String |
getTimestamp() |
String |
getType() |
Long |
getVersion() |
void |
setBlockHash(String blockHash) |
void |
setConnectionId(String connectionId) |
void |
setHash(String hash) |
void |
setHeight(Long height) |
void |
setKey(String key) |
void |
setMsg(String msg) |
void |
setPreHash(String preHash) |
void |
setStatus(Trans.TransStatus status) |
void |
setTimestamp(String timestamp) |
void |
setType(String type) |
void |
setVersion(Long version) |
String |
toJsonString() |
String |
toString() |
void |
upHash() |
protected String timestamp
protected String preHash
protected String hash
protected String blockHash
protected String key
protected String type
protected String connectionId
protected Trans.TransStatus status
protected String msg
protected Long version
protected Long height
public Long getVersion()
public void setVersion(Long version)
public Long getHeight()
public void setHeight(Long height)
public String getTimestamp()
public void setTimestamp(String timestamp)
public String getHash()
public void setHash(String hash)
public String getPreHash()
public void setPreHash(String preHash)
public String getBlockHash()
public void setBlockHash(String blockHash)
public String getKey()
public void setKey(String key)
public String getMsg()
public void setMsg(String msg)
public Trans.TransStatus getStatus()
public void setStatus(Trans.TransStatus status)
public String getConnectionId()
public void setConnectionId(String connectionId)
public String getType()
public void setType(String type)
public String toJsonString()
public void upHash()
public void check()
public void check(boolean enableVerifySensitiveWorks)
Copyright © 2019. All Rights Reserved.