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, newMessageScopedGeneratedExtension
equals, findInitializationErrors, getInitializationErrorString, hashCode, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.Parser<PEventFile.HEvent> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasId()
optional int64 id = 1;
hasId
in interface PEventFile.HEventOrBuilder
public long getId()
optional int64 id = 1;
getId
in interface PEventFile.HEventOrBuilder
public boolean hasName()
optional string name = 2;
hasName
in interface PEventFile.HEventOrBuilder
public String getName()
optional string name = 2;
getName
in interface PEventFile.HEventOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
getNameBytes
in interface PEventFile.HEventOrBuilder
public List<Double> getDaList()
repeated double da = 3 [packed = true];
getDaList
in interface PEventFile.HEventOrBuilder
public int getDaCount()
repeated double da = 3 [packed = true];
getDaCount
in interface PEventFile.HEventOrBuilder
public double getDa(int index)
repeated double da = 3 [packed = true];
getDa
in interface PEventFile.HEventOrBuilder
public List<Long> getIdaList()
repeated int64 ida = 4 [packed = true];
getIdaList
in interface PEventFile.HEventOrBuilder
public int getIdaCount()
repeated int64 ida = 4 [packed = true];
getIdaCount
in interface PEventFile.HEventOrBuilder
public long getIda(int index)
repeated int64 ida = 4 [packed = true];
getIda
in interface PEventFile.HEventOrBuilder
public List<PEventFile.HEvent.Group> getGroupList()
repeated .promc.HEvent.Group group = 5;
getGroupList
in interface PEventFile.HEventOrBuilder
public List<? extends PEventFile.HEvent.GroupOrBuilder> getGroupOrBuilderList()
repeated .promc.HEvent.Group group = 5;
getGroupOrBuilderList
in interface PEventFile.HEventOrBuilder
public int getGroupCount()
repeated .promc.HEvent.Group group = 5;
getGroupCount
in interface PEventFile.HEventOrBuilder
public PEventFile.HEvent.Group getGroup(int index)
repeated .promc.HEvent.Group group = 5;
getGroup
in interface PEventFile.HEventOrBuilder
public PEventFile.HEvent.GroupOrBuilder getGroupOrBuilder(int index)
repeated .promc.HEvent.Group group = 5;
getGroupOrBuilder
in interface PEventFile.HEventOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
public static PEventFile.HEvent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PEventFile.HEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PEventFile.HEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PEventFile.HEvent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PEventFile.HEvent parseFrom(InputStream input) throws IOException
IOException
public static PEventFile.HEvent parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PEventFile.HEvent parseDelimitedFrom(InputStream input) throws IOException
IOException
public static PEventFile.HEvent parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PEventFile.HEvent parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static PEventFile.HEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PEventFile.HEvent.Builder newBuilder()
public PEventFile.HEvent.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static PEventFile.HEvent.Builder newBuilder(PEventFile.HEvent prototype)
public PEventFile.HEvent.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
Jas4pp 1.5 © Java Analysis Studio for Particle Physics