public static interface PoPProto.PopPartyInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PoPProto.FinalStatement |
getFinalstatement()
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
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;boolean hasFinalstatement()
FinalStatement has either only the Desc inside if State == 1, or all fields set if State == 2.
optional .pop.FinalStatement finalstatement = 2;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;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;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;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;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;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;boolean hasService()
Public key of service - can be nil.
optional bytes service = 5;com.google.protobuf.ByteString getService()
Public key of service - can be nil.
optional bytes service = 5;Copyright © 2019. All rights reserved.