public class PushTopicsEvent extends Message
| 构造器和说明 |
|---|
PushTopicsEvent() |
PushTopicsEvent(BigInteger id,
List<EventTopicResult> results) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
BigInteger |
getId()
Getter method for property id.
|
List<EventTopicResult> |
getResults()
Getter method for property results.
|
void |
setId(BigInteger id)
Setter method for property id.
|
void |
setResults(List<EventTopicResult> results)
Setter method for property results.
|
void |
toJson(com.alibaba.fastjson.JSONObject jsonObject)
Encode message to json object.
|
byte[] |
toRlp()
Encode message to rlp bytes.
|
getMessageType, setMessageType, toStringpublic PushTopicsEvent(BigInteger id, List<EventTopicResult> results)
public PushTopicsEvent()
public BigInteger getId()
public void setId(BigInteger id)
id - value to be assigned to property idpublic List<EventTopicResult> getResults()
public void setResults(List<EventTopicResult> results)
results - value to be assigned to property resultspublic byte[] toRlp()
public void fromRlp(RlpList list)
public void toJson(com.alibaba.fastjson.JSONObject jsonObject)
Copyright © 2022. All rights reserved.