Code Duplication    Length = 49-49 lines in 2 locations

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

@@ 1274-1322 (lines=49) @@
1271
    }
1272
}
1273
1274
class Google_Service_Plus_ActivityObjectActor extends Google_Model
1275
{
1276
    public $displayName;
1277
    public $id;
1278
    protected $imageType = 'Google_Service_Plus_ActivityObjectActorImage';
1279
    protected $imageDataType = '';
1280
    public $url;
1281
1282
    public function setDisplayName($displayName)
1283
    {
1284
        $this->displayName = $displayName;
1285
    }
1286
1287
    public function getDisplayName()
1288
    {
1289
        return $this->displayName;
1290
    }
1291
1292
    public function setId($id)
1293
    {
1294
        $this->id = $id;
1295
    }
1296
1297
    public function getId()
1298
    {
1299
        return $this->id;
1300
    }
1301
1302
    public function setImage(Google_Service_Plus_ActivityObjectActorImage $image)
1303
    {
1304
        $this->image = $image;
1305
    }
1306
1307
    public function getImage()
1308
    {
1309
        return $this->image;
1310
    }
1311
1312
    public function setUrl($url)
1313
    {
1314
        $this->url = $url;
1315
    }
1316
1317
    public function getUrl()
1318
    {
1319
        return $this->url;
1320
    }
1321
}
1322
1323
class Google_Service_Plus_ActivityObjectActorImage extends Google_Model
1324
{
1325
    public $url;
@@ 1875-1923 (lines=49) @@
1872
    }
1873
}
1874
1875
class Google_Service_Plus_CommentActor extends Google_Model
1876
{
1877
    public $displayName;
1878
    public $id;
1879
    protected $imageType = 'Google_Service_Plus_CommentActorImage';
1880
    protected $imageDataType = '';
1881
    public $url;
1882
1883
    public function setDisplayName($displayName)
1884
    {
1885
        $this->displayName = $displayName;
1886
    }
1887
1888
    public function getDisplayName()
1889
    {
1890
        return $this->displayName;
1891
    }
1892
1893
    public function setId($id)
1894
    {
1895
        $this->id = $id;
1896
    }
1897
1898
    public function getId()
1899
    {
1900
        return $this->id;
1901
    }
1902
1903
    public function setImage(Google_Service_Plus_CommentActorImage $image)
1904
    {
1905
        $this->image = $image;
1906
    }
1907
1908
    public function getImage()
1909
    {
1910
        return $this->image;
1911
    }
1912
1913
    public function setUrl($url)
1914
    {
1915
        $this->url = $url;
1916
    }
1917
1918
    public function getUrl()
1919
    {
1920
        return $this->url;
1921
    }
1922
}
1923
1924
class Google_Service_Plus_CommentActorImage extends Google_Model
1925
{
1926
    public $url;