public static interface Personhood.AnswerQuestionnaireOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAccount()
Account where to put the reward to.
|
com.google.protobuf.ByteString |
getQuestid()
QuestID is the ID of the questionnaire to be replied.
|
int |
getReplies(int index)
Replies is a slice of answers, up to Questionnaire.Replies
|
int |
getRepliesCount()
Replies is a slice of answers, up to Questionnaire.Replies
|
List<Integer> |
getRepliesList()
Replies is a slice of answers, up to Questionnaire.Replies
|
boolean |
hasAccount()
Account where to put the reward to.
|
boolean |
hasQuestid()
QuestID is the ID of the questionnaire to be replied.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasQuestid()
QuestID is the ID of the questionnaire to be replied.
required bytes questid = 1;com.google.protobuf.ByteString getQuestid()
QuestID is the ID of the questionnaire to be replied.
required bytes questid = 1;List<Integer> getRepliesList()
Replies is a slice of answers, up to Questionnaire.Replies
repeated sint32 replies = 2;int getRepliesCount()
Replies is a slice of answers, up to Questionnaire.Replies
repeated sint32 replies = 2;int getReplies(int index)
Replies is a slice of answers, up to Questionnaire.Replies
repeated sint32 replies = 2;boolean hasAccount()
Account where to put the reward to.
required bytes account = 3;com.google.protobuf.ByteString getAccount()
Account where to put the reward to.
required bytes account = 3;Copyright © 2018. All rights reserved.