public static final class ReportProtos.EssemReport.Histogram extends com.google.protobuf.GeneratedMessage implements ReportProtos.EssemReport.HistogramOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportProtos.EssemReport.Histogram.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
COUNT_FIELD_NUMBER |
static int |
MAX_FIELD_NUMBER |
static int |
MEAN_FIELD_NUMBER |
static int |
MEDIAN_FIELD_NUMBER |
static int |
MIN_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PERCENTILE75_FIELD_NUMBER |
static int |
PERCENTILE95_FIELD_NUMBER |
static int |
PERCENTILE98_FIELD_NUMBER |
static int |
PERCENTILE99_FIELD_NUMBER |
static int |
PERCENTILE999_FIELD_NUMBER |
static int |
STD_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
static ReportProtos.EssemReport.Histogram |
getDefaultInstance() |
ReportProtos.EssemReport.Histogram |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getMax() |
double |
getMean() |
double |
getMedian() |
double |
getMin() |
java.lang.String |
getName() |
double |
getPercentile75() |
double |
getPercentile95() |
double |
getPercentile98() |
double |
getPercentile99() |
double |
getPercentile999() |
int |
getSerializedSize() |
double |
getStd() |
boolean |
hasCount() |
boolean |
hasMax() |
boolean |
hasMean() |
boolean |
hasMedian() |
boolean |
hasMin() |
boolean |
hasName() |
boolean |
hasPercentile75() |
boolean |
hasPercentile95() |
boolean |
hasPercentile98() |
boolean |
hasPercentile99() |
boolean |
hasPercentile999() |
boolean |
hasStd() |
boolean |
isInitialized() |
static ReportProtos.EssemReport.Histogram.Builder |
newBuilder() |
static ReportProtos.EssemReport.Histogram.Builder |
newBuilder(ReportProtos.EssemReport.Histogram prototype) |
ReportProtos.EssemReport.Histogram.Builder |
newBuilderForType() |
static ReportProtos.EssemReport.Histogram |
parseDelimitedFrom(java.io.InputStream input) |
static ReportProtos.EssemReport.Histogram |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportProtos.EssemReport.Histogram |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportProtos.EssemReport.Histogram |
parseFrom(com.google.protobuf.ByteString data) |
static ReportProtos.EssemReport.Histogram |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportProtos.EssemReport.Histogram |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ReportProtos.EssemReport.Histogram |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportProtos.EssemReport.Histogram |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReportProtos.EssemReport.Histogram.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int NAME_FIELD_NUMBER
public static final int COUNT_FIELD_NUMBER
public static final int MAX_FIELD_NUMBER
public static final int MEAN_FIELD_NUMBER
public static final int MIN_FIELD_NUMBER
public static final int STD_FIELD_NUMBER
public static final int MEDIAN_FIELD_NUMBER
public static final int PERCENTILE75_FIELD_NUMBER
public static final int PERCENTILE95_FIELD_NUMBER
public static final int PERCENTILE98_FIELD_NUMBER
public static final int PERCENTILE99_FIELD_NUMBER
public static final int PERCENTILE999_FIELD_NUMBER
public static ReportProtos.EssemReport.Histogram getDefaultInstance()
public ReportProtos.EssemReport.Histogram getDefaultInstanceForType()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasName()
hasName in interface ReportProtos.EssemReport.HistogramOrBuilderpublic java.lang.String getName()
getName in interface ReportProtos.EssemReport.HistogramOrBuilderpublic boolean hasCount()
hasCount in interface ReportProtos.EssemReport.HistogramOrBuilderpublic long getCount()
getCount in interface ReportProtos.EssemReport.HistogramOrBuilderpublic boolean hasMax()
hasMax in interface ReportProtos.EssemReport.HistogramOrBuilderpublic double getMax()
getMax in interface ReportProtos.EssemReport.HistogramOrBuilderpublic boolean hasMean()
hasMean in interface ReportProtos.EssemReport.HistogramOrBuilderpublic double getMean()
getMean in interface ReportProtos.EssemReport.HistogramOrBuilderpublic boolean hasMin()
hasMin in interface ReportProtos.EssemReport.HistogramOrBuilderpublic double getMin()
getMin in interface ReportProtos.EssemReport.HistogramOrBuilderpublic boolean hasStd()
hasStd in interface ReportProtos.EssemReport.HistogramOrBuilderpublic double getStd()
getStd in interface ReportProtos.EssemReport.HistogramOrBuilderpublic boolean hasMedian()
hasMedian in interface ReportProtos.EssemReport.HistogramOrBuilderpublic double getMedian()
getMedian in interface ReportProtos.EssemReport.HistogramOrBuilderpublic boolean hasPercentile75()
hasPercentile75 in interface ReportProtos.EssemReport.HistogramOrBuilderpublic double getPercentile75()
getPercentile75 in interface ReportProtos.EssemReport.HistogramOrBuilderpublic boolean hasPercentile95()
hasPercentile95 in interface ReportProtos.EssemReport.HistogramOrBuilderpublic double getPercentile95()
getPercentile95 in interface ReportProtos.EssemReport.HistogramOrBuilderpublic boolean hasPercentile98()
hasPercentile98 in interface ReportProtos.EssemReport.HistogramOrBuilderpublic double getPercentile98()
getPercentile98 in interface ReportProtos.EssemReport.HistogramOrBuilderpublic boolean hasPercentile99()
hasPercentile99 in interface ReportProtos.EssemReport.HistogramOrBuilderpublic double getPercentile99()
getPercentile99 in interface ReportProtos.EssemReport.HistogramOrBuilderpublic boolean hasPercentile999()
hasPercentile999 in interface ReportProtos.EssemReport.HistogramOrBuilderpublic double getPercentile999()
getPercentile999 in interface ReportProtos.EssemReport.HistogramOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
public static ReportProtos.EssemReport.Histogram parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReportProtos.EssemReport.Histogram parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReportProtos.EssemReport.Histogram parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReportProtos.EssemReport.Histogram parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ReportProtos.EssemReport.Histogram parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ReportProtos.EssemReport.Histogram parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ReportProtos.EssemReport.Histogram parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ReportProtos.EssemReport.Histogram parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ReportProtos.EssemReport.Histogram.Builder newBuilder()
public ReportProtos.EssemReport.Histogram.Builder newBuilderForType()
public static ReportProtos.EssemReport.Histogram.Builder newBuilder(ReportProtos.EssemReport.Histogram prototype)
public ReportProtos.EssemReport.Histogram.Builder toBuilder()