public static final class ProMCStatFile.ProMCStat.ProcessData extends com.google.protobuf.GeneratedMessage implements ProMCStatFile.ProMCStat.ProcessDataOrBuilder
promc.ProMCStat.ProcessData
store generated processes
| Modifier and Type | Class and Description |
|---|---|
static class |
ProMCStatFile.ProMCStat.ProcessData.Builder
Protobuf type
promc.ProMCStat.ProcessData |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, 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 |
CROSS_SECTION_ERROR_FIELD_NUMBER |
static int |
CROSS_SECTION_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<ProMCStatFile.ProMCStat.ProcessData> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
double |
getCrossSection()
required double cross_section = 2; |
double |
getCrossSectionError()
required double cross_section_error = 3; |
static ProMCStatFile.ProMCStat.ProcessData |
getDefaultInstance() |
ProMCStatFile.ProMCStat.ProcessData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getId()
required sint32 id = 1; |
java.lang.String |
getName()
required string name = 4; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 4; |
com.google.protobuf.Parser<ProMCStatFile.ProMCStat.ProcessData> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCrossSection()
required double cross_section = 2; |
boolean |
hasCrossSectionError()
required double cross_section_error = 3; |
boolean |
hasId()
required sint32 id = 1; |
boolean |
hasName()
required string name = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProMCStatFile.ProMCStat.ProcessData.Builder |
newBuilder() |
static ProMCStatFile.ProMCStat.ProcessData.Builder |
newBuilder(ProMCStatFile.ProMCStat.ProcessData prototype) |
ProMCStatFile.ProMCStat.ProcessData.Builder |
newBuilderForType() |
protected ProMCStatFile.ProMCStat.ProcessData.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ProMCStatFile.ProMCStat.ProcessData |
parseDelimitedFrom(java.io.InputStream input) |
static ProMCStatFile.ProMCStat.ProcessData |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(byte[] data) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(com.google.protobuf.ByteString data) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(java.io.InputStream input) |
static ProMCStatFile.ProMCStat.ProcessData |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProMCStatFile.ProMCStat.ProcessData.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<ProMCStatFile.ProMCStat.ProcessData> PARSER
public static final int ID_FIELD_NUMBER
public static final int CROSS_SECTION_FIELD_NUMBER
public static final int CROSS_SECTION_ERROR_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static ProMCStatFile.ProMCStat.ProcessData getDefaultInstance()
public ProMCStatFile.ProMCStat.ProcessData 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()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<ProMCStatFile.ProMCStat.ProcessData> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasId()
required sint32 id = 1;
process ID
hasId in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilderpublic int getId()
required sint32 id = 1;
process ID
getId in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilderpublic boolean hasCrossSection()
required double cross_section = 2;
process cross section (in pb)
hasCrossSection in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilderpublic double getCrossSection()
required double cross_section = 2;
process cross section (in pb)
getCrossSection in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilderpublic boolean hasCrossSectionError()
required double cross_section_error = 3;
error on cross section
hasCrossSectionError in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilderpublic double getCrossSectionError()
required double cross_section_error = 3;
error on cross section
getCrossSectionError in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilderpublic boolean hasName()
required string name = 4;
name of the process
hasName in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilderpublic java.lang.String getName()
required string name = 4;
name of the process
getName in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 4;
name of the process
getNameBytes in interface ProMCStatFile.ProMCStat.ProcessDataOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static ProMCStatFile.ProMCStat.ProcessData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProMCStatFile.ProMCStat.ProcessData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProMCStatFile.ProMCStat.ProcessData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProMCStatFile.ProMCStat.ProcessData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProMCStatFile.ProMCStat.ProcessData parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ProMCStatFile.ProMCStat.ProcessData parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ProMCStatFile.ProMCStat.ProcessData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ProMCStatFile.ProMCStat.ProcessData parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ProMCStatFile.ProMCStat.ProcessData parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ProMCStatFile.ProMCStat.ProcessData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ProMCStatFile.ProMCStat.ProcessData.Builder newBuilder()
public ProMCStatFile.ProMCStat.ProcessData.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProMCStatFile.ProMCStat.ProcessData.Builder newBuilder(ProMCStatFile.ProMCStat.ProcessData prototype)
public ProMCStatFile.ProMCStat.ProcessData.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProMCStatFile.ProMCStat.ProcessData.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage© Copyright 2013 S.Chekanov. All Rights Reserved.
ProMC