public class NetDetectStatusRequest extends Request
groupId, hashTypeEnum| 构造器和说明 |
|---|
NetDetectStatusRequest() |
NetDetectStatusRequest(BaseFixedSizeByteArray.Fixed20ByteArray myChainId) |
NetDetectStatusRequest(Hash detectSrcNodeId,
List<Hash> detectDestNodeIds) |
NetDetectStatusRequest(Hash detectSrcNodeId,
List<Hash> detectDestNodeIds,
BaseFixedSizeByteArray.Fixed20ByteArray myChainId) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
List<Hash> |
getDetectDestNodeIds() |
Hash |
getDetectSrcNodeId() |
boolean |
isValid() |
void |
setDetectDestNodeIds(List<Hash> detectDestNodeIds) |
void |
setDetectSrcNodeId(Hash detectSrcNodeId) |
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 NetDetectStatusRequest()
public NetDetectStatusRequest(BaseFixedSizeByteArray.Fixed20ByteArray myChainId)
public NetDetectStatusRequest(Hash detectSrcNodeId, List<Hash> detectDestNodeIds)
public NetDetectStatusRequest(Hash detectSrcNodeId, List<Hash> detectDestNodeIds, BaseFixedSizeByteArray.Fixed20ByteArray myChainId)
public Hash getDetectSrcNodeId()
public void setDetectSrcNodeId(Hash detectSrcNodeId)
public byte[] toRlp()
public void fromRlp(RlpList list)
public void toJson(com.alibaba.fastjson.JSONObject jsonObject)
Copyright © 2022. All rights reserved.