public class TransactionItem extends AbstractModel
| Constructor and Description |
|---|
TransactionItem() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBlockHeight()
Get 交易所在区块高度
|
Long |
getBlockId()
Get 交易所在区块号
|
String |
getCreateOrgName()
Get 创建交易的组织名
|
String |
getCreateTime()
Get 交易创建时间
|
String |
getTransactionHash()
Get 交易hash
|
String |
getTransactionId()
Get 交易ID
|
String |
getTransactionStatus()
Get 交易状态
|
String |
getTransactionType()
Get 交易类型(普通交易和配置交易)
|
void |
setBlockHeight(Long BlockHeight)
Set 交易所在区块高度
|
void |
setBlockId(Long BlockId)
Set 交易所在区块号
|
void |
setCreateOrgName(String CreateOrgName)
Set 创建交易的组织名
|
void |
setCreateTime(String CreateTime)
Set 交易创建时间
|
void |
setTransactionHash(String TransactionHash)
Set 交易hash
|
void |
setTransactionId(String TransactionId)
Set 交易ID
|
void |
setTransactionStatus(String TransactionStatus)
Set 交易状态
|
void |
setTransactionType(String TransactionType)
Set 交易类型(普通交易和配置交易)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getTransactionId()
public void setTransactionId(String TransactionId)
TransactionId - 交易IDpublic String getTransactionHash()
public void setTransactionHash(String TransactionHash)
TransactionHash - 交易hashpublic String getCreateOrgName()
public void setCreateOrgName(String CreateOrgName)
CreateOrgName - 创建交易的组织名public Long getBlockId()
public void setBlockId(Long BlockId)
BlockId - 交易所在区块号public String getTransactionType()
public void setTransactionType(String TransactionType)
TransactionType - 交易类型(普通交易和配置交易)public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 交易创建时间public Long getBlockHeight()
public void setBlockHeight(Long BlockHeight)
BlockHeight - 交易所在区块高度public String getTransactionStatus()
public void setTransactionStatus(String TransactionStatus)
TransactionStatus - 交易状态Copyright © 2020. All rights reserved.