public static final class PoPProto.PopPartyInstance.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PoPProto.PopPartyInstance.Builder> implements PoPProto.PopPartyInstanceOrBuilder
PopPartyInstance is the data that is stored in a pop-party instance.Protobuf type
pop.PopPartyInstance| Modifier and Type | Method and Description |
|---|---|
PoPProto.PopPartyInstance.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PoPProto.PopPartyInstance |
build() |
PoPProto.PopPartyInstance |
buildPartial() |
PoPProto.PopPartyInstance.Builder |
clear() |
PoPProto.PopPartyInstance.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PoPProto.PopPartyInstance.Builder |
clearFinalstatement()
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
|
PoPProto.PopPartyInstance.Builder |
clearNext()
Next is a link to the instanceID of the next party.
|
PoPProto.PopPartyInstance.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PoPProto.PopPartyInstance.Builder |
clearPrevious()
Previous is the link to the instanceID of the previous party, it can be
nil for the first party.
|
PoPProto.PopPartyInstance.Builder |
clearService()
Public key of service - can be nil.
|
PoPProto.PopPartyInstance.Builder |
clearState()
State has one of the following values:
1: it is a configuration only
2: it is a finalized pop-party
|
PoPProto.PopPartyInstance.Builder |
clone() |
PoPProto.PopPartyInstance |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
PoPProto.FinalStatement |
getFinalstatement()
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
|
PoPProto.FinalStatement.Builder |
getFinalstatementBuilder()
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
|
PoPProto.FinalStatementOrBuilder |
getFinalstatementOrBuilder()
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
|
com.google.protobuf.ByteString |
getNext()
Next is a link to the instanceID of the next party.
|
com.google.protobuf.ByteString |
getPrevious()
Previous is the link to the instanceID of the previous party, it can be
nil for the first party.
|
com.google.protobuf.ByteString |
getService()
Public key of service - can be nil.
|
int |
getState()
State has one of the following values:
1: it is a configuration only
2: it is a finalized pop-party
|
boolean |
hasFinalstatement()
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
|
boolean |
hasNext()
Next is a link to the instanceID of the next party.
|
boolean |
hasPrevious()
Previous is the link to the instanceID of the previous party, it can be
nil for the first party.
|
boolean |
hasService()
Public key of service - can be nil.
|
boolean |
hasState()
State has one of the following values:
1: it is a configuration only
2: it is a finalized pop-party
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PoPProto.PopPartyInstance.Builder |
mergeFinalstatement(PoPProto.FinalStatement value)
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
|
PoPProto.PopPartyInstance.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PoPProto.PopPartyInstance.Builder |
mergeFrom(com.google.protobuf.Message other) |
PoPProto.PopPartyInstance.Builder |
mergeFrom(PoPProto.PopPartyInstance other) |
PoPProto.PopPartyInstance.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PoPProto.PopPartyInstance.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PoPProto.PopPartyInstance.Builder |
setFinalstatement(PoPProto.FinalStatement.Builder builderForValue)
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
|
PoPProto.PopPartyInstance.Builder |
setFinalstatement(PoPProto.FinalStatement value)
FinalStatement has either only the Desc inside if State == 1, or all fields
set if State == 2.
|
PoPProto.PopPartyInstance.Builder |
setNext(com.google.protobuf.ByteString value)
Next is a link to the instanceID of the next party.
|
PoPProto.PopPartyInstance.Builder |
setPrevious(com.google.protobuf.ByteString value)
Previous is the link to the instanceID of the previous party, it can be
nil for the first party.
|
PoPProto.PopPartyInstance.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PoPProto.PopPartyInstance.Builder |
setService(com.google.protobuf.ByteString value)
Public key of service - can be nil.
|
PoPProto.PopPartyInstance.Builder |
setState(int value)
State has one of the following values:
1: it is a configuration only
2: it is a finalized pop-party
|
PoPProto.PopPartyInstance.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<PoPProto.PopPartyInstance.Builder>public PoPProto.PopPartyInstance.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PoPProto.PopPartyInstance.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<PoPProto.PopPartyInstance.Builder>public PoPProto.PopPartyInstance getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PoPProto.PopPartyInstance build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PoPProto.PopPartyInstance buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PoPProto.PopPartyInstance.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<PoPProto.PopPartyInstance.Builder>public PoPProto.PopPartyInstance.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<PoPProto.PopPartyInstance.Builder>public PoPProto.PopPartyInstance.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<PoPProto.PopPartyInstance.Builder>public PoPProto.PopPartyInstance.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PoPProto.PopPartyInstance.Builder>public PoPProto.PopPartyInstance.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<PoPProto.PopPartyInstance.Builder>public PoPProto.PopPartyInstance.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<PoPProto.PopPartyInstance.Builder>public PoPProto.PopPartyInstance.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PoPProto.PopPartyInstance.Builder>public PoPProto.PopPartyInstance.Builder mergeFrom(PoPProto.PopPartyInstance other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PoPProto.PopPartyInstance.Builder>public PoPProto.PopPartyInstance.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<PoPProto.PopPartyInstance.Builder>IOExceptionpublic boolean hasState()
State has one of the following values: 1: it is a configuration only 2: it is a finalized pop-party
required sint32 state = 1;hasState in interface PoPProto.PopPartyInstanceOrBuilderpublic int getState()
State has one of the following values: 1: it is a configuration only 2: it is a finalized pop-party
required sint32 state = 1;getState in interface PoPProto.PopPartyInstanceOrBuilderpublic PoPProto.PopPartyInstance.Builder setState(int value)
State has one of the following values: 1: it is a configuration only 2: it is a finalized pop-party
required sint32 state = 1;public PoPProto.PopPartyInstance.Builder clearState()
State has one of the following values: 1: it is a configuration only 2: it is a finalized pop-party
required sint32 state = 1;public boolean hasFinalstatement()
FinalStatement has either only the Desc inside if State == 1, or all fields set if State == 2.
optional .pop.FinalStatement finalstatement = 2;hasFinalstatement in interface PoPProto.PopPartyInstanceOrBuilderpublic PoPProto.FinalStatement getFinalstatement()
FinalStatement has either only the Desc inside if State == 1, or all fields set if State == 2.
optional .pop.FinalStatement finalstatement = 2;getFinalstatement in interface PoPProto.PopPartyInstanceOrBuilderpublic PoPProto.PopPartyInstance.Builder setFinalstatement(PoPProto.FinalStatement value)
FinalStatement has either only the Desc inside if State == 1, or all fields set if State == 2.
optional .pop.FinalStatement finalstatement = 2;public PoPProto.PopPartyInstance.Builder setFinalstatement(PoPProto.FinalStatement.Builder builderForValue)
FinalStatement has either only the Desc inside if State == 1, or all fields set if State == 2.
optional .pop.FinalStatement finalstatement = 2;public PoPProto.PopPartyInstance.Builder mergeFinalstatement(PoPProto.FinalStatement value)
FinalStatement has either only the Desc inside if State == 1, or all fields set if State == 2.
optional .pop.FinalStatement finalstatement = 2;public PoPProto.PopPartyInstance.Builder clearFinalstatement()
FinalStatement has either only the Desc inside if State == 1, or all fields set if State == 2.
optional .pop.FinalStatement finalstatement = 2;public PoPProto.FinalStatement.Builder getFinalstatementBuilder()
FinalStatement has either only the Desc inside if State == 1, or all fields set if State == 2.
optional .pop.FinalStatement finalstatement = 2;public PoPProto.FinalStatementOrBuilder getFinalstatementOrBuilder()
FinalStatement has either only the Desc inside if State == 1, or all fields set if State == 2.
optional .pop.FinalStatement finalstatement = 2;getFinalstatementOrBuilder in interface PoPProto.PopPartyInstanceOrBuilderpublic boolean hasPrevious()
Previous is the link to the instanceID of the previous party, it can be nil for the first party.
required bytes previous = 3;hasPrevious in interface PoPProto.PopPartyInstanceOrBuilderpublic com.google.protobuf.ByteString getPrevious()
Previous is the link to the instanceID of the previous party, it can be nil for the first party.
required bytes previous = 3;getPrevious in interface PoPProto.PopPartyInstanceOrBuilderpublic PoPProto.PopPartyInstance.Builder setPrevious(com.google.protobuf.ByteString value)
Previous is the link to the instanceID of the previous party, it can be nil for the first party.
required bytes previous = 3;public PoPProto.PopPartyInstance.Builder clearPrevious()
Previous is the link to the instanceID of the previous party, it can be nil for the first party.
required bytes previous = 3;public boolean hasNext()
Next is a link to the instanceID of the next party. It can be nil if there is no next party.
required bytes next = 4;hasNext in interface PoPProto.PopPartyInstanceOrBuilderpublic com.google.protobuf.ByteString getNext()
Next is a link to the instanceID of the next party. It can be nil if there is no next party.
required bytes next = 4;getNext in interface PoPProto.PopPartyInstanceOrBuilderpublic PoPProto.PopPartyInstance.Builder setNext(com.google.protobuf.ByteString value)
Next is a link to the instanceID of the next party. It can be nil if there is no next party.
required bytes next = 4;public PoPProto.PopPartyInstance.Builder clearNext()
Next is a link to the instanceID of the next party. It can be nil if there is no next party.
required bytes next = 4;public boolean hasService()
Public key of service - can be nil.
optional bytes service = 5;hasService in interface PoPProto.PopPartyInstanceOrBuilderpublic com.google.protobuf.ByteString getService()
Public key of service - can be nil.
optional bytes service = 5;getService in interface PoPProto.PopPartyInstanceOrBuilderpublic PoPProto.PopPartyInstance.Builder setService(com.google.protobuf.ByteString value)
Public key of service - can be nil.
optional bytes service = 5;public PoPProto.PopPartyInstance.Builder clearService()
Public key of service - can be nil.
optional bytes service = 5;public final PoPProto.PopPartyInstance.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PoPProto.PopPartyInstance.Builder>public final PoPProto.PopPartyInstance.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PoPProto.PopPartyInstance.Builder>Copyright © 2019. All rights reserved.