public class QueryContractResponse extends Response
| 构造器和说明 |
|---|
QueryContractResponse() |
QueryContractResponse(Contract contract,
BigInteger blockNumber) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
BigInteger |
getBlockNumber() |
Contract |
getContract()
Getter method for property account.
|
void |
setBlockNumber(BigInteger blockNumber) |
void |
setContract(Contract contract)
Setter method for property account.
|
void |
toJson(com.alibaba.fastjson.JSONObject jsonObject)
Encode message to json object.
|
byte[] |
toRlp()
Encode message to rlp bytes.
|
getErrorCode, getExceptionMessage, getGroupId, getSequenceId, getTraceId, isSuccess, setErrorCode, setExceptionMessage, setGroupId, setSequenceId, setTraceIdgetMessageType, setMessageType, toStringpublic QueryContractResponse()
public QueryContractResponse(Contract contract, BigInteger blockNumber)
public Contract getContract()
public void setContract(Contract contract)
contract - value to be assigned to property accountpublic BigInteger getBlockNumber()
public void setBlockNumber(BigInteger blockNumber)
public byte[] toRlp()
public void fromRlp(RlpList list)
public void toJson(com.alibaba.fastjson.JSONObject jsonObject)
Copyright © 2022. All rights reserved.