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