public static interface Personhood.ReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getSum(int index)
Sum is the sum of all replies for a given index of the questions.
|
int |
getSumCount()
Sum is the sum of all replies for a given index of the questions.
|
List<Integer> |
getSumList()
Sum is the sum of all replies for a given index of the questions.
|
com.google.protobuf.ByteString |
getUsers(int index)
TODO: replace this with a linkable ring signature
|
int |
getUsersCount()
TODO: replace this with a linkable ring signature
|
List<com.google.protobuf.ByteString> |
getUsersList()
TODO: replace this with a linkable ring signature
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Integer> getSumList()
Sum is the sum of all replies for a given index of the questions.
repeated sint32 sum = 1;int getSumCount()
Sum is the sum of all replies for a given index of the questions.
repeated sint32 sum = 1;int getSum(int index)
Sum is the sum of all replies for a given index of the questions.
repeated sint32 sum = 1;List<com.google.protobuf.ByteString> getUsersList()
TODO: replace this with a linkable ring signature
repeated bytes users = 2;int getUsersCount()
TODO: replace this with a linkable ring signature
repeated bytes users = 2;com.google.protobuf.ByteString getUsers(int index)
TODO: replace this with a linkable ring signature
repeated bytes users = 2;Copyright © 2018. All rights reserved.