Code Duplication    Length = 44-44 lines in 4 locations

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

@@ 2534-2577 (lines=44) @@
2531
  }
2532
}
2533
2534
class Google_GaDataProfileInfo extends Google_Model {
2535
  public $accountId;
2536
  public $internalWebPropertyId;
2537
  public $profileId;
2538
  public $profileName;
2539
  public $tableId;
2540
  public $webPropertyId;
2541
  public function setAccountId( $accountId) {
2542
    $this->accountId = $accountId;
2543
  }
2544
  public function getAccountId() {
2545
    return $this->accountId;
2546
  }
2547
  public function setInternalWebPropertyId( $internalWebPropertyId) {
2548
    $this->internalWebPropertyId = $internalWebPropertyId;
2549
  }
2550
  public function getInternalWebPropertyId() {
2551
    return $this->internalWebPropertyId;
2552
  }
2553
  public function setProfileId( $profileId) {
2554
    $this->profileId = $profileId;
2555
  }
2556
  public function getProfileId() {
2557
    return $this->profileId;
2558
  }
2559
  public function setProfileName( $profileName) {
2560
    $this->profileName = $profileName;
2561
  }
2562
  public function getProfileName() {
2563
    return $this->profileName;
2564
  }
2565
  public function setTableId( $tableId) {
2566
    $this->tableId = $tableId;
2567
  }
2568
  public function getTableId() {
2569
    return $this->tableId;
2570
  }
2571
  public function setWebPropertyId( $webPropertyId) {
2572
    $this->webPropertyId = $webPropertyId;
2573
  }
2574
  public function getWebPropertyId() {
2575
    return $this->webPropertyId;
2576
  }
2577
}
2578
2579
class Google_GaDataQuery extends Google_Model {
2580
  public $dimensions;
@@ 3157-3200 (lines=44) @@
3154
  }
3155
}
3156
3157
class Google_McfDataProfileInfo extends Google_Model {
3158
  public $accountId;
3159
  public $internalWebPropertyId;
3160
  public $profileId;
3161
  public $profileName;
3162
  public $tableId;
3163
  public $webPropertyId;
3164
  public function setAccountId( $accountId) {
3165
    $this->accountId = $accountId;
3166
  }
3167
  public function getAccountId() {
3168
    return $this->accountId;
3169
  }
3170
  public function setInternalWebPropertyId( $internalWebPropertyId) {
3171
    $this->internalWebPropertyId = $internalWebPropertyId;
3172
  }
3173
  public function getInternalWebPropertyId() {
3174
    return $this->internalWebPropertyId;
3175
  }
3176
  public function setProfileId( $profileId) {
3177
    $this->profileId = $profileId;
3178
  }
3179
  public function getProfileId() {
3180
    return $this->profileId;
3181
  }
3182
  public function setProfileName( $profileName) {
3183
    $this->profileName = $profileName;
3184
  }
3185
  public function getProfileName() {
3186
    return $this->profileName;
3187
  }
3188
  public function setTableId( $tableId) {
3189
    $this->tableId = $tableId;
3190
  }
3191
  public function getTableId() {
3192
    return $this->tableId;
3193
  }
3194
  public function setWebPropertyId( $webPropertyId) {
3195
    $this->webPropertyId = $webPropertyId;
3196
  }
3197
  public function getWebPropertyId() {
3198
    return $this->webPropertyId;
3199
  }
3200
}
3201
3202
class Google_McfDataQuery extends Google_Model {
3203
  public $dimensions;
@@ 3727-3770 (lines=44) @@
3724
  }
3725
}
3726
3727
class Google_RealtimeDataProfileInfo extends Google_Model {
3728
  public $accountId;
3729
  public $internalWebPropertyId;
3730
  public $profileId;
3731
  public $profileName;
3732
  public $tableId;
3733
  public $webPropertyId;
3734
  public function setAccountId( $accountId) {
3735
    $this->accountId = $accountId;
3736
  }
3737
  public function getAccountId() {
3738
    return $this->accountId;
3739
  }
3740
  public function setInternalWebPropertyId( $internalWebPropertyId) {
3741
    $this->internalWebPropertyId = $internalWebPropertyId;
3742
  }
3743
  public function getInternalWebPropertyId() {
3744
    return $this->internalWebPropertyId;
3745
  }
3746
  public function setProfileId( $profileId) {
3747
    $this->profileId = $profileId;
3748
  }
3749
  public function getProfileId() {
3750
    return $this->profileId;
3751
  }
3752
  public function setProfileName( $profileName) {
3753
    $this->profileName = $profileName;
3754
  }
3755
  public function getProfileName() {
3756
    return $this->profileName;
3757
  }
3758
  public function setTableId( $tableId) {
3759
    $this->tableId = $tableId;
3760
  }
3761
  public function getTableId() {
3762
    return $this->tableId;
3763
  }
3764
  public function setWebPropertyId( $webPropertyId) {
3765
    $this->webPropertyId = $webPropertyId;
3766
  }
3767
  public function getWebPropertyId() {
3768
    return $this->webPropertyId;
3769
  }
3770
}
3771
3772
class Google_RealtimeDataQuery extends Google_Model {
3773
  public $dimensions;
@@ 4065-4108 (lines=44) @@
4062
  }
4063
}
4064
4065
class Google_WebPropertyRef extends Google_Model {
4066
  public $accountId;
4067
  public $href;
4068
  public $id;
4069
  public $internalWebPropertyId;
4070
  public $kind;
4071
  public $name;
4072
  public function setAccountId( $accountId) {
4073
    $this->accountId = $accountId;
4074
  }
4075
  public function getAccountId() {
4076
    return $this->accountId;
4077
  }
4078
  public function setHref( $href) {
4079
    $this->href = $href;
4080
  }
4081
  public function getHref() {
4082
    return $this->href;
4083
  }
4084
  public function setId( $id) {
4085
    $this->id = $id;
4086
  }
4087
  public function getId() {
4088
    return $this->id;
4089
  }
4090
  public function setInternalWebPropertyId( $internalWebPropertyId) {
4091
    $this->internalWebPropertyId = $internalWebPropertyId;
4092
  }
4093
  public function getInternalWebPropertyId() {
4094
    return $this->internalWebPropertyId;
4095
  }
4096
  public function setKind( $kind) {
4097
    $this->kind = $kind;
4098
  }
4099
  public function getKind() {
4100
    return $this->kind;
4101
  }
4102
  public function setName( $name) {
4103
    $this->name = $name;
4104
  }
4105
  public function getName() {
4106
    return $this->name;
4107
  }
4108
}
4109
4110
class Google_Webproperties extends Google_Model {
4111
  protected $__itemsType = 'Google_Webproperty';