public static interface Personhood.ListMessagesReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBalances(int index)
Balances
|
int |
getBalancesCount()
Balances
|
List<Long> |
getBalancesList()
Balances
|
com.google.protobuf.ByteString |
getMsgids(int index)
MsgIDs of the messages
|
int |
getMsgidsCount()
MsgIDs of the messages
|
List<com.google.protobuf.ByteString> |
getMsgidsList()
MsgIDs of the messages
|
com.google.protobuf.ByteString |
getPartyiids(int index)
PartyIIDs
|
int |
getPartyiidsCount()
PartyIIDs
|
List<com.google.protobuf.ByteString> |
getPartyiidsList()
PartyIIDs
|
long |
getRewards(int index)
Rewards
|
int |
getRewardsCount()
Rewards
|
List<Long> |
getRewardsList()
Rewards
|
String |
getSubjects(int index)
Subjects of the messages
|
com.google.protobuf.ByteString |
getSubjectsBytes(int index)
Subjects of the messages
|
int |
getSubjectsCount()
Subjects of the messages
|
List<String> |
getSubjectsList()
Subjects of the messages
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getSubjectsList()
Subjects of the messages
repeated string subjects = 1;int getSubjectsCount()
Subjects of the messages
repeated string subjects = 1;String getSubjects(int index)
Subjects of the messages
repeated string subjects = 1;com.google.protobuf.ByteString getSubjectsBytes(int index)
Subjects of the messages
repeated string subjects = 1;List<com.google.protobuf.ByteString> getMsgidsList()
MsgIDs of the messages
repeated bytes msgids = 2;int getMsgidsCount()
MsgIDs of the messages
repeated bytes msgids = 2;com.google.protobuf.ByteString getMsgids(int index)
MsgIDs of the messages
repeated bytes msgids = 2;int getBalancesCount()
Balances
repeated uint64 balances = 3;long getBalances(int index)
Balances
repeated uint64 balances = 3;int getRewardsCount()
Rewards
repeated uint64 rewards = 4;long getRewards(int index)
Rewards
repeated uint64 rewards = 4;List<com.google.protobuf.ByteString> getPartyiidsList()
PartyIIDs
repeated bytes partyiids = 5;int getPartyiidsCount()
PartyIIDs
repeated bytes partyiids = 5;com.google.protobuf.ByteString getPartyiids(int index)
PartyIIDs
repeated bytes partyiids = 5;Copyright © 2018. All rights reserved.