public class ChainData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ChainData() | 
| ChainData(ChainData source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBlockHash()Get 区块hash | 
| String | getBlockHeight()Get 区块高度 | 
| String | getBlockTime()Get 区块时间 | 
| void | setBlockHash(String BlockHash)Set 区块hash | 
| void | setBlockHeight(String BlockHeight)Set 区块高度 | 
| void | setBlockTime(String BlockTime)Set 区块时间 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ChainData()
public ChainData(ChainData source)
public String getBlockHash()
public void setBlockHash(String BlockHash)
BlockHash - 区块hashpublic String getBlockHeight()
public void setBlockHeight(String BlockHeight)
BlockHeight - 区块高度public String getBlockTime()
public void setBlockTime(String BlockTime)
BlockTime - 区块时间Copyright © 2025. All rights reserved.