Code Duplication    Length = 111-111 lines in 2 locations

geodirectory-admin/google-api-php-client/src/Google/Service/Plus.php 1 location

@@ 1610-1720 (lines=111) @@
1607
  }
1608
}
1609
1610
class Google_Service_Plus_Comment extends Google_Collection
1611
{
1612
  protected $collection_key = 'inReplyTo';
1613
  protected $internal_gapi_mappings = array(
1614
  );
1615
  protected $actorType = 'Google_Service_Plus_CommentActor';
1616
  protected $actorDataType = '';
1617
  public $etag;
1618
  public $id;
1619
  protected $inReplyToType = 'Google_Service_Plus_CommentInReplyTo';
1620
  protected $inReplyToDataType = 'array';
1621
  public $kind;
1622
  protected $objectType = 'Google_Service_Plus_CommentObject';
1623
  protected $objectDataType = '';
1624
  protected $plusonersType = 'Google_Service_Plus_CommentPlusoners';
1625
  protected $plusonersDataType = '';
1626
  public $published;
1627
  public $selfLink;
1628
  public $updated;
1629
  public $verb;
1630
1631
1632
  public function setActor(Google_Service_Plus_CommentActor $actor)
1633
  {
1634
    $this->actor = $actor;
1635
  }
1636
  public function getActor()
1637
  {
1638
    return $this->actor;
1639
  }
1640
  public function setEtag($etag)
1641
  {
1642
    $this->etag = $etag;
1643
  }
1644
  public function getEtag()
1645
  {
1646
    return $this->etag;
1647
  }
1648
  public function setId($id)
1649
  {
1650
    $this->id = $id;
1651
  }
1652
  public function getId()
1653
  {
1654
    return $this->id;
1655
  }
1656
  public function setInReplyTo($inReplyTo)
1657
  {
1658
    $this->inReplyTo = $inReplyTo;
1659
  }
1660
  public function getInReplyTo()
1661
  {
1662
    return $this->inReplyTo;
1663
  }
1664
  public function setKind($kind)
1665
  {
1666
    $this->kind = $kind;
1667
  }
1668
  public function getKind()
1669
  {
1670
    return $this->kind;
1671
  }
1672
  public function setObject(Google_Service_Plus_CommentObject $object)
1673
  {
1674
    $this->object = $object;
1675
  }
1676
  public function getObject()
1677
  {
1678
    return $this->object;
1679
  }
1680
  public function setPlusoners(Google_Service_Plus_CommentPlusoners $plusoners)
1681
  {
1682
    $this->plusoners = $plusoners;
1683
  }
1684
  public function getPlusoners()
1685
  {
1686
    return $this->plusoners;
1687
  }
1688
  public function setPublished($published)
1689
  {
1690
    $this->published = $published;
1691
  }
1692
  public function getPublished()
1693
  {
1694
    return $this->published;
1695
  }
1696
  public function setSelfLink($selfLink)
1697
  {
1698
    $this->selfLink = $selfLink;
1699
  }
1700
  public function getSelfLink()
1701
  {
1702
    return $this->selfLink;
1703
  }
1704
  public function setUpdated($updated)
1705
  {
1706
    $this->updated = $updated;
1707
  }
1708
  public function getUpdated()
1709
  {
1710
    return $this->updated;
1711
  }
1712
  public function setVerb($verb)
1713
  {
1714
    $this->verb = $verb;
1715
  }
1716
  public function getVerb()
1717
  {
1718
    return $this->verb;
1719
  }
1720
}
1721
1722
class Google_Service_Plus_CommentActor extends Google_Model
1723
{

geodirectory-admin/google-api-php-client/src/Google/Service/PlusDomains.php 1 location

@@ 2248-2358 (lines=111) @@
2245
  }
2246
}
2247
2248
class Google_Service_PlusDomains_Comment extends Google_Collection
2249
{
2250
  protected $collection_key = 'inReplyTo';
2251
  protected $internal_gapi_mappings = array(
2252
  );
2253
  protected $actorType = 'Google_Service_PlusDomains_CommentActor';
2254
  protected $actorDataType = '';
2255
  public $etag;
2256
  public $id;
2257
  protected $inReplyToType = 'Google_Service_PlusDomains_CommentInReplyTo';
2258
  protected $inReplyToDataType = 'array';
2259
  public $kind;
2260
  protected $objectType = 'Google_Service_PlusDomains_CommentObject';
2261
  protected $objectDataType = '';
2262
  protected $plusonersType = 'Google_Service_PlusDomains_CommentPlusoners';
2263
  protected $plusonersDataType = '';
2264
  public $published;
2265
  public $selfLink;
2266
  public $updated;
2267
  public $verb;
2268
2269
2270
  public function setActor(Google_Service_PlusDomains_CommentActor $actor)
2271
  {
2272
    $this->actor = $actor;
2273
  }
2274
  public function getActor()
2275
  {
2276
    return $this->actor;
2277
  }
2278
  public function setEtag($etag)
2279
  {
2280
    $this->etag = $etag;
2281
  }
2282
  public function getEtag()
2283
  {
2284
    return $this->etag;
2285
  }
2286
  public function setId($id)
2287
  {
2288
    $this->id = $id;
2289
  }
2290
  public function getId()
2291
  {
2292
    return $this->id;
2293
  }
2294
  public function setInReplyTo($inReplyTo)
2295
  {
2296
    $this->inReplyTo = $inReplyTo;
2297
  }
2298
  public function getInReplyTo()
2299
  {
2300
    return $this->inReplyTo;
2301
  }
2302
  public function setKind($kind)
2303
  {
2304
    $this->kind = $kind;
2305
  }
2306
  public function getKind()
2307
  {
2308
    return $this->kind;
2309
  }
2310
  public function setObject(Google_Service_PlusDomains_CommentObject $object)
2311
  {
2312
    $this->object = $object;
2313
  }
2314
  public function getObject()
2315
  {
2316
    return $this->object;
2317
  }
2318
  public function setPlusoners(Google_Service_PlusDomains_CommentPlusoners $plusoners)
2319
  {
2320
    $this->plusoners = $plusoners;
2321
  }
2322
  public function getPlusoners()
2323
  {
2324
    return $this->plusoners;
2325
  }
2326
  public function setPublished($published)
2327
  {
2328
    $this->published = $published;
2329
  }
2330
  public function getPublished()
2331
  {
2332
    return $this->published;
2333
  }
2334
  public function setSelfLink($selfLink)
2335
  {
2336
    $this->selfLink = $selfLink;
2337
  }
2338
  public function getSelfLink()
2339
  {
2340
    return $this->selfLink;
2341
  }
2342
  public function setUpdated($updated)
2343
  {
2344
    $this->updated = $updated;
2345
  }
2346
  public function getUpdated()
2347
  {
2348
    return $this->updated;
2349
  }
2350
  public function setVerb($verb)
2351
  {
2352
    $this->verb = $verb;
2353
  }
2354
  public function getVerb()
2355
  {
2356
    return $this->verb;
2357
  }
2358
}
2359
2360
class Google_Service_PlusDomains_CommentActor extends Google_Model
2361
{