Interface ForecastMetricsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ForecastMetrics, ForecastMetrics.Builder

    public interface ForecastMetricsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getAverageCpc()
      AVG cpc
      double getClicks()
      Clicks
      long getCostMicros()
      Cost
      double getCtr()
      Ctr
      double getImpressions()
      Impressions
      boolean hasAverageCpc()
      AVG cpc
      boolean hasClicks()
      Clicks
      boolean hasCostMicros()
      Cost
      boolean hasCtr()
      Ctr
      boolean hasImpressions()
      Impressions
      • 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

      • hasImpressions

        boolean hasImpressions()
         Impressions
         
        optional double impressions = 7;
        Returns:
        Whether the impressions field is set.
      • getImpressions

        double getImpressions()
         Impressions
         
        optional double impressions = 7;
        Returns:
        The impressions.
      • hasCtr

        boolean hasCtr()
         Ctr
         
        optional double ctr = 8;
        Returns:
        Whether the ctr field is set.
      • getCtr

        double getCtr()
         Ctr
         
        optional double ctr = 8;
        Returns:
        The ctr.
      • hasAverageCpc

        boolean hasAverageCpc()
         AVG cpc
         
        optional int64 average_cpc = 9;
        Returns:
        Whether the averageCpc field is set.
      • getAverageCpc

        long getAverageCpc()
         AVG cpc
         
        optional int64 average_cpc = 9;
        Returns:
        The averageCpc.
      • hasClicks

        boolean hasClicks()
         Clicks
         
        optional double clicks = 10;
        Returns:
        Whether the clicks field is set.
      • getClicks

        double getClicks()
         Clicks
         
        optional double clicks = 10;
        Returns:
        The clicks.
      • hasCostMicros

        boolean hasCostMicros()
         Cost
         
        optional int64 cost_micros = 11;
        Returns:
        Whether the costMicros field is set.
      • getCostMicros

        long getCostMicros()
         Cost
         
        optional int64 cost_micros = 11;
        Returns:
        The costMicros.