Нема описа

Response.php 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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_Slides_Response extends Google_Model
  18. {
  19. protected $createImageType = 'Google_Service_Slides_CreateImageResponse';
  20. protected $createImageDataType = '';
  21. protected $createLineType = 'Google_Service_Slides_CreateLineResponse';
  22. protected $createLineDataType = '';
  23. protected $createShapeType = 'Google_Service_Slides_CreateShapeResponse';
  24. protected $createShapeDataType = '';
  25. protected $createSheetsChartType = 'Google_Service_Slides_CreateSheetsChartResponse';
  26. protected $createSheetsChartDataType = '';
  27. protected $createSlideType = 'Google_Service_Slides_CreateSlideResponse';
  28. protected $createSlideDataType = '';
  29. protected $createTableType = 'Google_Service_Slides_CreateTableResponse';
  30. protected $createTableDataType = '';
  31. protected $createVideoType = 'Google_Service_Slides_CreateVideoResponse';
  32. protected $createVideoDataType = '';
  33. protected $duplicateObjectType = 'Google_Service_Slides_DuplicateObjectResponse';
  34. protected $duplicateObjectDataType = '';
  35. protected $groupObjectsType = 'Google_Service_Slides_GroupObjectsResponse';
  36. protected $groupObjectsDataType = '';
  37. protected $replaceAllShapesWithImageType = 'Google_Service_Slides_ReplaceAllShapesWithImageResponse';
  38. protected $replaceAllShapesWithImageDataType = '';
  39. protected $replaceAllShapesWithSheetsChartType = 'Google_Service_Slides_ReplaceAllShapesWithSheetsChartResponse';
  40. protected $replaceAllShapesWithSheetsChartDataType = '';
  41. protected $replaceAllTextType = 'Google_Service_Slides_ReplaceAllTextResponse';
  42. protected $replaceAllTextDataType = '';
  43. /**
  44. * @param Google_Service_Slides_CreateImageResponse
  45. */
  46. public function setCreateImage(Google_Service_Slides_CreateImageResponse $createImage)
  47. {
  48. $this->createImage = $createImage;
  49. }
  50. /**
  51. * @return Google_Service_Slides_CreateImageResponse
  52. */
  53. public function getCreateImage()
  54. {
  55. return $this->createImage;
  56. }
  57. /**
  58. * @param Google_Service_Slides_CreateLineResponse
  59. */
  60. public function setCreateLine(Google_Service_Slides_CreateLineResponse $createLine)
  61. {
  62. $this->createLine = $createLine;
  63. }
  64. /**
  65. * @return Google_Service_Slides_CreateLineResponse
  66. */
  67. public function getCreateLine()
  68. {
  69. return $this->createLine;
  70. }
  71. /**
  72. * @param Google_Service_Slides_CreateShapeResponse
  73. */
  74. public function setCreateShape(Google_Service_Slides_CreateShapeResponse $createShape)
  75. {
  76. $this->createShape = $createShape;
  77. }
  78. /**
  79. * @return Google_Service_Slides_CreateShapeResponse
  80. */
  81. public function getCreateShape()
  82. {
  83. return $this->createShape;
  84. }
  85. /**
  86. * @param Google_Service_Slides_CreateSheetsChartResponse
  87. */
  88. public function setCreateSheetsChart(Google_Service_Slides_CreateSheetsChartResponse $createSheetsChart)
  89. {
  90. $this->createSheetsChart = $createSheetsChart;
  91. }
  92. /**
  93. * @return Google_Service_Slides_CreateSheetsChartResponse
  94. */
  95. public function getCreateSheetsChart()
  96. {
  97. return $this->createSheetsChart;
  98. }
  99. /**
  100. * @param Google_Service_Slides_CreateSlideResponse
  101. */
  102. public function setCreateSlide(Google_Service_Slides_CreateSlideResponse $createSlide)
  103. {
  104. $this->createSlide = $createSlide;
  105. }
  106. /**
  107. * @return Google_Service_Slides_CreateSlideResponse
  108. */
  109. public function getCreateSlide()
  110. {
  111. return $this->createSlide;
  112. }
  113. /**
  114. * @param Google_Service_Slides_CreateTableResponse
  115. */
  116. public function setCreateTable(Google_Service_Slides_CreateTableResponse $createTable)
  117. {
  118. $this->createTable = $createTable;
  119. }
  120. /**
  121. * @return Google_Service_Slides_CreateTableResponse
  122. */
  123. public function getCreateTable()
  124. {
  125. return $this->createTable;
  126. }
  127. /**
  128. * @param Google_Service_Slides_CreateVideoResponse
  129. */
  130. public function setCreateVideo(Google_Service_Slides_CreateVideoResponse $createVideo)
  131. {
  132. $this->createVideo = $createVideo;
  133. }
  134. /**
  135. * @return Google_Service_Slides_CreateVideoResponse
  136. */
  137. public function getCreateVideo()
  138. {
  139. return $this->createVideo;
  140. }
  141. /**
  142. * @param Google_Service_Slides_DuplicateObjectResponse
  143. */
  144. public function setDuplicateObject(Google_Service_Slides_DuplicateObjectResponse $duplicateObject)
  145. {
  146. $this->duplicateObject = $duplicateObject;
  147. }
  148. /**
  149. * @return Google_Service_Slides_DuplicateObjectResponse
  150. */
  151. public function getDuplicateObject()
  152. {
  153. return $this->duplicateObject;
  154. }
  155. /**
  156. * @param Google_Service_Slides_GroupObjectsResponse
  157. */
  158. public function setGroupObjects(Google_Service_Slides_GroupObjectsResponse $groupObjects)
  159. {
  160. $this->groupObjects = $groupObjects;
  161. }
  162. /**
  163. * @return Google_Service_Slides_GroupObjectsResponse
  164. */
  165. public function getGroupObjects()
  166. {
  167. return $this->groupObjects;
  168. }
  169. /**
  170. * @param Google_Service_Slides_ReplaceAllShapesWithImageResponse
  171. */
  172. public function setReplaceAllShapesWithImage(Google_Service_Slides_ReplaceAllShapesWithImageResponse $replaceAllShapesWithImage)
  173. {
  174. $this->replaceAllShapesWithImage = $replaceAllShapesWithImage;
  175. }
  176. /**
  177. * @return Google_Service_Slides_ReplaceAllShapesWithImageResponse
  178. */
  179. public function getReplaceAllShapesWithImage()
  180. {
  181. return $this->replaceAllShapesWithImage;
  182. }
  183. /**
  184. * @param Google_Service_Slides_ReplaceAllShapesWithSheetsChartResponse
  185. */
  186. public function setReplaceAllShapesWithSheetsChart(Google_Service_Slides_ReplaceAllShapesWithSheetsChartResponse $replaceAllShapesWithSheetsChart)
  187. {
  188. $this->replaceAllShapesWithSheetsChart = $replaceAllShapesWithSheetsChart;
  189. }
  190. /**
  191. * @return Google_Service_Slides_ReplaceAllShapesWithSheetsChartResponse
  192. */
  193. public function getReplaceAllShapesWithSheetsChart()
  194. {
  195. return $this->replaceAllShapesWithSheetsChart;
  196. }
  197. /**
  198. * @param Google_Service_Slides_ReplaceAllTextResponse
  199. */
  200. public function setReplaceAllText(Google_Service_Slides_ReplaceAllTextResponse $replaceAllText)
  201. {
  202. $this->replaceAllText = $replaceAllText;
  203. }
  204. /**
  205. * @return Google_Service_Slides_ReplaceAllTextResponse
  206. */
  207. public function getReplaceAllText()
  208. {
  209. return $this->replaceAllText;
  210. }
  211. }