Code Duplication    Length = 74-74 lines in 2 locations

geodirectory-admin/google-api-php-client/src/contrib/Google_AnalyticsService.php 2 locations

@@ 2579-2652 (lines=74) @@
2576
  }
2577
}
2578
2579
class Google_GaDataQuery extends Google_Model {
2580
  public $dimensions;
2581
  public $end_date;
2582
  public $filters;
2583
  public $ids;
2584
  public $max_results;
2585
  public $metrics;
2586
  public $segment;
2587
  public $sort;
2588
  public $start_date;
2589
  public $start_index;
2590
  public function setDimensions( $dimensions) {
2591
    $this->dimensions = $dimensions;
2592
  }
2593
  public function getDimensions() {
2594
    return $this->dimensions;
2595
  }
2596
  public function setEnd_date( $end_date) {
2597
    $this->end_date = $end_date;
2598
  }
2599
  public function getEnd_date() {
2600
    return $this->end_date;
2601
  }
2602
  public function setFilters( $filters) {
2603
    $this->filters = $filters;
2604
  }
2605
  public function getFilters() {
2606
    return $this->filters;
2607
  }
2608
  public function setIds( $ids) {
2609
    $this->ids = $ids;
2610
  }
2611
  public function getIds() {
2612
    return $this->ids;
2613
  }
2614
  public function setMax_results( $max_results) {
2615
    $this->max_results = $max_results;
2616
  }
2617
  public function getMax_results() {
2618
    return $this->max_results;
2619
  }
2620
  public function setMetrics(/* array(Google_string) */ $metrics) {
2621
    $this->assertIsArray($metrics, 'Google_string', __METHOD__);
2622
    $this->metrics = $metrics;
2623
  }
2624
  public function getMetrics() {
2625
    return $this->metrics;
2626
  }
2627
  public function setSegment( $segment) {
2628
    $this->segment = $segment;
2629
  }
2630
  public function getSegment() {
2631
    return $this->segment;
2632
  }
2633
  public function setSort(/* array(Google_string) */ $sort) {
2634
    $this->assertIsArray($sort, 'Google_string', __METHOD__);
2635
    $this->sort = $sort;
2636
  }
2637
  public function getSort() {
2638
    return $this->sort;
2639
  }
2640
  public function setStart_date( $start_date) {
2641
    $this->start_date = $start_date;
2642
  }
2643
  public function getStart_date() {
2644
    return $this->start_date;
2645
  }
2646
  public function setStart_index( $start_index) {
2647
    $this->start_index = $start_index;
2648
  }
2649
  public function getStart_index() {
2650
    return $this->start_index;
2651
  }
2652
}
2653
2654
class Google_Goal extends Google_Model {
2655
  public $accountId;
@@ 3202-3275 (lines=74) @@
3199
  }
3200
}
3201
3202
class Google_McfDataQuery extends Google_Model {
3203
  public $dimensions;
3204
  public $end_date;
3205
  public $filters;
3206
  public $ids;
3207
  public $max_results;
3208
  public $metrics;
3209
  public $segment;
3210
  public $sort;
3211
  public $start_date;
3212
  public $start_index;
3213
  public function setDimensions( $dimensions) {
3214
    $this->dimensions = $dimensions;
3215
  }
3216
  public function getDimensions() {
3217
    return $this->dimensions;
3218
  }
3219
  public function setEnd_date( $end_date) {
3220
    $this->end_date = $end_date;
3221
  }
3222
  public function getEnd_date() {
3223
    return $this->end_date;
3224
  }
3225
  public function setFilters( $filters) {
3226
    $this->filters = $filters;
3227
  }
3228
  public function getFilters() {
3229
    return $this->filters;
3230
  }
3231
  public function setIds( $ids) {
3232
    $this->ids = $ids;
3233
  }
3234
  public function getIds() {
3235
    return $this->ids;
3236
  }
3237
  public function setMax_results( $max_results) {
3238
    $this->max_results = $max_results;
3239
  }
3240
  public function getMax_results() {
3241
    return $this->max_results;
3242
  }
3243
  public function setMetrics(/* array(Google_string) */ $metrics) {
3244
    $this->assertIsArray($metrics, 'Google_string', __METHOD__);
3245
    $this->metrics = $metrics;
3246
  }
3247
  public function getMetrics() {
3248
    return $this->metrics;
3249
  }
3250
  public function setSegment( $segment) {
3251
    $this->segment = $segment;
3252
  }
3253
  public function getSegment() {
3254
    return $this->segment;
3255
  }
3256
  public function setSort(/* array(Google_string) */ $sort) {
3257
    $this->assertIsArray($sort, 'Google_string', __METHOD__);
3258
    $this->sort = $sort;
3259
  }
3260
  public function getSort() {
3261
    return $this->sort;
3262
  }
3263
  public function setStart_date( $start_date) {
3264
    $this->start_date = $start_date;
3265
  }
3266
  public function getStart_date() {
3267
    return $this->start_date;
3268
  }
3269
  public function setStart_index( $start_index) {
3270
    $this->start_index = $start_index;
3271
  }
3272
  public function getStart_index() {
3273
    return $this->start_index;
3274
  }
3275
}
3276
3277
class Google_McfDataRows extends Google_Model {
3278
  protected $__conversionPathValueType = 'Google_McfDataRowsConversionPathValue';