Без опису

UserInteraction.php 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. <?php
  2. /*
  3. * Copyright 2014 Google Inc.
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  6. * use this file except in compliance with the License. You may obtain a copy of
  7. * the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  13. * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  14. * License for the specific language governing permissions and limitations under
  15. * the License.
  16. */
  17. class Google_Service_Cih_UserInteraction extends Google_Collection
  18. {
  19. protected $collection_key = 'otherParticipant';
  20. protected $adoptionInteractionType = 'Google_Service_Cih_AdoptionInteraction';
  21. protected $adoptionInteractionDataType = '';
  22. protected $advertiserExperienceDataType = 'Google_Service_Cih_AdvertiserExperienceData';
  23. protected $advertiserExperienceDataDataType = '';
  24. protected $casesDataType = 'Google_Service_Cih_CasesData';
  25. protected $casesDataDataType = '';
  26. protected $chatInteractionType = 'Google_Service_Cih_ChatInteraction';
  27. protected $chatInteractionDataType = '';
  28. public $contactGaiaId;
  29. protected $customerType = 'Google_Service_Cih_Participant';
  30. protected $customerDataType = 'array';
  31. public $detailedDescription;
  32. public $detailedDescriptionTruncated;
  33. protected $emailInteractionType = 'Google_Service_Cih_EmailInteraction';
  34. protected $emailInteractionDataType = '';
  35. protected $entityType = 'Google_Service_Cih_Entity';
  36. protected $entityDataType = '';
  37. protected $gammaDataType = 'Google_Service_Cih_GammaData';
  38. protected $gammaDataDataType = '';
  39. protected $genieDataType = 'Google_Service_Cih_GenieData';
  40. protected $genieDataDataType = '';
  41. protected $goalInteractionType = 'Google_Service_Cih_GoalInteraction';
  42. protected $goalInteractionDataType = '';
  43. protected $googlerType = 'Google_Service_Cih_Participant';
  44. protected $googlerDataType = 'array';
  45. protected $greenTeaDataType = 'Google_Service_Cih_GreenTeaData';
  46. protected $greenTeaDataDataType = '';
  47. protected $grmDataType = 'Google_Service_Cih_GrmData';
  48. protected $grmDataDataType = '';
  49. protected $hangoutInteractionType = 'Google_Service_Cih_HangoutInteraction';
  50. protected $hangoutInteractionDataType = '';
  51. protected $helpcenterDataType = 'Google_Service_Cih_HelpcenterData';
  52. protected $helpcenterDataDataType = '';
  53. protected $incentiveInteractionType = 'Google_Service_Cih_IncentiveInteraction';
  54. protected $incentiveInteractionDataType = '';
  55. protected $incentivesDataType = 'Google_Service_Cih_IncentivesData';
  56. protected $incentivesDataDataType = '';
  57. protected $initiatorType = 'Google_Service_Cih_Participant';
  58. protected $initiatorDataType = '';
  59. public $interactionOrigin;
  60. public $interactionType;
  61. public $kind;
  62. public $language;
  63. protected $marketingEmailInteractionType = 'Google_Service_Cih_MarketingEmailInteraction';
  64. protected $marketingEmailInteractionDataType = '';
  65. protected $meetingInteractionType = 'Google_Service_Cih_MeetingInteraction';
  66. protected $meetingInteractionDataType = '';
  67. public $metaType;
  68. protected $noteInteractionType = 'Google_Service_Cih_NoteInteraction';
  69. protected $noteInteractionDataType = '';
  70. protected $otherParticipantType = 'Google_Service_Cih_Participant';
  71. protected $otherParticipantDataType = 'array';
  72. protected $partnerSearchDataType = 'Google_Service_Cih_PartnerSearchData';
  73. protected $partnerSearchDataDataType = '';
  74. protected $phoneInteractionType = 'Google_Service_Cih_PhoneInteraction';
  75. protected $phoneInteractionDataType = '';
  76. public $sourceSystemPrimaryKey;
  77. public $summary;
  78. public $summaryTruncated;
  79. protected $taskInteractionType = 'Google_Service_Cih_TaskInteraction';
  80. protected $taskInteractionDataType = '';
  81. public $timestamp;
  82. protected $traxDataType = 'Google_Service_Cih_TraxData';
  83. protected $traxDataDataType = '';
  84. protected $traxInteractionType = 'Google_Service_Cih_TraxInteraction';
  85. protected $traxInteractionDataType = '';
  86. protected $userCommDataType = 'Google_Service_Cih_UserCommData';
  87. protected $userCommDataDataType = '';
  88. public function setAdoptionInteraction(Google_Service_Cih_AdoptionInteraction $adoptionInteraction)
  89. {
  90. $this->adoptionInteraction = $adoptionInteraction;
  91. }
  92. public function getAdoptionInteraction()
  93. {
  94. return $this->adoptionInteraction;
  95. }
  96. public function setAdvertiserExperienceData(Google_Service_Cih_AdvertiserExperienceData $advertiserExperienceData)
  97. {
  98. $this->advertiserExperienceData = $advertiserExperienceData;
  99. }
  100. public function getAdvertiserExperienceData()
  101. {
  102. return $this->advertiserExperienceData;
  103. }
  104. public function setCasesData(Google_Service_Cih_CasesData $casesData)
  105. {
  106. $this->casesData = $casesData;
  107. }
  108. public function getCasesData()
  109. {
  110. return $this->casesData;
  111. }
  112. public function setChatInteraction(Google_Service_Cih_ChatInteraction $chatInteraction)
  113. {
  114. $this->chatInteraction = $chatInteraction;
  115. }
  116. public function getChatInteraction()
  117. {
  118. return $this->chatInteraction;
  119. }
  120. public function setContactGaiaId($contactGaiaId)
  121. {
  122. $this->contactGaiaId = $contactGaiaId;
  123. }
  124. public function getContactGaiaId()
  125. {
  126. return $this->contactGaiaId;
  127. }
  128. public function setCustomer($customer)
  129. {
  130. $this->customer = $customer;
  131. }
  132. public function getCustomer()
  133. {
  134. return $this->customer;
  135. }
  136. public function setDetailedDescription($detailedDescription)
  137. {
  138. $this->detailedDescription = $detailedDescription;
  139. }
  140. public function getDetailedDescription()
  141. {
  142. return $this->detailedDescription;
  143. }
  144. public function setDetailedDescriptionTruncated($detailedDescriptionTruncated)
  145. {
  146. $this->detailedDescriptionTruncated = $detailedDescriptionTruncated;
  147. }
  148. public function getDetailedDescriptionTruncated()
  149. {
  150. return $this->detailedDescriptionTruncated;
  151. }
  152. public function setEmailInteraction(Google_Service_Cih_EmailInteraction $emailInteraction)
  153. {
  154. $this->emailInteraction = $emailInteraction;
  155. }
  156. public function getEmailInteraction()
  157. {
  158. return $this->emailInteraction;
  159. }
  160. public function setEntity(Google_Service_Cih_Entity $entity)
  161. {
  162. $this->entity = $entity;
  163. }
  164. public function getEntity()
  165. {
  166. return $this->entity;
  167. }
  168. public function setGammaData(Google_Service_Cih_GammaData $gammaData)
  169. {
  170. $this->gammaData = $gammaData;
  171. }
  172. public function getGammaData()
  173. {
  174. return $this->gammaData;
  175. }
  176. public function setGenieData(Google_Service_Cih_GenieData $genieData)
  177. {
  178. $this->genieData = $genieData;
  179. }
  180. public function getGenieData()
  181. {
  182. return $this->genieData;
  183. }
  184. public function setGoalInteraction(Google_Service_Cih_GoalInteraction $goalInteraction)
  185. {
  186. $this->goalInteraction = $goalInteraction;
  187. }
  188. public function getGoalInteraction()
  189. {
  190. return $this->goalInteraction;
  191. }
  192. public function setGoogler($googler)
  193. {
  194. $this->googler = $googler;
  195. }
  196. public function getGoogler()
  197. {
  198. return $this->googler;
  199. }
  200. public function setGreenTeaData(Google_Service_Cih_GreenTeaData $greenTeaData)
  201. {
  202. $this->greenTeaData = $greenTeaData;
  203. }
  204. public function getGreenTeaData()
  205. {
  206. return $this->greenTeaData;
  207. }
  208. public function setGrmData(Google_Service_Cih_GrmData $grmData)
  209. {
  210. $this->grmData = $grmData;
  211. }
  212. public function getGrmData()
  213. {
  214. return $this->grmData;
  215. }
  216. public function setHangoutInteraction(Google_Service_Cih_HangoutInteraction $hangoutInteraction)
  217. {
  218. $this->hangoutInteraction = $hangoutInteraction;
  219. }
  220. public function getHangoutInteraction()
  221. {
  222. return $this->hangoutInteraction;
  223. }
  224. public function setHelpcenterData(Google_Service_Cih_HelpcenterData $helpcenterData)
  225. {
  226. $this->helpcenterData = $helpcenterData;
  227. }
  228. public function getHelpcenterData()
  229. {
  230. return $this->helpcenterData;
  231. }
  232. public function setIncentiveInteraction(Google_Service_Cih_IncentiveInteraction $incentiveInteraction)
  233. {
  234. $this->incentiveInteraction = $incentiveInteraction;
  235. }
  236. public function getIncentiveInteraction()
  237. {
  238. return $this->incentiveInteraction;
  239. }
  240. public function setIncentivesData(Google_Service_Cih_IncentivesData $incentivesData)
  241. {
  242. $this->incentivesData = $incentivesData;
  243. }
  244. public function getIncentivesData()
  245. {
  246. return $this->incentivesData;
  247. }
  248. public function setInitiator(Google_Service_Cih_Participant $initiator)
  249. {
  250. $this->initiator = $initiator;
  251. }
  252. public function getInitiator()
  253. {
  254. return $this->initiator;
  255. }
  256. public function setInteractionOrigin($interactionOrigin)
  257. {
  258. $this->interactionOrigin = $interactionOrigin;
  259. }
  260. public function getInteractionOrigin()
  261. {
  262. return $this->interactionOrigin;
  263. }
  264. public function setInteractionType($interactionType)
  265. {
  266. $this->interactionType = $interactionType;
  267. }
  268. public function getInteractionType()
  269. {
  270. return $this->interactionType;
  271. }
  272. public function setKind($kind)
  273. {
  274. $this->kind = $kind;
  275. }
  276. public function getKind()
  277. {
  278. return $this->kind;
  279. }
  280. public function setLanguage($language)
  281. {
  282. $this->language = $language;
  283. }
  284. public function getLanguage()
  285. {
  286. return $this->language;
  287. }
  288. public function setMarketingEmailInteraction(Google_Service_Cih_MarketingEmailInteraction $marketingEmailInteraction)
  289. {
  290. $this->marketingEmailInteraction = $marketingEmailInteraction;
  291. }
  292. public function getMarketingEmailInteraction()
  293. {
  294. return $this->marketingEmailInteraction;
  295. }
  296. public function setMeetingInteraction(Google_Service_Cih_MeetingInteraction $meetingInteraction)
  297. {
  298. $this->meetingInteraction = $meetingInteraction;
  299. }
  300. public function getMeetingInteraction()
  301. {
  302. return $this->meetingInteraction;
  303. }
  304. public function setMetaType($metaType)
  305. {
  306. $this->metaType = $metaType;
  307. }
  308. public function getMetaType()
  309. {
  310. return $this->metaType;
  311. }
  312. public function setNoteInteraction(Google_Service_Cih_NoteInteraction $noteInteraction)
  313. {
  314. $this->noteInteraction = $noteInteraction;
  315. }
  316. public function getNoteInteraction()
  317. {
  318. return $this->noteInteraction;
  319. }
  320. public function setOtherParticipant($otherParticipant)
  321. {
  322. $this->otherParticipant = $otherParticipant;
  323. }
  324. public function getOtherParticipant()
  325. {
  326. return $this->otherParticipant;
  327. }
  328. public function setPartnerSearchData(Google_Service_Cih_PartnerSearchData $partnerSearchData)
  329. {
  330. $this->partnerSearchData = $partnerSearchData;
  331. }
  332. public function getPartnerSearchData()
  333. {
  334. return $this->partnerSearchData;
  335. }
  336. public function setPhoneInteraction(Google_Service_Cih_PhoneInteraction $phoneInteraction)
  337. {
  338. $this->phoneInteraction = $phoneInteraction;
  339. }
  340. public function getPhoneInteraction()
  341. {
  342. return $this->phoneInteraction;
  343. }
  344. public function setSourceSystemPrimaryKey($sourceSystemPrimaryKey)
  345. {
  346. $this->sourceSystemPrimaryKey = $sourceSystemPrimaryKey;
  347. }
  348. public function getSourceSystemPrimaryKey()
  349. {
  350. return $this->sourceSystemPrimaryKey;
  351. }
  352. public function setSummary($summary)
  353. {
  354. $this->summary = $summary;
  355. }
  356. public function getSummary()
  357. {
  358. return $this->summary;
  359. }
  360. public function setSummaryTruncated($summaryTruncated)
  361. {
  362. $this->summaryTruncated = $summaryTruncated;
  363. }
  364. public function getSummaryTruncated()
  365. {
  366. return $this->summaryTruncated;
  367. }
  368. public function setTaskInteraction(Google_Service_Cih_TaskInteraction $taskInteraction)
  369. {
  370. $this->taskInteraction = $taskInteraction;
  371. }
  372. public function getTaskInteraction()
  373. {
  374. return $this->taskInteraction;
  375. }
  376. public function setTimestamp($timestamp)
  377. {
  378. $this->timestamp = $timestamp;
  379. }
  380. public function getTimestamp()
  381. {
  382. return $this->timestamp;
  383. }
  384. public function setTraxData(Google_Service_Cih_TraxData $traxData)
  385. {
  386. $this->traxData = $traxData;
  387. }
  388. public function getTraxData()
  389. {
  390. return $this->traxData;
  391. }
  392. public function setTraxInteraction(Google_Service_Cih_TraxInteraction $traxInteraction)
  393. {
  394. $this->traxInteraction = $traxInteraction;
  395. }
  396. public function getTraxInteraction()
  397. {
  398. return $this->traxInteraction;
  399. }
  400. public function setUserCommData(Google_Service_Cih_UserCommData $userCommData)
  401. {
  402. $this->userCommData = $userCommData;
  403. }
  404. public function getUserCommData()
  405. {
  406. return $this->userCommData;
  407. }
  408. }