Interface CalculateStatsResponse.TimeSeries.IntervalOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getConversationCount()
      The number of conversations created in this interval.
      com.google.protobuf.Timestamp getStartTime()
      The start time of this interval.
      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
      The start time of this interval.
      boolean hasStartTime()
      The start time of this interval.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasStartTime

        boolean hasStartTime()
         The start time of this interval.
         
        .google.protobuf.Timestamp start_time = 1;
        Returns:
        Whether the startTime field is set.
      • getStartTime

        com.google.protobuf.Timestamp getStartTime()
         The start time of this interval.
         
        .google.protobuf.Timestamp start_time = 1;
        Returns:
        The startTime.
      • getStartTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
         The start time of this interval.
         
        .google.protobuf.Timestamp start_time = 1;
      • getConversationCount

        int getConversationCount()
         The number of conversations created in this interval.
         
        int32 conversation_count = 2;
        Returns:
        The conversationCount.