public static final class Personhood.Party.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Party.Builder> implements Personhood.PartyOrBuilder
Party represents everything necessary to find a party in the ledger.Protobuf type
personhood.Party| Modifier and Type | Method and Description |
|---|---|
Personhood.Party.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Personhood.Party |
build() |
Personhood.Party |
buildPartial() |
Personhood.Party.Builder |
clear() |
Personhood.Party.Builder |
clearByzcoinid()
ByzCoinID represents the ledger where the pop-party is stored.
|
Personhood.Party.Builder |
clearDarc()
Darc being responsible for the PartyInstance.
|
Personhood.Party.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Personhood.Party.Builder |
clearFinalstatement()
FinalStatement describes the party and the signature of the organizers.
|
Personhood.Party.Builder |
clearInstanceid()
InstanceID is where to find the party in the ledger.
|
Personhood.Party.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Personhood.Party.Builder |
clearSigner()
Signer can call Invoke on the PartyInstance.
|
Personhood.Party.Builder |
clone() |
com.google.protobuf.ByteString |
getByzcoinid()
ByzCoinID represents the ledger where the pop-party is stored.
|
DarcProto.Darc |
getDarc()
Darc being responsible for the PartyInstance.
|
DarcProto.Darc.Builder |
getDarcBuilder()
Darc being responsible for the PartyInstance.
|
DarcProto.DarcOrBuilder |
getDarcOrBuilder()
Darc being responsible for the PartyInstance.
|
Personhood.Party |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
PoPProto.FinalStatement |
getFinalstatement()
FinalStatement describes the party and the signature of the organizers.
|
PoPProto.FinalStatement.Builder |
getFinalstatementBuilder()
FinalStatement describes the party and the signature of the organizers.
|
PoPProto.FinalStatementOrBuilder |
getFinalstatementOrBuilder()
FinalStatement describes the party and the signature of the organizers.
|
com.google.protobuf.ByteString |
getInstanceid()
InstanceID is where to find the party in the ledger.
|
DarcProto.Signer |
getSigner()
Signer can call Invoke on the PartyInstance.
|
DarcProto.Signer.Builder |
getSignerBuilder()
Signer can call Invoke on the PartyInstance.
|
DarcProto.SignerOrBuilder |
getSignerOrBuilder()
Signer can call Invoke on the PartyInstance.
|
boolean |
hasByzcoinid()
ByzCoinID represents the ledger where the pop-party is stored.
|
boolean |
hasDarc()
Darc being responsible for the PartyInstance.
|
boolean |
hasFinalstatement()
FinalStatement describes the party and the signature of the organizers.
|
boolean |
hasInstanceid()
InstanceID is where to find the party in the ledger.
|
boolean |
hasSigner()
Signer can call Invoke on the PartyInstance.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Personhood.Party.Builder |
mergeDarc(DarcProto.Darc value)
Darc being responsible for the PartyInstance.
|
Personhood.Party.Builder |
mergeFinalstatement(PoPProto.FinalStatement value)
FinalStatement describes the party and the signature of the organizers.
|
Personhood.Party.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Personhood.Party.Builder |
mergeFrom(com.google.protobuf.Message other) |
Personhood.Party.Builder |
mergeFrom(Personhood.Party other) |
Personhood.Party.Builder |
mergeSigner(DarcProto.Signer value)
Signer can call Invoke on the PartyInstance.
|
Personhood.Party.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Personhood.Party.Builder |
setByzcoinid(com.google.protobuf.ByteString value)
ByzCoinID represents the ledger where the pop-party is stored.
|
Personhood.Party.Builder |
setDarc(DarcProto.Darc.Builder builderForValue)
Darc being responsible for the PartyInstance.
|
Personhood.Party.Builder |
setDarc(DarcProto.Darc value)
Darc being responsible for the PartyInstance.
|
Personhood.Party.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Personhood.Party.Builder |
setFinalstatement(PoPProto.FinalStatement.Builder builderForValue)
FinalStatement describes the party and the signature of the organizers.
|
Personhood.Party.Builder |
setFinalstatement(PoPProto.FinalStatement value)
FinalStatement describes the party and the signature of the organizers.
|
Personhood.Party.Builder |
setInstanceid(com.google.protobuf.ByteString value)
InstanceID is where to find the party in the ledger.
|
Personhood.Party.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Personhood.Party.Builder |
setSigner(DarcProto.Signer.Builder builderForValue)
Signer can call Invoke on the PartyInstance.
|
Personhood.Party.Builder |
setSigner(DarcProto.Signer value)
Signer can call Invoke on the PartyInstance.
|
Personhood.Party.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Party.Builder>public Personhood.Party.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Party.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Party.Builder>public Personhood.Party getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Personhood.Party build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Personhood.Party buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Personhood.Party.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Party.Builder>public Personhood.Party.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Party.Builder>public Personhood.Party.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Party.Builder>public Personhood.Party.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Party.Builder>public Personhood.Party.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Party.Builder>public Personhood.Party.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Party.Builder>public Personhood.Party.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Personhood.Party.Builder>public Personhood.Party.Builder mergeFrom(Personhood.Party other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Party.Builder>public Personhood.Party.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Personhood.Party.Builder>IOExceptionpublic boolean hasByzcoinid()
ByzCoinID represents the ledger where the pop-party is stored.
required bytes byzcoinid = 1;hasByzcoinid in interface Personhood.PartyOrBuilderpublic com.google.protobuf.ByteString getByzcoinid()
ByzCoinID represents the ledger where the pop-party is stored.
required bytes byzcoinid = 1;getByzcoinid in interface Personhood.PartyOrBuilderpublic Personhood.Party.Builder setByzcoinid(com.google.protobuf.ByteString value)
ByzCoinID represents the ledger where the pop-party is stored.
required bytes byzcoinid = 1;public Personhood.Party.Builder clearByzcoinid()
ByzCoinID represents the ledger where the pop-party is stored.
required bytes byzcoinid = 1;public boolean hasInstanceid()
InstanceID is where to find the party in the ledger.
required bytes instanceid = 2;hasInstanceid in interface Personhood.PartyOrBuilderpublic com.google.protobuf.ByteString getInstanceid()
InstanceID is where to find the party in the ledger.
required bytes instanceid = 2;getInstanceid in interface Personhood.PartyOrBuilderpublic Personhood.Party.Builder setInstanceid(com.google.protobuf.ByteString value)
InstanceID is where to find the party in the ledger.
required bytes instanceid = 2;public Personhood.Party.Builder clearInstanceid()
InstanceID is where to find the party in the ledger.
required bytes instanceid = 2;public boolean hasFinalstatement()
FinalStatement describes the party and the signature of the organizers.
required .pop.FinalStatement finalstatement = 3;hasFinalstatement in interface Personhood.PartyOrBuilderpublic PoPProto.FinalStatement getFinalstatement()
FinalStatement describes the party and the signature of the organizers.
required .pop.FinalStatement finalstatement = 3;getFinalstatement in interface Personhood.PartyOrBuilderpublic Personhood.Party.Builder setFinalstatement(PoPProto.FinalStatement value)
FinalStatement describes the party and the signature of the organizers.
required .pop.FinalStatement finalstatement = 3;public Personhood.Party.Builder setFinalstatement(PoPProto.FinalStatement.Builder builderForValue)
FinalStatement describes the party and the signature of the organizers.
required .pop.FinalStatement finalstatement = 3;public Personhood.Party.Builder mergeFinalstatement(PoPProto.FinalStatement value)
FinalStatement describes the party and the signature of the organizers.
required .pop.FinalStatement finalstatement = 3;public Personhood.Party.Builder clearFinalstatement()
FinalStatement describes the party and the signature of the organizers.
required .pop.FinalStatement finalstatement = 3;public PoPProto.FinalStatement.Builder getFinalstatementBuilder()
FinalStatement describes the party and the signature of the organizers.
required .pop.FinalStatement finalstatement = 3;public PoPProto.FinalStatementOrBuilder getFinalstatementOrBuilder()
FinalStatement describes the party and the signature of the organizers.
required .pop.FinalStatement finalstatement = 3;getFinalstatementOrBuilder in interface Personhood.PartyOrBuilderpublic boolean hasDarc()
Darc being responsible for the PartyInstance.
required .darc.Darc darc = 4;hasDarc in interface Personhood.PartyOrBuilderpublic DarcProto.Darc getDarc()
Darc being responsible for the PartyInstance.
required .darc.Darc darc = 4;getDarc in interface Personhood.PartyOrBuilderpublic Personhood.Party.Builder setDarc(DarcProto.Darc value)
Darc being responsible for the PartyInstance.
required .darc.Darc darc = 4;public Personhood.Party.Builder setDarc(DarcProto.Darc.Builder builderForValue)
Darc being responsible for the PartyInstance.
required .darc.Darc darc = 4;public Personhood.Party.Builder mergeDarc(DarcProto.Darc value)
Darc being responsible for the PartyInstance.
required .darc.Darc darc = 4;public Personhood.Party.Builder clearDarc()
Darc being responsible for the PartyInstance.
required .darc.Darc darc = 4;public DarcProto.Darc.Builder getDarcBuilder()
Darc being responsible for the PartyInstance.
required .darc.Darc darc = 4;public DarcProto.DarcOrBuilder getDarcOrBuilder()
Darc being responsible for the PartyInstance.
required .darc.Darc darc = 4;getDarcOrBuilder in interface Personhood.PartyOrBuilderpublic boolean hasSigner()
Signer can call Invoke on the PartyInstance.
required .darc.Signer signer = 5;hasSigner in interface Personhood.PartyOrBuilderpublic DarcProto.Signer getSigner()
Signer can call Invoke on the PartyInstance.
required .darc.Signer signer = 5;getSigner in interface Personhood.PartyOrBuilderpublic Personhood.Party.Builder setSigner(DarcProto.Signer value)
Signer can call Invoke on the PartyInstance.
required .darc.Signer signer = 5;public Personhood.Party.Builder setSigner(DarcProto.Signer.Builder builderForValue)
Signer can call Invoke on the PartyInstance.
required .darc.Signer signer = 5;public Personhood.Party.Builder mergeSigner(DarcProto.Signer value)
Signer can call Invoke on the PartyInstance.
required .darc.Signer signer = 5;public Personhood.Party.Builder clearSigner()
Signer can call Invoke on the PartyInstance.
required .darc.Signer signer = 5;public DarcProto.Signer.Builder getSignerBuilder()
Signer can call Invoke on the PartyInstance.
required .darc.Signer signer = 5;public DarcProto.SignerOrBuilder getSignerOrBuilder()
Signer can call Invoke on the PartyInstance.
required .darc.Signer signer = 5;getSignerOrBuilder in interface Personhood.PartyOrBuilderpublic final Personhood.Party.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Party.Builder>public final Personhood.Party.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.Party.Builder>Copyright © 2018. All rights reserved.