public class ListProfilerDataFileItem extends MychainObject
| 构造器和说明 |
|---|
ListProfilerDataFileItem() |
ListProfilerDataFileItem(String filename,
BigInteger timestamp,
String contractId,
String txHash,
BigInteger fileSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
String |
getContractId() |
String |
getFilename() |
BigInteger |
getFileSize() |
BigInteger |
getTimestamp() |
String |
getTxHash() |
void |
setContractId(String contractId) |
void |
setFilename(String filename) |
void |
setFileSize(BigInteger fileSize) |
void |
setTimestamp(BigInteger timestamp) |
void |
setTxHash(String txHash) |
void |
toJson(com.alibaba.fastjson.JSONObject jsonObject)
Encode message to json object.
|
byte[] |
toRlp()
Encode message to rlp bytes.
|
toStringpublic ListProfilerDataFileItem()
public ListProfilerDataFileItem(String filename, BigInteger timestamp, String contractId, String txHash, BigInteger fileSize)
public String getFilename()
public void setFilename(String filename)
public BigInteger getTimestamp()
public void setTimestamp(BigInteger timestamp)
public String getContractId()
public void setContractId(String contractId)
public String getTxHash()
public void setTxHash(String txHash)
public BigInteger getFileSize()
public void setFileSize(BigInteger fileSize)
public byte[] toRlp()
toRlp 在类中 MychainObjectpublic void fromRlp(RlpList list)
fromRlp 在类中 MychainObjectlist - the rlp bytespublic void toJson(com.alibaba.fastjson.JSONObject jsonObject)
toJson 在类中 MychainObjectjsonObject - the json objectpublic void fromJson(com.alibaba.fastjson.JSONObject jsonObject)
fromJson 在类中 MychainObjectjsonObject - the json objectCopyright © 2022. All rights reserved.