Code Duplication    Length = 16-16 lines in 2 locations

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

@@ 2933-2948 (lines=16) @@
2930
  }
2931
}
2932
2933
class Google_GoalVisitNumPagesDetails extends Google_Model {
2934
  public $comparisonType;
2935
  public $comparisonValue;
2936
  public function setComparisonType( $comparisonType) {
2937
    $this->comparisonType = $comparisonType;
2938
  }
2939
  public function getComparisonType() {
2940
    return $this->comparisonType;
2941
  }
2942
  public function setComparisonValue( $comparisonValue) {
2943
    $this->comparisonValue = $comparisonValue;
2944
  }
2945
  public function getComparisonValue() {
2946
    return $this->comparisonValue;
2947
  }
2948
}
2949
2950
class Google_GoalVisitTimeOnSiteDetails extends Google_Model {
2951
  public $comparisonType;
@@ 2950-2965 (lines=16) @@
2947
  }
2948
}
2949
2950
class Google_GoalVisitTimeOnSiteDetails extends Google_Model {
2951
  public $comparisonType;
2952
  public $comparisonValue;
2953
  public function setComparisonType( $comparisonType) {
2954
    $this->comparisonType = $comparisonType;
2955
  }
2956
  public function getComparisonType() {
2957
    return $this->comparisonType;
2958
  }
2959
  public function setComparisonValue( $comparisonValue) {
2960
    $this->comparisonValue = $comparisonValue;
2961
  }
2962
  public function getComparisonValue() {
2963
    return $this->comparisonValue;
2964
  }
2965
}
2966
2967
class Google_Goals extends Google_Model {
2968
  protected $__itemsType = 'Google_Goal';