public static final class ProMCStatFile.ProMCStat.ProcessData.Builder extends com.google.protobuf.GeneratedMessage.Builder<ProMCStatFile.ProMCStat.ProcessData.Builder> implements ProMCStatFile.ProMCStat.ProcessDataOrBuilder
promc.ProMCStat.ProcessData
store generated processes
| Modifier and Type | Method and Description |
|---|---|
ProMCStatFile.ProMCStat.ProcessData |
build() |
ProMCStatFile.ProMCStat.ProcessData |
buildPartial() |
ProMCStatFile.ProMCStat.ProcessData.Builder |
clear() |
ProMCStatFile.ProMCStat.ProcessData.Builder |
clearCrossSection()
required double cross_section = 2; |
ProMCStatFile.ProMCStat.ProcessData.Builder |
clearCrossSectionError()
required double cross_section_error = 3; |
ProMCStatFile.ProMCStat.ProcessData.Builder |
clearId()
required sint32 id = 1; |
ProMCStatFile.ProMCStat.ProcessData.Builder |
clearName()
required string name = 4; |
ProMCStatFile.ProMCStat.ProcessData.Builder |
clone() |
double |
getCrossSection()
required double cross_section = 2; |
double |
getCrossSectionError()
required double cross_section_error = 3; |
ProMCStatFile.ProMCStat.ProcessData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getId()
required sint32 id = 1; |
java.lang.String |
getName()
required string name = 4; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 4; |
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() |
ProMCStatFile.ProMCStat.ProcessData.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProMCStatFile.ProMCStat.ProcessData.Builder |
mergeFrom(com.google.protobuf.Message other) |
ProMCStatFile.ProMCStat.ProcessData.Builder |
mergeFrom(ProMCStatFile.ProMCStat.ProcessData other) |
ProMCStatFile.ProMCStat.ProcessData.Builder |
setCrossSection(double value)
required double cross_section = 2; |
ProMCStatFile.ProMCStat.ProcessData.Builder |
setCrossSectionError(double value)
required double cross_section_error = 3; |
ProMCStatFile.ProMCStat.ProcessData.Builder |
setId(int value)
required sint32 id = 1; |
ProMCStatFile.ProMCStat.ProcessData.Builder |
setName(java.lang.String value)
required string name = 4; |
ProMCStatFile.ProMCStat.ProcessData.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 4; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ProMCStatFile.ProMCStat.ProcessData.Builder>public ProMCStatFile.ProMCStat.ProcessData.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ProMCStatFile.ProMCStat.ProcessData.Builder>public ProMCStatFile.ProMCStat.ProcessData.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<ProMCStatFile.ProMCStat.ProcessData.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ProMCStatFile.ProMCStat.ProcessData.Builder>public ProMCStatFile.ProMCStat.ProcessData getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ProMCStatFile.ProMCStat.ProcessData build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ProMCStatFile.ProMCStat.ProcessData buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ProMCStatFile.ProMCStat.ProcessData.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProMCStatFile.ProMCStat.ProcessData.Builder>public ProMCStatFile.ProMCStat.ProcessData.Builder mergeFrom(ProMCStatFile.ProMCStat.ProcessData other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ProMCStatFile.ProMCStat.ProcessData.Builder>public ProMCStatFile.ProMCStat.ProcessData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProMCStatFile.ProMCStat.ProcessData.Builder>java.io.IOExceptionpublic 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 ProMCStatFile.ProMCStat.ProcessData.Builder setId(int value)
required sint32 id = 1;
process ID
public ProMCStatFile.ProMCStat.ProcessData.Builder clearId()
required sint32 id = 1;
process ID
public 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 ProMCStatFile.ProMCStat.ProcessData.Builder setCrossSection(double value)
required double cross_section = 2;
process cross section (in pb)
public ProMCStatFile.ProMCStat.ProcessData.Builder clearCrossSection()
required double cross_section = 2;
process cross section (in pb)
public 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 ProMCStatFile.ProMCStat.ProcessData.Builder setCrossSectionError(double value)
required double cross_section_error = 3;
error on cross section
public ProMCStatFile.ProMCStat.ProcessData.Builder clearCrossSectionError()
required double cross_section_error = 3;
error on cross section
public 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 ProMCStatFile.ProMCStat.ProcessData.Builder setName(java.lang.String value)
required string name = 4;
name of the process
public ProMCStatFile.ProMCStat.ProcessData.Builder clearName()
required string name = 4;
name of the process
public ProMCStatFile.ProMCStat.ProcessData.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 4;
name of the process
© Copyright 2013 S.Chekanov. All Rights Reserved.
ProMC