Code Duplication    Length = 48-48 lines in 3 locations

lib/Ajde/Social/Provider/Google/Google/Service/Plus.php 3 locations

@@ 1471-1518 (lines=48) @@
1468
    }
1469
}
1470
1471
class Google_Service_Plus_ActivityObjectAttachmentsFullImage extends Google_Model
1472
{
1473
    public $height;
1474
    public $type;
1475
    public $url;
1476
    public $width;
1477
1478
    public function setHeight($height)
1479
    {
1480
        $this->height = $height;
1481
    }
1482
1483
    public function getHeight()
1484
    {
1485
        return $this->height;
1486
    }
1487
1488
    public function setType($type)
1489
    {
1490
        $this->type = $type;
1491
    }
1492
1493
    public function getType()
1494
    {
1495
        return $this->type;
1496
    }
1497
1498
    public function setUrl($url)
1499
    {
1500
        $this->url = $url;
1501
    }
1502
1503
    public function getUrl()
1504
    {
1505
        return $this->url;
1506
    }
1507
1508
    public function setWidth($width)
1509
    {
1510
        $this->width = $width;
1511
    }
1512
1513
    public function getWidth()
1514
    {
1515
        return $this->width;
1516
    }
1517
}
1518
1519
class Google_Service_Plus_ActivityObjectAttachmentsImage extends Google_Model
1520
{
1521
    public $height;
@@ 1519-1566 (lines=48) @@
1516
    }
1517
}
1518
1519
class Google_Service_Plus_ActivityObjectAttachmentsImage extends Google_Model
1520
{
1521
    public $height;
1522
    public $type;
1523
    public $url;
1524
    public $width;
1525
1526
    public function setHeight($height)
1527
    {
1528
        $this->height = $height;
1529
    }
1530
1531
    public function getHeight()
1532
    {
1533
        return $this->height;
1534
    }
1535
1536
    public function setType($type)
1537
    {
1538
        $this->type = $type;
1539
    }
1540
1541
    public function getType()
1542
    {
1543
        return $this->type;
1544
    }
1545
1546
    public function setUrl($url)
1547
    {
1548
        $this->url = $url;
1549
    }
1550
1551
    public function getUrl()
1552
    {
1553
        return $this->url;
1554
    }
1555
1556
    public function setWidth($width)
1557
    {
1558
        $this->width = $width;
1559
    }
1560
1561
    public function getWidth()
1562
    {
1563
        return $this->width;
1564
    }
1565
}
1566
1567
class Google_Service_Plus_ActivityObjectAttachmentsThumbnails extends Google_Model
1568
{
1569
    public $description;
@@ 1605-1652 (lines=48) @@
1602
    }
1603
}
1604
1605
class Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage extends Google_Model
1606
{
1607
    public $height;
1608
    public $type;
1609
    public $url;
1610
    public $width;
1611
1612
    public function setHeight($height)
1613
    {
1614
        $this->height = $height;
1615
    }
1616
1617
    public function getHeight()
1618
    {
1619
        return $this->height;
1620
    }
1621
1622
    public function setType($type)
1623
    {
1624
        $this->type = $type;
1625
    }
1626
1627
    public function getType()
1628
    {
1629
        return $this->type;
1630
    }
1631
1632
    public function setUrl($url)
1633
    {
1634
        $this->url = $url;
1635
    }
1636
1637
    public function getUrl()
1638
    {
1639
        return $this->url;
1640
    }
1641
1642
    public function setWidth($width)
1643
    {
1644
        $this->width = $width;
1645
    }
1646
1647
    public function getWidth()
1648
    {
1649
        return $this->width;
1650
    }
1651
}
1652
1653
class Google_Service_Plus_ActivityObjectPlusoners extends Google_Model
1654
{
1655
    public $selfLink;