Code Duplication    Length = 93-93 lines in 2 locations

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

@@ 1939-2031 (lines=93) @@
1936
    }
1937
}
1938
1939
class Google_Service_Plus_CommentFeed extends Google_Collection
1940
{
1941
    public $etag;
1942
    public $id;
1943
    protected $itemsType = 'Google_Service_Plus_Comment';
1944
    protected $itemsDataType = 'array';
1945
    public $kind;
1946
    public $nextLink;
1947
    public $nextPageToken;
1948
    public $title;
1949
    public $updated;
1950
1951
    public function setEtag($etag)
1952
    {
1953
        $this->etag = $etag;
1954
    }
1955
1956
    public function getEtag()
1957
    {
1958
        return $this->etag;
1959
    }
1960
1961
    public function setId($id)
1962
    {
1963
        $this->id = $id;
1964
    }
1965
1966
    public function getId()
1967
    {
1968
        return $this->id;
1969
    }
1970
1971
    public function setItems($items)
1972
    {
1973
        $this->items = $items;
1974
    }
1975
1976
    public function getItems()
1977
    {
1978
        return $this->items;
1979
    }
1980
1981
    public function setKind($kind)
1982
    {
1983
        $this->kind = $kind;
1984
    }
1985
1986
    public function getKind()
1987
    {
1988
        return $this->kind;
1989
    }
1990
1991
    public function setNextLink($nextLink)
1992
    {
1993
        $this->nextLink = $nextLink;
1994
    }
1995
1996
    public function getNextLink()
1997
    {
1998
        return $this->nextLink;
1999
    }
2000
2001
    public function setNextPageToken($nextPageToken)
2002
    {
2003
        $this->nextPageToken = $nextPageToken;
2004
    }
2005
2006
    public function getNextPageToken()
2007
    {
2008
        return $this->nextPageToken;
2009
    }
2010
2011
    public function setTitle($title)
2012
    {
2013
        $this->title = $title;
2014
    }
2015
2016
    public function getTitle()
2017
    {
2018
        return $this->title;
2019
    }
2020
2021
    public function setUpdated($updated)
2022
    {
2023
        $this->updated = $updated;
2024
    }
2025
2026
    public function getUpdated()
2027
    {
2028
        return $this->updated;
2029
    }
2030
}
2031
2032
class Google_Service_Plus_CommentInReplyTo extends Google_Model
2033
{
2034
    public $id;
@@ 2806-2898 (lines=93) @@
2803
    }
2804
}
2805
2806
class Google_Service_Plus_MomentsFeed extends Google_Collection
2807
{
2808
    public $etag;
2809
    protected $itemsType = 'Google_Service_Plus_Moment';
2810
    protected $itemsDataType = 'array';
2811
    public $kind;
2812
    public $nextLink;
2813
    public $nextPageToken;
2814
    public $selfLink;
2815
    public $title;
2816
    public $updated;
2817
2818
    public function setEtag($etag)
2819
    {
2820
        $this->etag = $etag;
2821
    }
2822
2823
    public function getEtag()
2824
    {
2825
        return $this->etag;
2826
    }
2827
2828
    public function setItems($items)
2829
    {
2830
        $this->items = $items;
2831
    }
2832
2833
    public function getItems()
2834
    {
2835
        return $this->items;
2836
    }
2837
2838
    public function setKind($kind)
2839
    {
2840
        $this->kind = $kind;
2841
    }
2842
2843
    public function getKind()
2844
    {
2845
        return $this->kind;
2846
    }
2847
2848
    public function setNextLink($nextLink)
2849
    {
2850
        $this->nextLink = $nextLink;
2851
    }
2852
2853
    public function getNextLink()
2854
    {
2855
        return $this->nextLink;
2856
    }
2857
2858
    public function setNextPageToken($nextPageToken)
2859
    {
2860
        $this->nextPageToken = $nextPageToken;
2861
    }
2862
2863
    public function getNextPageToken()
2864
    {
2865
        return $this->nextPageToken;
2866
    }
2867
2868
    public function setSelfLink($selfLink)
2869
    {
2870
        $this->selfLink = $selfLink;
2871
    }
2872
2873
    public function getSelfLink()
2874
    {
2875
        return $this->selfLink;
2876
    }
2877
2878
    public function setTitle($title)
2879
    {
2880
        $this->title = $title;
2881
    }
2882
2883
    public function getTitle()
2884
    {
2885
        return $this->title;
2886
    }
2887
2888
    public function setUpdated($updated)
2889
    {
2890
        $this->updated = $updated;
2891
    }
2892
2893
    public function getUpdated()
2894
    {
2895
        return $this->updated;
2896
    }
2897
}
2898
2899
class Google_Service_Plus_PeopleFeed extends Google_Collection
2900
{
2901
    public $etag;