All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.analytics.studio.v2.CardStatisticsOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/analytics/v2/studio/dashboard.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.studio.v2;

public interface CardStatisticsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.analytics.v2.studio.CardStatistics)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * int32 total = 1 [json_name = "total"];
   * @return The total.
   */
  int getTotal();

  /**
   * int32 viewed = 2 [json_name = "viewed"];
   * @return The viewed.
   */
  int getViewed();

  /**
   * int32 opened = 3 [json_name = "opened"];
   * @return The opened.
   */
  int getOpened();

  /**
   * int32 answered = 4 [json_name = "answered"];
   * @return The answered.
   */
  int getAnswered();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy