public final class Personhood extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Personhood.AnswerQuestionnaire
AnswerQuestionnaire sends the answer from one client.
|
static interface |
Personhood.AnswerQuestionnaireOrBuilder |
static class |
Personhood.LinkPoP
LinkPoP stores a link to a pop-party to accept this configuration.
|
static interface |
Personhood.LinkPoPOrBuilder |
static class |
Personhood.ListMessages
ListMessages sorts all messages by balance and sends back the messages from
Start, but not more than Number.
|
static interface |
Personhood.ListMessagesOrBuilder |
static class |
Personhood.ListMessagesReply
ListMessagesReply returns the subjects, IDs, balances and rewards of the top
messages, as chosen in ListMessages.
|
static interface |
Personhood.ListMessagesReplyOrBuilder |
static class |
Personhood.ListQuestionnaires
ListQuestionnaires requests all questionnaires from Start, but not more than
Number.
|
static interface |
Personhood.ListQuestionnairesOrBuilder |
static class |
Personhood.ListQuestionnairesReply
ListQuestionnairesReply is a slice of all questionnaires, starting with the
one having the highest balance left.
|
static interface |
Personhood.ListQuestionnairesReplyOrBuilder |
static class |
Personhood.Message
Message represents a message that will be sent to the system.
|
static interface |
Personhood.MessageOrBuilder |
static class |
Personhood.Party
Party represents everything necessary to find a party in the ledger.
|
static interface |
Personhood.PartyOrBuilder |
static class |
Personhood.Questionnaire
Questionnaire represents one poll that will be sent to candidates.
|
static interface |
Personhood.QuestionnaireOrBuilder |
static class |
Personhood.ReadMessage
ReadMessage requests the full message and the reward for that message.
|
static interface |
Personhood.ReadMessageOrBuilder |
static class |
Personhood.ReadMessageReply
ReadMessageReply if the message is still active (balance >= reward)
|
static interface |
Personhood.ReadMessageReplyOrBuilder |
static class |
Personhood.RegisterQuestionnaire
RegisterQuestionnaire creates a questionnaire with a number of questions to
chose from and how much each replier gets rewarded.
|
static interface |
Personhood.RegisterQuestionnaireOrBuilder |
static class |
Personhood.Reply
Reply holds the results of the questionnaire together with a slice of users
that participated in it.
|
static interface |
Personhood.ReplyOrBuilder |
static class |
Personhood.SendMessage
SendMessage stores the message in the system.
|
static interface |
Personhood.SendMessageOrBuilder |
static class |
Personhood.StringReply
StringReply can be used by all calls that need a string to be returned
to the caller.
|
static interface |
Personhood.StringReplyOrBuilder |
static class |
Personhood.TopupMessage
TopupMessage to fill up the balance of a message
|
static interface |
Personhood.TopupMessageOrBuilder |
static class |
Personhood.TopupQuestionnaire
TopupQuestionnaire can be used to add new balance to a questionnaire.
|
static interface |
Personhood.TopupQuestionnaireOrBuilder |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2018. All rights reserved.