public static interface Personhood.TopupQuestionnaireOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getQuestid()
QuestID indicates which questionnaire
|
long |
getTopup()
Topup is the amount of coins to put there.
|
boolean |
hasQuestid()
QuestID indicates which questionnaire
|
boolean |
hasTopup()
Topup is the amount of coins to put there.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasQuestid()
QuestID indicates which questionnaire
required bytes questid = 1;com.google.protobuf.ByteString getQuestid()
QuestID indicates which questionnaire
required bytes questid = 1;boolean hasTopup()
Topup is the amount of coins to put there.
required uint64 topup = 2;long getTopup()
Topup is the amount of coins to put there.
required uint64 topup = 2;Copyright © 2018. All rights reserved.