public static interface PoPProto.PopDescOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatetime()
DateTime of the party.
|
com.google.protobuf.ByteString |
getDatetimeBytes()
DateTime of the party.
|
String |
getLocation()
Location of the party
|
com.google.protobuf.ByteString |
getLocationBytes()
Location of the party
|
String |
getName()
Name and purpose of the party.
|
com.google.protobuf.ByteString |
getNameBytes()
Name and purpose of the party.
|
PoPProto.ShortDesc |
getParties(int index)
List of parties to be merged
|
int |
getPartiesCount()
List of parties to be merged
|
List<PoPProto.ShortDesc> |
getPartiesList()
List of parties to be merged
|
PoPProto.ShortDescOrBuilder |
getPartiesOrBuilder(int index)
List of parties to be merged
|
List<? extends PoPProto.ShortDescOrBuilder> |
getPartiesOrBuilderList()
List of parties to be merged
|
OnetProto.Roster |
getRoster()
Roster of all responsible conodes for that party.
|
OnetProto.RosterOrBuilder |
getRosterOrBuilder()
Roster of all responsible conodes for that party.
|
boolean |
hasDatetime()
DateTime of the party.
|
boolean |
hasLocation()
Location of the party
|
boolean |
hasName()
Name and purpose of the party.
|
boolean |
hasRoster()
Roster of all responsible conodes for that party.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Name and purpose of the party.
required string name = 1;String getName()
Name and purpose of the party.
required string name = 1;com.google.protobuf.ByteString getNameBytes()
Name and purpose of the party.
required string name = 1;boolean hasDatetime()
DateTime of the party. It is in the following format, following UTC: YYYY-MM-DD HH:mm
required string datetime = 2;String getDatetime()
DateTime of the party. It is in the following format, following UTC: YYYY-MM-DD HH:mm
required string datetime = 2;com.google.protobuf.ByteString getDatetimeBytes()
DateTime of the party. It is in the following format, following UTC: YYYY-MM-DD HH:mm
required string datetime = 2;boolean hasLocation()
Location of the party
required string location = 3;String getLocation()
Location of the party
required string location = 3;com.google.protobuf.ByteString getLocationBytes()
Location of the party
required string location = 3;boolean hasRoster()
Roster of all responsible conodes for that party.
optional .onet.Roster roster = 4;OnetProto.Roster getRoster()
Roster of all responsible conodes for that party.
optional .onet.Roster roster = 4;OnetProto.RosterOrBuilder getRosterOrBuilder()
Roster of all responsible conodes for that party.
optional .onet.Roster roster = 4;List<PoPProto.ShortDesc> getPartiesList()
List of parties to be merged
repeated .pop.ShortDesc parties = 5;PoPProto.ShortDesc getParties(int index)
List of parties to be merged
repeated .pop.ShortDesc parties = 5;int getPartiesCount()
List of parties to be merged
repeated .pop.ShortDesc parties = 5;List<? extends PoPProto.ShortDescOrBuilder> getPartiesOrBuilderList()
List of parties to be merged
repeated .pop.ShortDesc parties = 5;PoPProto.ShortDescOrBuilder getPartiesOrBuilder(int index)
List of parties to be merged
repeated .pop.ShortDesc parties = 5;Copyright © 2019. All rights reserved.