public static interface Personhood.PollStructOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getChoices(int index)
repeated string choices = 5; |
com.google.protobuf.ByteString |
getChoicesBytes(int index)
repeated string choices = 5; |
int |
getChoicesCount()
repeated string choices = 5; |
List<String> |
getChoicesList()
repeated string choices = 5; |
Personhood.PollChoice |
getChosen(int index)
repeated .personhood.PollChoice chosen = 6; |
int |
getChosenCount()
repeated .personhood.PollChoice chosen = 6; |
List<Personhood.PollChoice> |
getChosenList()
repeated .personhood.PollChoice chosen = 6; |
Personhood.PollChoiceOrBuilder |
getChosenOrBuilder(int index)
repeated .personhood.PollChoice chosen = 6; |
List<? extends Personhood.PollChoiceOrBuilder> |
getChosenOrBuilderList()
repeated .personhood.PollChoice chosen = 6; |
String |
getDescription()
required string description = 4; |
com.google.protobuf.ByteString |
getDescriptionBytes()
required string description = 4; |
com.google.protobuf.ByteString |
getPersonhood()
required bytes personhood = 1; |
com.google.protobuf.ByteString |
getPollid()
optional bytes pollid = 2; |
String |
getTitle()
required string title = 3; |
com.google.protobuf.ByteString |
getTitleBytes()
required string title = 3; |
boolean |
hasDescription()
required string description = 4; |
boolean |
hasPersonhood()
required bytes personhood = 1; |
boolean |
hasPollid()
optional bytes pollid = 2; |
boolean |
hasTitle()
required string title = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPersonhood()
required bytes personhood = 1;com.google.protobuf.ByteString getPersonhood()
required bytes personhood = 1;boolean hasPollid()
optional bytes pollid = 2;com.google.protobuf.ByteString getPollid()
optional bytes pollid = 2;boolean hasTitle()
required string title = 3;String getTitle()
required string title = 3;com.google.protobuf.ByteString getTitleBytes()
required string title = 3;boolean hasDescription()
required string description = 4;String getDescription()
required string description = 4;com.google.protobuf.ByteString getDescriptionBytes()
required string description = 4;int getChoicesCount()
repeated string choices = 5;String getChoices(int index)
repeated string choices = 5;com.google.protobuf.ByteString getChoicesBytes(int index)
repeated string choices = 5;List<Personhood.PollChoice> getChosenList()
repeated .personhood.PollChoice chosen = 6;Personhood.PollChoice getChosen(int index)
repeated .personhood.PollChoice chosen = 6;int getChosenCount()
repeated .personhood.PollChoice chosen = 6;List<? extends Personhood.PollChoiceOrBuilder> getChosenOrBuilderList()
repeated .personhood.PollChoice chosen = 6;Personhood.PollChoiceOrBuilder getChosenOrBuilder(int index)
repeated .personhood.PollChoice chosen = 6;Copyright © 2019. All rights reserved.