Code Duplication    Length = 54-54 lines in 2 locations

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

@@ 2039-2092 (lines=54) @@
2036
  }
2037
}
2038
2039
class Google_EntityUserLinks extends Google_Model {
2040
  protected $__itemsType = 'Google_EntityUserLink';
2041
  protected $__itemsDataType = 'array';
2042
  public $items;
2043
  public $itemsPerPage;
2044
  public $kind;
2045
  public $nextLink;
2046
  public $previousLink;
2047
  public $startIndex;
2048
  public $totalResults;
2049
  public function setItems(/* array(Google_EntityUserLink) */ $items) {
2050
    $this->assertIsArray($items, 'Google_EntityUserLink', __METHOD__);
2051
    $this->items = $items;
2052
  }
2053
  public function getItems() {
2054
    return $this->items;
2055
  }
2056
  public function setItemsPerPage( $itemsPerPage) {
2057
    $this->itemsPerPage = $itemsPerPage;
2058
  }
2059
  public function getItemsPerPage() {
2060
    return $this->itemsPerPage;
2061
  }
2062
  public function setKind( $kind) {
2063
    $this->kind = $kind;
2064
  }
2065
  public function getKind() {
2066
    return $this->kind;
2067
  }
2068
  public function setNextLink( $nextLink) {
2069
    $this->nextLink = $nextLink;
2070
  }
2071
  public function getNextLink() {
2072
    return $this->nextLink;
2073
  }
2074
  public function setPreviousLink( $previousLink) {
2075
    $this->previousLink = $previousLink;
2076
  }
2077
  public function getPreviousLink() {
2078
    return $this->previousLink;
2079
  }
2080
  public function setStartIndex( $startIndex) {
2081
    $this->startIndex = $startIndex;
2082
  }
2083
  public function getStartIndex() {
2084
    return $this->startIndex;
2085
  }
2086
  public function setTotalResults( $totalResults) {
2087
    $this->totalResults = $totalResults;
2088
  }
2089
  public function getTotalResults() {
2090
    return $this->totalResults;
2091
  }
2092
}
2093
2094
class Google_Experiment extends Google_Model {
2095
  public $accountId;
@@ 3986-4039 (lines=54) @@
3983
  }
3984
}
3985
3986
class Google_Uploads extends Google_Model {
3987
  protected $__itemsType = 'Google_Upload';
3988
  protected $__itemsDataType = 'array';
3989
  public $items;
3990
  public $itemsPerPage;
3991
  public $kind;
3992
  public $nextLink;
3993
  public $previousLink;
3994
  public $startIndex;
3995
  public $totalResults;
3996
  public function setItems(/* array(Google_Upload) */ $items) {
3997
    $this->assertIsArray($items, 'Google_Upload', __METHOD__);
3998
    $this->items = $items;
3999
  }
4000
  public function getItems() {
4001
    return $this->items;
4002
  }
4003
  public function setItemsPerPage( $itemsPerPage) {
4004
    $this->itemsPerPage = $itemsPerPage;
4005
  }
4006
  public function getItemsPerPage() {
4007
    return $this->itemsPerPage;
4008
  }
4009
  public function setKind( $kind) {
4010
    $this->kind = $kind;
4011
  }
4012
  public function getKind() {
4013
    return $this->kind;
4014
  }
4015
  public function setNextLink( $nextLink) {
4016
    $this->nextLink = $nextLink;
4017
  }
4018
  public function getNextLink() {
4019
    return $this->nextLink;
4020
  }
4021
  public function setPreviousLink( $previousLink) {
4022
    $this->previousLink = $previousLink;
4023
  }
4024
  public function getPreviousLink() {
4025
    return $this->previousLink;
4026
  }
4027
  public function setStartIndex( $startIndex) {
4028
    $this->startIndex = $startIndex;
4029
  }
4030
  public function getStartIndex() {
4031
    return $this->startIndex;
4032
  }
4033
  public function setTotalResults( $totalResults) {
4034
    $this->totalResults = $totalResults;
4035
  }
4036
  public function getTotalResults() {
4037
    return $this->totalResults;
4038
  }
4039
}
4040
4041
class Google_UserRef extends Google_Model {
4042
  public $email;