public class MetricsAccInfoDetail extends MychainObject
| 构造器和说明 |
|---|
MetricsAccInfoDetail() |
MetricsAccInfoDetail(MetricsAccountType accountsType,
Identity account,
List<MetricsAccCounterInfo> accountCounterList) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject jsonObject)
Decode message from json object.
|
void |
fromRlp(RlpList list)
Decode message from rlp bytes.
|
Identity |
getAccount() |
List<MetricsAccCounterInfo> |
getAccountCounterList() |
MetricsAccountType |
getAccountsType() |
void |
setAccount(Identity account) |
void |
setAccountCounterList(List<MetricsAccCounterInfo> accountCounterList) |
void |
setAccountsType(MetricsAccountType accountsType) |
void |
toJson(com.alibaba.fastjson.JSONObject jsonObject)
Encode message to json object.
|
byte[] |
toRlp()
Encode message to rlp bytes.
|
toStringpublic MetricsAccInfoDetail(MetricsAccountType accountsType, Identity account, List<MetricsAccCounterInfo> accountCounterList)
public MetricsAccInfoDetail()
public MetricsAccountType getAccountsType()
public void setAccountsType(MetricsAccountType accountsType)
public Identity getAccount()
public void setAccount(Identity account)
public List<MetricsAccCounterInfo> getAccountCounterList()
public void setAccountCounterList(List<MetricsAccCounterInfo> accountCounterList)
public byte[] toRlp()
toRlp 在类中 MychainObjectpublic void fromRlp(RlpList list)
fromRlp 在类中 MychainObjectlist - the rlp bytespublic void toJson(com.alibaba.fastjson.JSONObject jsonObject)
toJson 在类中 MychainObjectjsonObject - the json objectpublic void fromJson(com.alibaba.fastjson.JSONObject jsonObject)
fromJson 在类中 MychainObjectjsonObject - the json objectCopyright © 2022. All rights reserved.