1818 * The version of the OpenAPI document: 1.0.0-beta
1919 *
2020 * Generated by: https://openapi-generator.tech
21- * OpenAPI Generator version: 4.0.3
21+ * OpenAPI Generator version: 7.2.0
2222 */
2323
2424/**
@@ -144,6 +144,7 @@ public static function openAPIFormats()
144144 *
145145 * @return array
146146 */
147+ #[\ReturnTypeWillChange]
147148 public static function attributeMap ()
148149 {
149150 return self ::$ attributeMap ;
@@ -154,6 +155,7 @@ public static function attributeMap()
154155 *
155156 * @return array
156157 */
158+ #[\ReturnTypeWillChange]
157159 public static function setters ()
158160 {
159161 return self ::$ setters ;
@@ -164,6 +166,7 @@ public static function setters()
164166 *
165167 * @return array
166168 */
169+ #[\ReturnTypeWillChange]
167170 public static function getters ()
168171 {
169172 return self ::$ getters ;
@@ -174,6 +177,7 @@ public static function getters()
174177 *
175178 * @return string
176179 */
180+ #[\ReturnTypeWillChange]
177181 public function getModelName ()
178182 {
179183 return self ::$ openAPIModelName ;
@@ -210,6 +214,7 @@ public function __construct(array $data = null)
210214 *
211215 * @return array invalid properties with reasons
212216 */
217+ #[\ReturnTypeWillChange]
213218 public function listInvalidProperties ()
214219 {
215220 $ invalidProperties = [];
@@ -223,6 +228,7 @@ public function listInvalidProperties()
223228 *
224229 * @return bool True if all properties are valid
225230 */
231+ #[\ReturnTypeWillChange]
226232 public function valid ()
227233 {
228234 return count ($ this ->listInvalidProperties ()) === 0 ;
@@ -234,6 +240,7 @@ public function valid()
234240 *
235241 * @return int|null
236242 */
243+ #[\ReturnTypeWillChange]
237244 public function getCode ()
238245 {
239246 return $ this ->container ['code ' ];
@@ -246,6 +253,7 @@ public function getCode()
246253 *
247254 * @return $this
248255 */
256+ #[\ReturnTypeWillChange]
249257 public function setCode ($ code )
250258 {
251259 $ this ->container ['code ' ] = $ code ;
@@ -258,6 +266,7 @@ public function setCode($code)
258266 *
259267 * @return \Openprovider\Api\Rest\Client\Auth\Model\AuthLoginResponseData|null
260268 */
269+ #[\ReturnTypeWillChange]
261270 public function getData ()
262271 {
263272 return $ this ->container ['data ' ];
@@ -270,6 +279,7 @@ public function getData()
270279 *
271280 * @return $this
272281 */
282+ #[\ReturnTypeWillChange]
273283 public function setData ($ data )
274284 {
275285 $ this ->container ['data ' ] = $ data ;
@@ -282,6 +292,7 @@ public function setData($data)
282292 *
283293 * @return string|null
284294 */
295+ #[\ReturnTypeWillChange]
285296 public function getDesc ()
286297 {
287298 return $ this ->container ['desc ' ];
@@ -294,6 +305,7 @@ public function getDesc()
294305 *
295306 * @return $this
296307 */
308+ #[\ReturnTypeWillChange]
297309 public function setDesc ($ desc )
298310 {
299311 $ this ->container ['desc ' ] = $ desc ;
@@ -306,6 +318,7 @@ public function setDesc($desc)
306318 *
307319 * @return bool|null
308320 */
321+ #[\ReturnTypeWillChange]
309322 public function getMaintenance ()
310323 {
311324 return $ this ->container ['maintenance ' ];
@@ -318,6 +331,7 @@ public function getMaintenance()
318331 *
319332 * @return $this
320333 */
334+ #[\ReturnTypeWillChange]
321335 public function setMaintenance ($ maintenance )
322336 {
323337 $ this ->container ['maintenance ' ] = $ maintenance ;
@@ -330,6 +344,7 @@ public function setMaintenance($maintenance)
330344 *
331345 * @return \Openprovider\Api\Rest\Client\Auth\Model\ErrorWarning[]|null
332346 */
347+ #[\ReturnTypeWillChange]
333348 public function getWarnings ()
334349 {
335350 return $ this ->container ['warnings ' ];
@@ -342,6 +357,7 @@ public function getWarnings()
342357 *
343358 * @return $this
344359 */
360+ #[\ReturnTypeWillChange]
345361 public function setWarnings ($ warnings )
346362 {
347363 $ this ->container ['warnings ' ] = $ warnings ;
@@ -355,6 +371,7 @@ public function setWarnings($warnings)
355371 *
356372 * @return boolean
357373 */
374+ #[\ReturnTypeWillChange]
358375 public function offsetExists ($ offset )
359376 {
360377 return isset ($ this ->container [$ offset ]);
@@ -367,6 +384,7 @@ public function offsetExists($offset)
367384 *
368385 * @return mixed
369386 */
387+ #[\ReturnTypeWillChange]
370388 public function offsetGet ($ offset )
371389 {
372390 return isset ($ this ->container [$ offset ]) ? $ this ->container [$ offset ] : null ;
@@ -380,6 +398,7 @@ public function offsetGet($offset)
380398 *
381399 * @return void
382400 */
401+ #[\ReturnTypeWillChange]
383402 public function offsetSet ($ offset , $ value )
384403 {
385404 if (is_null ($ offset )) {
@@ -396,6 +415,7 @@ public function offsetSet($offset, $value)
396415 *
397416 * @return void
398417 */
418+ #[\ReturnTypeWillChange]
399419 public function offsetUnset ($ offset )
400420 {
401421 unset($ this ->container [$ offset ]);
@@ -406,6 +426,7 @@ public function offsetUnset($offset)
406426 *
407427 * @return string
408428 */
429+ #[\ReturnTypeWillChange]
409430 public function __toString ()
410431 {
411432 return json_encode (
0 commit comments