public static final class PEventFile.HEvent extends com.google.protobuf.GeneratedMessage implements PEventFile.HEventOrBuilder
promc.HEvent| Modifier and Type | Class and Description |
|---|---|
static class |
PEventFile.HEvent.Builder
Protobuf type
promc.HEvent |
static class |
PEventFile.HEvent.Entry
Protobuf type
promc.HEvent.Entry |
static interface |
PEventFile.HEvent.EntryOrBuilder |
static class |
PEventFile.HEvent.Group
Protobuf type
promc.HEvent.Group |
static interface |
PEventFile.HEvent.GroupOrBuilder |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DA_FIELD_NUMBER |
static int |
GROUP_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
IDA_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<PEventFile.HEvent> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
double |
getDa(int index)
repeated double da = 3 [packed = true]; |
int |
getDaCount()
repeated double da = 3 [packed = true]; |
List<Double> |
getDaList()
repeated double da = 3 [packed = true]; |
static PEventFile.HEvent |
getDefaultInstance() |
PEventFile.HEvent |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PEventFile.HEvent.Group |
getGroup(int index)
repeated .promc.HEvent.Group group = 5; |
int |
getGroupCount()
repeated .promc.HEvent.Group group = 5; |
List<PEventFile.HEvent.Group> |
getGroupList()
repeated .promc.HEvent.Group group = 5; |
PEventFile.HEvent.GroupOrBuilder |
getGroupOrBuilder(int index)
repeated .promc.HEvent.Group group = 5; |
List<? extends PEventFile.HEvent.GroupOrBuilder> |
getGroupOrBuilderList()
repeated .promc.HEvent.Group group = 5; |
long |
getId()
optional int64 id = 1; |
long |
getIda(int index)
repeated int64 ida = 4 [packed = true]; |
int |
getIdaCount()
repeated int64 ida = 4 [packed = true]; |
List<Long> |
getIdaList()
repeated int64 ida = 4 [packed = true]; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
com.google.protobuf.Parser<PEventFile.HEvent> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasName()
optional string name = 2; |
boolean |
isInitialized() |
static PEventFile.HEvent.Builder |
newBuilder() |
static PEventFile.HEvent.Builder |
newBuilder(PEventFile.HEvent prototype) |
PEventFile.HEvent.Builder |
newBuilderForType() |
static PEventFile.HEvent |
parseDelimitedFrom(InputStream input) |
static PEventFile.HEvent |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PEventFile.HEvent |
parseFrom(byte[] data) |
static PEventFile.HEvent |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PEventFile.HEvent |
parseFrom(com.google.protobuf.ByteString data) |
static PEventFile.HEvent |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PEventFile.HEvent |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PEventFile.HEvent |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PEventFile.HEvent |
parseFrom(InputStream input) |
static PEventFile.HEvent |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PEventFile.HEvent.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, findInitializationErrors, getInitializationErrorString, hashCode, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<PEventFile.HEvent> PARSER
public static final int ID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int DA_FIELD_NUMBER
public static final int IDA_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER
public static PEventFile.HEvent getDefaultInstance()
public PEventFile.HEvent getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.Parser<PEventFile.HEvent> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasId()
optional int64 id = 1;hasId in interface PEventFile.HEventOrBuilderpublic long getId()
optional int64 id = 1;getId in interface PEventFile.HEventOrBuilderpublic boolean hasName()
optional string name = 2;hasName in interface PEventFile.HEventOrBuilderpublic String getName()
optional string name = 2;getName in interface PEventFile.HEventOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 2;getNameBytes in interface PEventFile.HEventOrBuilderpublic List<Double> getDaList()
repeated double da = 3 [packed = true];getDaList in interface PEventFile.HEventOrBuilderpublic int getDaCount()
repeated double da = 3 [packed = true];getDaCount in interface PEventFile.HEventOrBuilderpublic double getDa(int index)
repeated double da = 3 [packed = true];getDa in interface PEventFile.HEventOrBuilderpublic List<Long> getIdaList()
repeated int64 ida = 4 [packed = true];getIdaList in interface PEventFile.HEventOrBuilderpublic int getIdaCount()
repeated int64 ida = 4 [packed = true];getIdaCount in interface PEventFile.HEventOrBuilderpublic long getIda(int index)
repeated int64 ida = 4 [packed = true];getIda in interface PEventFile.HEventOrBuilderpublic List<PEventFile.HEvent.Group> getGroupList()
repeated .promc.HEvent.Group group = 5;getGroupList in interface PEventFile.HEventOrBuilderpublic List<? extends PEventFile.HEvent.GroupOrBuilder> getGroupOrBuilderList()
repeated .promc.HEvent.Group group = 5;getGroupOrBuilderList in interface PEventFile.HEventOrBuilderpublic int getGroupCount()
repeated .promc.HEvent.Group group = 5;getGroupCount in interface PEventFile.HEventOrBuilderpublic PEventFile.HEvent.Group getGroup(int index)
repeated .promc.HEvent.Group group = 5;getGroup in interface PEventFile.HEventOrBuilderpublic PEventFile.HEvent.GroupOrBuilder getGroupOrBuilder(int index)
repeated .promc.HEvent.Group group = 5;getGroupOrBuilder in interface PEventFile.HEventOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static PEventFile.HEvent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PEventFile.HEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PEventFile.HEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PEventFile.HEvent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PEventFile.HEvent parseFrom(InputStream input) throws IOException
IOExceptionpublic static PEventFile.HEvent parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PEventFile.HEvent parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PEventFile.HEvent parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PEventFile.HEvent parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PEventFile.HEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PEventFile.HEvent.Builder newBuilder()
public PEventFile.HEvent.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PEventFile.HEvent.Builder newBuilder(PEventFile.HEvent prototype)
public PEventFile.HEvent.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteJas4pp 1.5 © Java Analysis Studio for Particle Physics