public class CancelEventRequest extends Request
groupId, hashTypeEnum| 构造器和说明 |
|---|
CancelEventRequest() |
CancelEventRequest(List<BigInteger> ids) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
List<BigInteger> |
getIds()
Getter method for property ids.
|
boolean |
isValid() |
void |
setIds(List<BigInteger> ids)
Setter method for property ids.
|
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 CancelEventRequest(List<BigInteger> ids)
public CancelEventRequest()
public List<BigInteger> getIds()
public void setIds(List<BigInteger> ids)
ids - value to be assigned to property idspublic byte[] toRlp()
public void fromRlp(RlpList list)
public void toJson(com.alibaba.fastjson.JSONObject jsonObject)
Copyright © 2022. All rights reserved.