public class QueryMetricsQueryInfoRequest extends Request
groupId, hashTypeEnum| 构造器和说明 |
|---|
QueryMetricsQueryInfoRequest() |
QueryMetricsQueryInfoRequest(BaseFixedSizeByteArray.Fixed20ByteArray myChainId) |
QueryMetricsQueryInfoRequest(long startTime,
long endTime) |
QueryMetricsQueryInfoRequest(long startTime,
long endTime,
BaseFixedSizeByteArray.Fixed20ByteArray myChainId) |
QueryMetricsQueryInfoRequest(long startTime,
long endTime,
Hash nodeId) |
QueryMetricsQueryInfoRequest(long startTime,
long endTime,
Hash nodeId,
BaseFixedSizeByteArray.Fixed20ByteArray myChainId) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
long |
getEndTime()
Gets end time.
|
Hash |
getNodeId()
Gets node id.
|
long |
getStartTime()
Gets start time.
|
boolean |
isValid() |
void |
setEndTime(long endTime)
Sets end time.
|
void |
setNodeId(Hash nodeId)
Sets node id.
|
void |
setStartTime(long startTime)
Sets start time.
|
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 QueryMetricsQueryInfoRequest(BaseFixedSizeByteArray.Fixed20ByteArray myChainId)
public QueryMetricsQueryInfoRequest()
public QueryMetricsQueryInfoRequest(long startTime,
long endTime,
BaseFixedSizeByteArray.Fixed20ByteArray myChainId)
public QueryMetricsQueryInfoRequest(long startTime,
long endTime)
public QueryMetricsQueryInfoRequest(long startTime,
long endTime,
Hash nodeId,
BaseFixedSizeByteArray.Fixed20ByteArray myChainId)
public QueryMetricsQueryInfoRequest(long startTime,
long endTime,
Hash nodeId)
public long getStartTime()
public void setStartTime(long startTime)
startTime - the start timepublic long getEndTime()
public void setEndTime(long endTime)
endTime - the end timepublic Hash getNodeId()
public void setNodeId(Hash nodeId)
nodeId - the node idpublic byte[] toRlp()
public void fromRlp(RlpList list)
public void toJson(com.alibaba.fastjson.JSONObject jsonObject)
Copyright © 2022. All rights reserved.