public class QueryContractConfigStatusResponse extends Response
| 构造器和说明 |
|---|
QueryContractConfigStatusResponse() |
QueryContractConfigStatusResponse(ContractConfig contractConfig) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
ContractConfig |
getContractConfig()
Getter method for property contractConfig.
|
void |
setContractConfig(ContractConfig contractConfig)
Setter method for property contractConfig.
|
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 QueryContractConfigStatusResponse()
public QueryContractConfigStatusResponse(ContractConfig contractConfig)
public ContractConfig getContractConfig()
public void setContractConfig(ContractConfig contractConfig)
contractConfig - value to be assigned to property contractConfigpublic byte[] toRlp()
public void fromRlp(RlpList list)
public void toJson(com.alibaba.fastjson.JSONObject jsonObject)
Copyright © 2022. All rights reserved.