[e3d4e0a] | 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 |
|
---|
| 18 | namespace Google\Service\CloudSearch;
|
---|
| 19 |
|
---|
| 20 | class AppsDynamiteSharedWidget extends \Google\Model
|
---|
| 21 | {
|
---|
| 22 | protected $buttonListType = AppsDynamiteSharedButtonList::class;
|
---|
| 23 | protected $buttonListDataType = '';
|
---|
| 24 | public $buttonList;
|
---|
| 25 | protected $columnsType = AppsDynamiteSharedColumns::class;
|
---|
| 26 | protected $columnsDataType = '';
|
---|
| 27 | public $columns;
|
---|
| 28 | protected $dateTimePickerType = AppsDynamiteSharedDateTimePicker::class;
|
---|
| 29 | protected $dateTimePickerDataType = '';
|
---|
| 30 | public $dateTimePicker;
|
---|
| 31 | protected $decoratedTextType = AppsDynamiteSharedDecoratedText::class;
|
---|
| 32 | protected $decoratedTextDataType = '';
|
---|
| 33 | public $decoratedText;
|
---|
| 34 | protected $dividerType = AppsDynamiteSharedDivider::class;
|
---|
| 35 | protected $dividerDataType = '';
|
---|
| 36 | public $divider;
|
---|
| 37 | protected $gridType = AppsDynamiteSharedGrid::class;
|
---|
| 38 | protected $gridDataType = '';
|
---|
| 39 | public $grid;
|
---|
| 40 | /**
|
---|
| 41 | * @var string
|
---|
| 42 | */
|
---|
| 43 | public $horizontalAlignment;
|
---|
| 44 | protected $imageType = AppsDynamiteSharedImage::class;
|
---|
| 45 | protected $imageDataType = '';
|
---|
| 46 | public $image;
|
---|
| 47 | protected $selectionInputType = AppsDynamiteSharedSelectionInput::class;
|
---|
| 48 | protected $selectionInputDataType = '';
|
---|
| 49 | public $selectionInput;
|
---|
| 50 | protected $textInputType = AppsDynamiteSharedTextInput::class;
|
---|
| 51 | protected $textInputDataType = '';
|
---|
| 52 | public $textInput;
|
---|
| 53 | protected $textParagraphType = AppsDynamiteSharedTextParagraph::class;
|
---|
| 54 | protected $textParagraphDataType = '';
|
---|
| 55 | public $textParagraph;
|
---|
| 56 |
|
---|
| 57 | /**
|
---|
| 58 | * @param AppsDynamiteSharedButtonList
|
---|
| 59 | */
|
---|
| 60 | public function setButtonList(AppsDynamiteSharedButtonList $buttonList)
|
---|
| 61 | {
|
---|
| 62 | $this->buttonList = $buttonList;
|
---|
| 63 | }
|
---|
| 64 | /**
|
---|
| 65 | * @return AppsDynamiteSharedButtonList
|
---|
| 66 | */
|
---|
| 67 | public function getButtonList()
|
---|
| 68 | {
|
---|
| 69 | return $this->buttonList;
|
---|
| 70 | }
|
---|
| 71 | /**
|
---|
| 72 | * @param AppsDynamiteSharedColumns
|
---|
| 73 | */
|
---|
| 74 | public function setColumns(AppsDynamiteSharedColumns $columns)
|
---|
| 75 | {
|
---|
| 76 | $this->columns = $columns;
|
---|
| 77 | }
|
---|
| 78 | /**
|
---|
| 79 | * @return AppsDynamiteSharedColumns
|
---|
| 80 | */
|
---|
| 81 | public function getColumns()
|
---|
| 82 | {
|
---|
| 83 | return $this->columns;
|
---|
| 84 | }
|
---|
| 85 | /**
|
---|
| 86 | * @param AppsDynamiteSharedDateTimePicker
|
---|
| 87 | */
|
---|
| 88 | public function setDateTimePicker(AppsDynamiteSharedDateTimePicker $dateTimePicker)
|
---|
| 89 | {
|
---|
| 90 | $this->dateTimePicker = $dateTimePicker;
|
---|
| 91 | }
|
---|
| 92 | /**
|
---|
| 93 | * @return AppsDynamiteSharedDateTimePicker
|
---|
| 94 | */
|
---|
| 95 | public function getDateTimePicker()
|
---|
| 96 | {
|
---|
| 97 | return $this->dateTimePicker;
|
---|
| 98 | }
|
---|
| 99 | /**
|
---|
| 100 | * @param AppsDynamiteSharedDecoratedText
|
---|
| 101 | */
|
---|
| 102 | public function setDecoratedText(AppsDynamiteSharedDecoratedText $decoratedText)
|
---|
| 103 | {
|
---|
| 104 | $this->decoratedText = $decoratedText;
|
---|
| 105 | }
|
---|
| 106 | /**
|
---|
| 107 | * @return AppsDynamiteSharedDecoratedText
|
---|
| 108 | */
|
---|
| 109 | public function getDecoratedText()
|
---|
| 110 | {
|
---|
| 111 | return $this->decoratedText;
|
---|
| 112 | }
|
---|
| 113 | /**
|
---|
| 114 | * @param AppsDynamiteSharedDivider
|
---|
| 115 | */
|
---|
| 116 | public function setDivider(AppsDynamiteSharedDivider $divider)
|
---|
| 117 | {
|
---|
| 118 | $this->divider = $divider;
|
---|
| 119 | }
|
---|
| 120 | /**
|
---|
| 121 | * @return AppsDynamiteSharedDivider
|
---|
| 122 | */
|
---|
| 123 | public function getDivider()
|
---|
| 124 | {
|
---|
| 125 | return $this->divider;
|
---|
| 126 | }
|
---|
| 127 | /**
|
---|
| 128 | * @param AppsDynamiteSharedGrid
|
---|
| 129 | */
|
---|
| 130 | public function setGrid(AppsDynamiteSharedGrid $grid)
|
---|
| 131 | {
|
---|
| 132 | $this->grid = $grid;
|
---|
| 133 | }
|
---|
| 134 | /**
|
---|
| 135 | * @return AppsDynamiteSharedGrid
|
---|
| 136 | */
|
---|
| 137 | public function getGrid()
|
---|
| 138 | {
|
---|
| 139 | return $this->grid;
|
---|
| 140 | }
|
---|
| 141 | /**
|
---|
| 142 | * @param string
|
---|
| 143 | */
|
---|
| 144 | public function setHorizontalAlignment($horizontalAlignment)
|
---|
| 145 | {
|
---|
| 146 | $this->horizontalAlignment = $horizontalAlignment;
|
---|
| 147 | }
|
---|
| 148 | /**
|
---|
| 149 | * @return string
|
---|
| 150 | */
|
---|
| 151 | public function getHorizontalAlignment()
|
---|
| 152 | {
|
---|
| 153 | return $this->horizontalAlignment;
|
---|
| 154 | }
|
---|
| 155 | /**
|
---|
| 156 | * @param AppsDynamiteSharedImage
|
---|
| 157 | */
|
---|
| 158 | public function setImage(AppsDynamiteSharedImage $image)
|
---|
| 159 | {
|
---|
| 160 | $this->image = $image;
|
---|
| 161 | }
|
---|
| 162 | /**
|
---|
| 163 | * @return AppsDynamiteSharedImage
|
---|
| 164 | */
|
---|
| 165 | public function getImage()
|
---|
| 166 | {
|
---|
| 167 | return $this->image;
|
---|
| 168 | }
|
---|
| 169 | /**
|
---|
| 170 | * @param AppsDynamiteSharedSelectionInput
|
---|
| 171 | */
|
---|
| 172 | public function setSelectionInput(AppsDynamiteSharedSelectionInput $selectionInput)
|
---|
| 173 | {
|
---|
| 174 | $this->selectionInput = $selectionInput;
|
---|
| 175 | }
|
---|
| 176 | /**
|
---|
| 177 | * @return AppsDynamiteSharedSelectionInput
|
---|
| 178 | */
|
---|
| 179 | public function getSelectionInput()
|
---|
| 180 | {
|
---|
| 181 | return $this->selectionInput;
|
---|
| 182 | }
|
---|
| 183 | /**
|
---|
| 184 | * @param AppsDynamiteSharedTextInput
|
---|
| 185 | */
|
---|
| 186 | public function setTextInput(AppsDynamiteSharedTextInput $textInput)
|
---|
| 187 | {
|
---|
| 188 | $this->textInput = $textInput;
|
---|
| 189 | }
|
---|
| 190 | /**
|
---|
| 191 | * @return AppsDynamiteSharedTextInput
|
---|
| 192 | */
|
---|
| 193 | public function getTextInput()
|
---|
| 194 | {
|
---|
| 195 | return $this->textInput;
|
---|
| 196 | }
|
---|
| 197 | /**
|
---|
| 198 | * @param AppsDynamiteSharedTextParagraph
|
---|
| 199 | */
|
---|
| 200 | public function setTextParagraph(AppsDynamiteSharedTextParagraph $textParagraph)
|
---|
| 201 | {
|
---|
| 202 | $this->textParagraph = $textParagraph;
|
---|
| 203 | }
|
---|
| 204 | /**
|
---|
| 205 | * @return AppsDynamiteSharedTextParagraph
|
---|
| 206 | */
|
---|
| 207 | public function getTextParagraph()
|
---|
| 208 | {
|
---|
| 209 | return $this->textParagraph;
|
---|
| 210 | }
|
---|
| 211 | }
|
---|
| 212 |
|
---|
| 213 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 214 | class_alias(AppsDynamiteSharedWidget::class, 'Google_Service_CloudSearch_AppsDynamiteSharedWidget');
|
---|