public class QueryBtnStatusRequest extends Request
groupId, hashTypeEnum| 构造器和说明 |
|---|
QueryBtnStatusRequest() |
QueryBtnStatusRequest(BaseFixedSizeByteArray.Fixed20ByteArray myChainId) |
QueryBtnStatusRequest(BTNInfoType btnInfoType) |
QueryBtnStatusRequest(BTNInfoType btnInfoType,
BaseFixedSizeByteArray.Fixed20ByteArray myChainId) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
BTNInfoType |
getBtnInfo() |
boolean |
isValid() |
void |
setBtnConfig(boolean btnConfig) |
void |
setConnectionConfig(boolean connectionConfig) |
void |
setFlowConfig(boolean flowConfig) |
void |
setNodeGroupConfig(boolean nodeGroupConfig) |
void |
setNodeIdConfig(boolean nodeIdConfig) |
void |
toJson(com.alibaba.fastjson.JSONObject jsonObject)
Encode message to json object.
|
byte[] |
toRlp()
Encode message to rlp bytes.
|
getGroupId, getSequenceId, getTraceId, isSetGroupId, setGroupId, setHashTypeEnum, setSequenceId, setTraceIdgetMessageType, setMessageType, toStringpublic QueryBtnStatusRequest(BaseFixedSizeByteArray.Fixed20ByteArray myChainId)
public QueryBtnStatusRequest()
public QueryBtnStatusRequest(BTNInfoType btnInfoType, BaseFixedSizeByteArray.Fixed20ByteArray myChainId)
public QueryBtnStatusRequest(BTNInfoType btnInfoType)
public BTNInfoType getBtnInfo()
public void setBtnConfig(boolean btnConfig)
public void setConnectionConfig(boolean connectionConfig)
public void setNodeIdConfig(boolean nodeIdConfig)
public void setNodeGroupConfig(boolean nodeGroupConfig)
public void setFlowConfig(boolean flowConfig)
public byte[] toRlp()
public void fromRlp(RlpList list)
public void toJson(com.alibaba.fastjson.JSONObject jsonObject)
Copyright © 2022. All rights reserved.