Class TimeseriesPoint.Aggregates

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.cognite.client.dto.TimeseriesPoint.Aggregates
All Implemented Interfaces:
TimeseriesPoint.AggregatesOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
TimeseriesPoint

public static final class TimeseriesPoint.Aggregates extends com.google.protobuf.GeneratedMessageV3 implements TimeseriesPoint.AggregatesOrBuilder
Protobuf type com.cognite.client.dto.TimeseriesPoint.Aggregates
See Also:
  • Field Details

    • AVERAGE_FIELD_NUMBER

      public static final int AVERAGE_FIELD_NUMBER
      See Also:
    • MAX_FIELD_NUMBER

      public static final int MAX_FIELD_NUMBER
      See Also:
    • MIN_FIELD_NUMBER

      public static final int MIN_FIELD_NUMBER
      See Also:
    • COUNT_FIELD_NUMBER

      public static final int COUNT_FIELD_NUMBER
      See Also:
    • SUM_FIELD_NUMBER

      public static final int SUM_FIELD_NUMBER
      See Also:
    • INTERPOLATION_FIELD_NUMBER

      public static final int INTERPOLATION_FIELD_NUMBER
      See Also:
    • STEP_INTERPOLATION_FIELD_NUMBER

      public static final int STEP_INTERPOLATION_FIELD_NUMBER
      See Also:
    • CONTINUOUS_VARIANCE_FIELD_NUMBER

      public static final int CONTINUOUS_VARIANCE_FIELD_NUMBER
      See Also:
    • DISCRETE_VARIANCE_FIELD_NUMBER

      public static final int DISCRETE_VARIANCE_FIELD_NUMBER
      See Also:
    • TOTAL_VARIATION_FIELD_NUMBER

      public static final int TOTAL_VARIATION_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasAverage

      public boolean hasAverage()
      optional double average = 1;
      Specified by:
      hasAverage in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      Whether the average field is set.
    • getAverage

      public double getAverage()
      optional double average = 1;
      Specified by:
      getAverage in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      The average.
    • hasMax

      public boolean hasMax()
      optional double max = 2;
      Specified by:
      hasMax in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      Whether the max field is set.
    • getMax

      public double getMax()
      optional double max = 2;
      Specified by:
      getMax in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      The max.
    • hasMin

      public boolean hasMin()
      optional double min = 3;
      Specified by:
      hasMin in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      Whether the min field is set.
    • getMin

      public double getMin()
      optional double min = 3;
      Specified by:
      getMin in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      The min.
    • hasCount

      public boolean hasCount()
      optional int64 count = 4;
      Specified by:
      hasCount in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      Whether the count field is set.
    • getCount

      public long getCount()
      optional int64 count = 4;
      Specified by:
      getCount in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      The count.
    • hasSum

      public boolean hasSum()
      optional double sum = 5;
      Specified by:
      hasSum in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      Whether the sum field is set.
    • getSum

      public double getSum()
      optional double sum = 5;
      Specified by:
      getSum in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      The sum.
    • hasInterpolation

      public boolean hasInterpolation()
      optional double interpolation = 6;
      Specified by:
      hasInterpolation in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      Whether the interpolation field is set.
    • getInterpolation

      public double getInterpolation()
      optional double interpolation = 6;
      Specified by:
      getInterpolation in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      The interpolation.
    • hasStepInterpolation

      public boolean hasStepInterpolation()
      optional double step_interpolation = 7;
      Specified by:
      hasStepInterpolation in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      Whether the stepInterpolation field is set.
    • getStepInterpolation

      public double getStepInterpolation()
      optional double step_interpolation = 7;
      Specified by:
      getStepInterpolation in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      The stepInterpolation.
    • hasContinuousVariance

      public boolean hasContinuousVariance()
      optional double continuous_variance = 8;
      Specified by:
      hasContinuousVariance in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      Whether the continuousVariance field is set.
    • getContinuousVariance

      public double getContinuousVariance()
      optional double continuous_variance = 8;
      Specified by:
      getContinuousVariance in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      The continuousVariance.
    • hasDiscreteVariance

      public boolean hasDiscreteVariance()
      optional double discrete_variance = 9;
      Specified by:
      hasDiscreteVariance in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      Whether the discreteVariance field is set.
    • getDiscreteVariance

      public double getDiscreteVariance()
      optional double discrete_variance = 9;
      Specified by:
      getDiscreteVariance in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      The discreteVariance.
    • hasTotalVariation

      public boolean hasTotalVariation()
      optional double total_variation = 10;
      Specified by:
      hasTotalVariation in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      Whether the totalVariation field is set.
    • getTotalVariation

      public double getTotalVariation()
      optional double total_variation = 10;
      Specified by:
      getTotalVariation in interface TimeseriesPoint.AggregatesOrBuilder
      Returns:
      The totalVariation.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static TimeseriesPoint.Aggregates parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TimeseriesPoint.Aggregates parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TimeseriesPoint.Aggregates parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TimeseriesPoint.Aggregates parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TimeseriesPoint.Aggregates parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TimeseriesPoint.Aggregates parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TimeseriesPoint.Aggregates parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TimeseriesPoint.Aggregates parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static TimeseriesPoint.Aggregates parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static TimeseriesPoint.Aggregates parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TimeseriesPoint.Aggregates parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TimeseriesPoint.Aggregates parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public TimeseriesPoint.Aggregates.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static TimeseriesPoint.Aggregates.Builder newBuilder()
    • newBuilder

      public static TimeseriesPoint.Aggregates.Builder newBuilder(TimeseriesPoint.Aggregates prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected TimeseriesPoint.Aggregates.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static TimeseriesPoint.Aggregates getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<TimeseriesPoint.Aggregates> parser()
    • getParserForType

      public com.google.protobuf.Parser<TimeseriesPoint.Aggregates> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public TimeseriesPoint.Aggregates getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder