public class ListProfilerDataRequest extends Request
groupId, hashTypeEnum| 构造器和说明 |
|---|
ListProfilerDataRequest() |
ListProfilerDataRequest(BaseFixedSizeByteArray.Fixed20ByteArray myChainId) |
ListProfilerDataRequest(String prefix,
boolean order) |
ListProfilerDataRequest(String prefix,
boolean order,
BaseFixedSizeByteArray.Fixed20ByteArray myChainId) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
String |
getPrefix() |
boolean |
isOrder() |
boolean |
isValid() |
void |
setOrder(boolean order) |
void |
setPrefix(String prefix) |
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 ListProfilerDataRequest()
public ListProfilerDataRequest(String prefix, boolean order)
public ListProfilerDataRequest(BaseFixedSizeByteArray.Fixed20ByteArray myChainId)
public ListProfilerDataRequest(String prefix, boolean order, BaseFixedSizeByteArray.Fixed20ByteArray myChainId)
public String getPrefix()
public void setPrefix(String prefix)
public boolean isOrder()
public void setOrder(boolean order)
public byte[] toRlp()
public void fromRlp(RlpList list)
public void toJson(com.alibaba.fastjson.JSONObject jsonObject)
Copyright © 2022. All rights reserved.