Code Duplication    Length = 17-17 lines in 6 locations

geodirectory-admin/google-api-php-client/src/Google/Service/YouTube.php 6 locations

@@ 4677-4693 (lines=17) @@
4674
  }
4675
}
4676
4677
class Google_Service_YouTube_ActivityContentDetailsBulletin extends Google_Model
4678
{
4679
  protected $internal_gapi_mappings = array(
4680
  );
4681
  protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
4682
  protected $resourceIdDataType = '';
4683
4684
4685
  public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
4686
  {
4687
    $this->resourceId = $resourceId;
4688
  }
4689
  public function getResourceId()
4690
  {
4691
    return $this->resourceId;
4692
  }
4693
}
4694
4695
class Google_Service_YouTube_ActivityContentDetailsChannelItem extends Google_Model
4696
{
@@ 4695-4711 (lines=17) @@
4692
  }
4693
}
4694
4695
class Google_Service_YouTube_ActivityContentDetailsChannelItem extends Google_Model
4696
{
4697
  protected $internal_gapi_mappings = array(
4698
  );
4699
  protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
4700
  protected $resourceIdDataType = '';
4701
4702
4703
  public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
4704
  {
4705
    $this->resourceId = $resourceId;
4706
  }
4707
  public function getResourceId()
4708
  {
4709
    return $this->resourceId;
4710
  }
4711
}
4712
4713
class Google_Service_YouTube_ActivityContentDetailsComment extends Google_Model
4714
{
@@ 4713-4729 (lines=17) @@
4710
  }
4711
}
4712
4713
class Google_Service_YouTube_ActivityContentDetailsComment extends Google_Model
4714
{
4715
  protected $internal_gapi_mappings = array(
4716
  );
4717
  protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
4718
  protected $resourceIdDataType = '';
4719
4720
4721
  public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
4722
  {
4723
    $this->resourceId = $resourceId;
4724
  }
4725
  public function getResourceId()
4726
  {
4727
    return $this->resourceId;
4728
  }
4729
}
4730
4731
class Google_Service_YouTube_ActivityContentDetailsFavorite extends Google_Model
4732
{
@@ 4731-4747 (lines=17) @@
4728
  }
4729
}
4730
4731
class Google_Service_YouTube_ActivityContentDetailsFavorite extends Google_Model
4732
{
4733
  protected $internal_gapi_mappings = array(
4734
  );
4735
  protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
4736
  protected $resourceIdDataType = '';
4737
4738
4739
  public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
4740
  {
4741
    $this->resourceId = $resourceId;
4742
  }
4743
  public function getResourceId()
4744
  {
4745
    return $this->resourceId;
4746
  }
4747
}
4748
4749
class Google_Service_YouTube_ActivityContentDetailsLike extends Google_Model
4750
{
@@ 4749-4765 (lines=17) @@
4746
  }
4747
}
4748
4749
class Google_Service_YouTube_ActivityContentDetailsLike extends Google_Model
4750
{
4751
  protected $internal_gapi_mappings = array(
4752
  );
4753
  protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
4754
  protected $resourceIdDataType = '';
4755
4756
4757
  public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
4758
  {
4759
    $this->resourceId = $resourceId;
4760
  }
4761
  public function getResourceId()
4762
  {
4763
    return $this->resourceId;
4764
  }
4765
}
4766
4767
class Google_Service_YouTube_ActivityContentDetailsPlaylistItem extends Google_Model
4768
{
@@ 4993-5009 (lines=17) @@
4990
  }
4991
}
4992
4993
class Google_Service_YouTube_ActivityContentDetailsSubscription extends Google_Model
4994
{
4995
  protected $internal_gapi_mappings = array(
4996
  );
4997
  protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
4998
  protected $resourceIdDataType = '';
4999
5000
5001
  public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
5002
  {
5003
    $this->resourceId = $resourceId;
5004
  }
5005
  public function getResourceId()
5006
  {
5007
    return $this->resourceId;
5008
  }
5009
}
5010
5011
class Google_Service_YouTube_ActivityContentDetailsUpload extends Google_Model
5012
{