public static interface Personhood.MessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAuthor()
Author's coin account for eventual rewards/tips to the author.
|
long |
getBalance()
Balance the message has currently left.
|
long |
getDate()
Date, as unix-encoded seconds since 1970.
|
com.google.protobuf.ByteString |
getId()
ID of the messgae - should be random.
|
com.google.protobuf.ByteString |
getPartyiid()
PartyIID - the instance ID of the party this message belongs to
|
long |
getReward()
Reward for reading this messgae.
|
String |
getSubject()
Subject is one of the fields always visible, even if the client did not
chose to read the message.
|
com.google.protobuf.ByteString |
getSubjectBytes()
Subject is one of the fields always visible, even if the client did not
chose to read the message.
|
String |
getText()
Text, can be any length of text of the message.
|
com.google.protobuf.ByteString |
getTextBytes()
Text, can be any length of text of the message.
|
boolean |
hasAuthor()
Author's coin account for eventual rewards/tips to the author.
|
boolean |
hasBalance()
Balance the message has currently left.
|
boolean |
hasDate()
Date, as unix-encoded seconds since 1970.
|
boolean |
hasId()
ID of the messgae - should be random.
|
boolean |
hasPartyiid()
PartyIID - the instance ID of the party this message belongs to
|
boolean |
hasReward()
Reward for reading this messgae.
|
boolean |
hasSubject()
Subject is one of the fields always visible, even if the client did not
chose to read the message.
|
boolean |
hasText()
Text, can be any length of text of the message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSubject()
Subject is one of the fields always visible, even if the client did not chose to read the message.
required string subject = 1;String getSubject()
Subject is one of the fields always visible, even if the client did not chose to read the message.
required string subject = 1;com.google.protobuf.ByteString getSubjectBytes()
Subject is one of the fields always visible, even if the client did not chose to read the message.
required string subject = 1;boolean hasDate()
Date, as unix-encoded seconds since 1970.
required uint64 date = 2;long getDate()
Date, as unix-encoded seconds since 1970.
required uint64 date = 2;boolean hasText()
Text, can be any length of text of the message.
required string text = 3;String getText()
Text, can be any length of text of the message.
required string text = 3;com.google.protobuf.ByteString getTextBytes()
Text, can be any length of text of the message.
required string text = 3;boolean hasAuthor()
Author's coin account for eventual rewards/tips to the author.
required bytes author = 4;com.google.protobuf.ByteString getAuthor()
Author's coin account for eventual rewards/tips to the author.
required bytes author = 4;boolean hasBalance()
Balance the message has currently left.
required uint64 balance = 5;long getBalance()
Balance the message has currently left.
required uint64 balance = 5;boolean hasReward()
Reward for reading this messgae.
required uint64 reward = 6;long getReward()
Reward for reading this messgae.
required uint64 reward = 6;boolean hasId()
ID of the messgae - should be random.
required bytes id = 7;com.google.protobuf.ByteString getId()
ID of the messgae - should be random.
required bytes id = 7;boolean hasPartyiid()
PartyIID - the instance ID of the party this message belongs to
required bytes partyiid = 8;com.google.protobuf.ByteString getPartyiid()
PartyIID - the instance ID of the party this message belongs to
required bytes partyiid = 8;Copyright © 2018. All rights reserved.