| @@ 679-870 (lines=192) @@ | ||
| 676 | } |
|
| 677 | } |
|
| 678 | ||
| 679 | class Google_Service_Plus_Activity extends Google_Model |
|
| 680 | { |
|
| 681 | protected $internal_gapi_mappings = array( |
|
| 682 | ); |
|
| 683 | protected $accessType = 'Google_Service_Plus_Acl'; |
|
| 684 | protected $accessDataType = ''; |
|
| 685 | protected $actorType = 'Google_Service_Plus_ActivityActor'; |
|
| 686 | protected $actorDataType = ''; |
|
| 687 | public $address; |
|
| 688 | public $annotation; |
|
| 689 | public $crosspostSource; |
|
| 690 | public $etag; |
|
| 691 | public $geocode; |
|
| 692 | public $id; |
|
| 693 | public $kind; |
|
| 694 | protected $locationType = 'Google_Service_Plus_Place'; |
|
| 695 | protected $locationDataType = ''; |
|
| 696 | protected $objectType = 'Google_Service_Plus_ActivityObject'; |
|
| 697 | protected $objectDataType = ''; |
|
| 698 | public $placeId; |
|
| 699 | public $placeName; |
|
| 700 | protected $providerType = 'Google_Service_Plus_ActivityProvider'; |
|
| 701 | protected $providerDataType = ''; |
|
| 702 | public $published; |
|
| 703 | public $radius; |
|
| 704 | public $title; |
|
| 705 | public $updated; |
|
| 706 | public $url; |
|
| 707 | public $verb; |
|
| 708 | ||
| 709 | ||
| 710 | public function setAccess(Google_Service_Plus_Acl $access) |
|
| 711 | { |
|
| 712 | $this->access = $access; |
|
| 713 | } |
|
| 714 | public function getAccess() |
|
| 715 | { |
|
| 716 | return $this->access; |
|
| 717 | } |
|
| 718 | public function setActor(Google_Service_Plus_ActivityActor $actor) |
|
| 719 | { |
|
| 720 | $this->actor = $actor; |
|
| 721 | } |
|
| 722 | public function getActor() |
|
| 723 | { |
|
| 724 | return $this->actor; |
|
| 725 | } |
|
| 726 | public function setAddress($address) |
|
| 727 | { |
|
| 728 | $this->address = $address; |
|
| 729 | } |
|
| 730 | public function getAddress() |
|
| 731 | { |
|
| 732 | return $this->address; |
|
| 733 | } |
|
| 734 | public function setAnnotation($annotation) |
|
| 735 | { |
|
| 736 | $this->annotation = $annotation; |
|
| 737 | } |
|
| 738 | public function getAnnotation() |
|
| 739 | { |
|
| 740 | return $this->annotation; |
|
| 741 | } |
|
| 742 | public function setCrosspostSource($crosspostSource) |
|
| 743 | { |
|
| 744 | $this->crosspostSource = $crosspostSource; |
|
| 745 | } |
|
| 746 | public function getCrosspostSource() |
|
| 747 | { |
|
| 748 | return $this->crosspostSource; |
|
| 749 | } |
|
| 750 | public function setEtag($etag) |
|
| 751 | { |
|
| 752 | $this->etag = $etag; |
|
| 753 | } |
|
| 754 | public function getEtag() |
|
| 755 | { |
|
| 756 | return $this->etag; |
|
| 757 | } |
|
| 758 | public function setGeocode($geocode) |
|
| 759 | { |
|
| 760 | $this->geocode = $geocode; |
|
| 761 | } |
|
| 762 | public function getGeocode() |
|
| 763 | { |
|
| 764 | return $this->geocode; |
|
| 765 | } |
|
| 766 | public function setId($id) |
|
| 767 | { |
|
| 768 | $this->id = $id; |
|
| 769 | } |
|
| 770 | public function getId() |
|
| 771 | { |
|
| 772 | return $this->id; |
|
| 773 | } |
|
| 774 | public function setKind($kind) |
|
| 775 | { |
|
| 776 | $this->kind = $kind; |
|
| 777 | } |
|
| 778 | public function getKind() |
|
| 779 | { |
|
| 780 | return $this->kind; |
|
| 781 | } |
|
| 782 | public function setLocation(Google_Service_Plus_Place $location) |
|
| 783 | { |
|
| 784 | $this->location = $location; |
|
| 785 | } |
|
| 786 | public function getLocation() |
|
| 787 | { |
|
| 788 | return $this->location; |
|
| 789 | } |
|
| 790 | public function setObject(Google_Service_Plus_ActivityObject $object) |
|
| 791 | { |
|
| 792 | $this->object = $object; |
|
| 793 | } |
|
| 794 | public function getObject() |
|
| 795 | { |
|
| 796 | return $this->object; |
|
| 797 | } |
|
| 798 | public function setPlaceId($placeId) |
|
| 799 | { |
|
| 800 | $this->placeId = $placeId; |
|
| 801 | } |
|
| 802 | public function getPlaceId() |
|
| 803 | { |
|
| 804 | return $this->placeId; |
|
| 805 | } |
|
| 806 | public function setPlaceName($placeName) |
|
| 807 | { |
|
| 808 | $this->placeName = $placeName; |
|
| 809 | } |
|
| 810 | public function getPlaceName() |
|
| 811 | { |
|
| 812 | return $this->placeName; |
|
| 813 | } |
|
| 814 | public function setProvider(Google_Service_Plus_ActivityProvider $provider) |
|
| 815 | { |
|
| 816 | $this->provider = $provider; |
|
| 817 | } |
|
| 818 | public function getProvider() |
|
| 819 | { |
|
| 820 | return $this->provider; |
|
| 821 | } |
|
| 822 | public function setPublished($published) |
|
| 823 | { |
|
| 824 | $this->published = $published; |
|
| 825 | } |
|
| 826 | public function getPublished() |
|
| 827 | { |
|
| 828 | return $this->published; |
|
| 829 | } |
|
| 830 | public function setRadius($radius) |
|
| 831 | { |
|
| 832 | $this->radius = $radius; |
|
| 833 | } |
|
| 834 | public function getRadius() |
|
| 835 | { |
|
| 836 | return $this->radius; |
|
| 837 | } |
|
| 838 | public function setTitle($title) |
|
| 839 | { |
|
| 840 | $this->title = $title; |
|
| 841 | } |
|
| 842 | public function getTitle() |
|
| 843 | { |
|
| 844 | return $this->title; |
|
| 845 | } |
|
| 846 | public function setUpdated($updated) |
|
| 847 | { |
|
| 848 | $this->updated = $updated; |
|
| 849 | } |
|
| 850 | public function getUpdated() |
|
| 851 | { |
|
| 852 | return $this->updated; |
|
| 853 | } |
|
| 854 | public function setUrl($url) |
|
| 855 | { |
|
| 856 | $this->url = $url; |
|
| 857 | } |
|
| 858 | public function getUrl() |
|
| 859 | { |
|
| 860 | return $this->url; |
|
| 861 | } |
|
| 862 | public function setVerb($verb) |
|
| 863 | { |
|
| 864 | $this->verb = $verb; |
|
| 865 | } |
|
| 866 | public function getVerb() |
|
| 867 | { |
|
| 868 | return $this->verb; |
|
| 869 | } |
|
| 870 | } |
|
| 871 | ||
| 872 | class Google_Service_Plus_ActivityActor extends Google_Model |
|
| 873 | { |
|
| @@ 947-1138 (lines=192) @@ | ||
| 944 | } |
|
| 945 | } |
|
| 946 | ||
| 947 | class Google_Service_PlusDomains_Activity extends Google_Model |
|
| 948 | { |
|
| 949 | protected $internal_gapi_mappings = array( |
|
| 950 | ); |
|
| 951 | protected $accessType = 'Google_Service_PlusDomains_Acl'; |
|
| 952 | protected $accessDataType = ''; |
|
| 953 | protected $actorType = 'Google_Service_PlusDomains_ActivityActor'; |
|
| 954 | protected $actorDataType = ''; |
|
| 955 | public $address; |
|
| 956 | public $annotation; |
|
| 957 | public $crosspostSource; |
|
| 958 | public $etag; |
|
| 959 | public $geocode; |
|
| 960 | public $id; |
|
| 961 | public $kind; |
|
| 962 | protected $locationType = 'Google_Service_PlusDomains_Place'; |
|
| 963 | protected $locationDataType = ''; |
|
| 964 | protected $objectType = 'Google_Service_PlusDomains_ActivityObject'; |
|
| 965 | protected $objectDataType = ''; |
|
| 966 | public $placeId; |
|
| 967 | public $placeName; |
|
| 968 | protected $providerType = 'Google_Service_PlusDomains_ActivityProvider'; |
|
| 969 | protected $providerDataType = ''; |
|
| 970 | public $published; |
|
| 971 | public $radius; |
|
| 972 | public $title; |
|
| 973 | public $updated; |
|
| 974 | public $url; |
|
| 975 | public $verb; |
|
| 976 | ||
| 977 | ||
| 978 | public function setAccess(Google_Service_PlusDomains_Acl $access) |
|
| 979 | { |
|
| 980 | $this->access = $access; |
|
| 981 | } |
|
| 982 | public function getAccess() |
|
| 983 | { |
|
| 984 | return $this->access; |
|
| 985 | } |
|
| 986 | public function setActor(Google_Service_PlusDomains_ActivityActor $actor) |
|
| 987 | { |
|
| 988 | $this->actor = $actor; |
|
| 989 | } |
|
| 990 | public function getActor() |
|
| 991 | { |
|
| 992 | return $this->actor; |
|
| 993 | } |
|
| 994 | public function setAddress($address) |
|
| 995 | { |
|
| 996 | $this->address = $address; |
|
| 997 | } |
|
| 998 | public function getAddress() |
|
| 999 | { |
|
| 1000 | return $this->address; |
|
| 1001 | } |
|
| 1002 | public function setAnnotation($annotation) |
|
| 1003 | { |
|
| 1004 | $this->annotation = $annotation; |
|
| 1005 | } |
|
| 1006 | public function getAnnotation() |
|
| 1007 | { |
|
| 1008 | return $this->annotation; |
|
| 1009 | } |
|
| 1010 | public function setCrosspostSource($crosspostSource) |
|
| 1011 | { |
|
| 1012 | $this->crosspostSource = $crosspostSource; |
|
| 1013 | } |
|
| 1014 | public function getCrosspostSource() |
|
| 1015 | { |
|
| 1016 | return $this->crosspostSource; |
|
| 1017 | } |
|
| 1018 | public function setEtag($etag) |
|
| 1019 | { |
|
| 1020 | $this->etag = $etag; |
|
| 1021 | } |
|
| 1022 | public function getEtag() |
|
| 1023 | { |
|
| 1024 | return $this->etag; |
|
| 1025 | } |
|
| 1026 | public function setGeocode($geocode) |
|
| 1027 | { |
|
| 1028 | $this->geocode = $geocode; |
|
| 1029 | } |
|
| 1030 | public function getGeocode() |
|
| 1031 | { |
|
| 1032 | return $this->geocode; |
|
| 1033 | } |
|
| 1034 | public function setId($id) |
|
| 1035 | { |
|
| 1036 | $this->id = $id; |
|
| 1037 | } |
|
| 1038 | public function getId() |
|
| 1039 | { |
|
| 1040 | return $this->id; |
|
| 1041 | } |
|
| 1042 | public function setKind($kind) |
|
| 1043 | { |
|
| 1044 | $this->kind = $kind; |
|
| 1045 | } |
|
| 1046 | public function getKind() |
|
| 1047 | { |
|
| 1048 | return $this->kind; |
|
| 1049 | } |
|
| 1050 | public function setLocation(Google_Service_PlusDomains_Place $location) |
|
| 1051 | { |
|
| 1052 | $this->location = $location; |
|
| 1053 | } |
|
| 1054 | public function getLocation() |
|
| 1055 | { |
|
| 1056 | return $this->location; |
|
| 1057 | } |
|
| 1058 | public function setObject(Google_Service_PlusDomains_ActivityObject $object) |
|
| 1059 | { |
|
| 1060 | $this->object = $object; |
|
| 1061 | } |
|
| 1062 | public function getObject() |
|
| 1063 | { |
|
| 1064 | return $this->object; |
|
| 1065 | } |
|
| 1066 | public function setPlaceId($placeId) |
|
| 1067 | { |
|
| 1068 | $this->placeId = $placeId; |
|
| 1069 | } |
|
| 1070 | public function getPlaceId() |
|
| 1071 | { |
|
| 1072 | return $this->placeId; |
|
| 1073 | } |
|
| 1074 | public function setPlaceName($placeName) |
|
| 1075 | { |
|
| 1076 | $this->placeName = $placeName; |
|
| 1077 | } |
|
| 1078 | public function getPlaceName() |
|
| 1079 | { |
|
| 1080 | return $this->placeName; |
|
| 1081 | } |
|
| 1082 | public function setProvider(Google_Service_PlusDomains_ActivityProvider $provider) |
|
| 1083 | { |
|
| 1084 | $this->provider = $provider; |
|
| 1085 | } |
|
| 1086 | public function getProvider() |
|
| 1087 | { |
|
| 1088 | return $this->provider; |
|
| 1089 | } |
|
| 1090 | public function setPublished($published) |
|
| 1091 | { |
|
| 1092 | $this->published = $published; |
|
| 1093 | } |
|
| 1094 | public function getPublished() |
|
| 1095 | { |
|
| 1096 | return $this->published; |
|
| 1097 | } |
|
| 1098 | public function setRadius($radius) |
|
| 1099 | { |
|
| 1100 | $this->radius = $radius; |
|
| 1101 | } |
|
| 1102 | public function getRadius() |
|
| 1103 | { |
|
| 1104 | return $this->radius; |
|
| 1105 | } |
|
| 1106 | public function setTitle($title) |
|
| 1107 | { |
|
| 1108 | $this->title = $title; |
|
| 1109 | } |
|
| 1110 | public function getTitle() |
|
| 1111 | { |
|
| 1112 | return $this->title; |
|
| 1113 | } |
|
| 1114 | public function setUpdated($updated) |
|
| 1115 | { |
|
| 1116 | $this->updated = $updated; |
|
| 1117 | } |
|
| 1118 | public function getUpdated() |
|
| 1119 | { |
|
| 1120 | return $this->updated; |
|
| 1121 | } |
|
| 1122 | public function setUrl($url) |
|
| 1123 | { |
|
| 1124 | $this->url = $url; |
|
| 1125 | } |
|
| 1126 | public function getUrl() |
|
| 1127 | { |
|
| 1128 | return $this->url; |
|
| 1129 | } |
|
| 1130 | public function setVerb($verb) |
|
| 1131 | { |
|
| 1132 | $this->verb = $verb; |
|
| 1133 | } |
|
| 1134 | public function getVerb() |
|
| 1135 | { |
|
| 1136 | return $this->verb; |
|
| 1137 | } |
|
| 1138 | } |
|
| 1139 | ||
| 1140 | class Google_Service_PlusDomains_ActivityActor extends Google_Model |
|
| 1141 | { |
|