|
1
|
|
|
<?php |
|
2
|
|
|
|
|
3
|
|
|
namespace AlibabaCloud\PTS\V20201020; |
|
4
|
|
|
|
|
5
|
|
|
use AlibabaCloud\Client\Resolver\ApiResolver; |
|
6
|
|
|
|
|
7
|
|
|
/** |
|
8
|
|
|
* @method AdjustJMeterSceneSpeed adjustJMeterSceneSpeed(array $options = []) |
|
9
|
|
|
* @method CreatePtsScene createPtsScene(array $options = []) |
|
10
|
|
|
* @method CreatePtsSceneBaseLineFromReport createPtsSceneBaseLineFromReport(array $options = []) |
|
11
|
|
|
* @method DeletePtsScene deletePtsScene(array $options = []) |
|
12
|
|
|
* @method DeletePtsSceneBaseLine deletePtsSceneBaseLine(array $options = []) |
|
13
|
|
|
* @method DeletePtsScenes deletePtsScenes(array $options = []) |
|
14
|
|
|
* @method GetAllRegions getAllRegions(array $options = []) |
|
15
|
|
|
* @method GetJMeterLogs getJMeterLogs(array $options = []) |
|
16
|
|
|
* @method GetJMeterSampleMetrics getJMeterSampleMetrics(array $options = []) |
|
17
|
|
|
* @method GetJMeterSamplingLogs getJMeterSamplingLogs(array $options = []) |
|
18
|
|
|
* @method GetJMeterSceneRunningData getJMeterSceneRunningData(array $options = []) |
|
19
|
|
|
* @method GetOpenJMeterScene getOpenJMeterScene(array $options = []) |
|
20
|
|
|
* @method GetPtsReportDetails getPtsReportDetails(array $options = []) |
|
21
|
|
|
* @method GetPtsReportsBySceneId getPtsReportsBySceneId(array $options = []) |
|
22
|
|
|
* @method GetPtsScene getPtsScene(array $options = []) |
|
23
|
|
|
* @method GetPtsSceneBaseLine getPtsSceneBaseLine(array $options = []) |
|
24
|
|
|
* @method GetPtsSceneRunningData getPtsSceneRunningData(array $options = []) |
|
25
|
|
|
* @method GetPtsSceneRunningStatus getPtsSceneRunningStatus(array $options = []) |
|
26
|
|
|
* @method GetUserVpcs getUserVpcs(array $options = []) |
|
27
|
|
|
* @method GetUserVpcSecurityGroup getUserVpcSecurityGroup(array $options = []) |
|
28
|
|
|
* @method GetUserVpcVSwitch getUserVpcVSwitch(array $options = []) |
|
29
|
|
|
* @method ListEnvs listEnvs(array $options = []) |
|
30
|
|
|
* @method ListJMeterReports listJMeterReports(array $options = []) |
|
31
|
|
|
* @method ListOpenJMeterScenes listOpenJMeterScenes(array $options = []) |
|
32
|
|
|
* @method ListPtsScene listPtsScene(array $options = []) |
|
33
|
|
|
* @method ModifyPtsScene modifyPtsScene(array $options = []) |
|
34
|
|
|
* @method RemoveEnv removeEnv(array $options = []) |
|
35
|
|
|
* @method RemoveOpenJMeterScene removeOpenJMeterScene(array $options = []) |
|
36
|
|
|
* @method SaveEnv saveEnv(array $options = []) |
|
37
|
|
|
* @method SaveOpenJMeterScene saveOpenJMeterScene(array $options = []) |
|
38
|
|
|
* @method SavePtsScene savePtsScene(array $options = []) |
|
39
|
|
|
* @method StartDebuggingJMeterScene startDebuggingJMeterScene(array $options = []) |
|
40
|
|
|
* @method StartDebugPtsScene startDebugPtsScene(array $options = []) |
|
41
|
|
|
* @method StartPtsScene startPtsScene(array $options = []) |
|
42
|
|
|
* @method StartTestingJMeterScene startTestingJMeterScene(array $options = []) |
|
43
|
|
|
* @method StopDebuggingJMeterScene stopDebuggingJMeterScene(array $options = []) |
|
44
|
|
|
* @method StopDebugPtsScene stopDebugPtsScene(array $options = []) |
|
45
|
|
|
* @method StopPtsScene stopPtsScene(array $options = []) |
|
46
|
|
|
* @method StopTestingJMeterScene stopTestingJMeterScene(array $options = []) |
|
47
|
|
|
* @method UpdatePtsSceneBaseLine updatePtsSceneBaseLine(array $options = []) |
|
48
|
|
|
*/ |
|
49
|
|
|
class PTSApiResolver extends ApiResolver |
|
50
|
|
|
{ |
|
51
|
|
|
} |
|
52
|
|
|
|
|
53
|
|
|
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc |
|
54
|
|
|
{ |
|
55
|
|
|
/** @var string */ |
|
56
|
|
|
public $product = 'PTS'; |
|
57
|
|
|
|
|
58
|
|
|
/** @var string */ |
|
59
|
|
|
public $version = '2020-10-20'; |
|
60
|
|
|
|
|
61
|
|
|
/** @var string */ |
|
62
|
|
|
public $method = 'POST'; |
|
63
|
|
|
} |
|
64
|
|
|
|
|
65
|
|
|
/** |
|
66
|
|
|
* @method string getReportId() |
|
67
|
|
|
* @method $this withReportId($value) |
|
68
|
|
|
* @method string getSpeed() |
|
69
|
|
|
* @method $this withSpeed($value) |
|
70
|
|
|
*/ |
|
71
|
|
|
class AdjustJMeterSceneSpeed extends Rpc |
|
72
|
|
|
{ |
|
73
|
|
|
} |
|
74
|
|
|
|
|
75
|
|
|
/** |
|
76
|
|
|
* @method string getScene() |
|
77
|
|
|
* @method $this withScene($value) |
|
78
|
|
|
*/ |
|
79
|
|
|
class CreatePtsScene extends Rpc |
|
80
|
|
|
{ |
|
81
|
|
|
} |
|
82
|
|
|
|
|
83
|
|
|
/** |
|
84
|
|
|
* @method string getReportId() |
|
85
|
|
|
* @method $this withReportId($value) |
|
86
|
|
|
* @method string getSceneId() |
|
87
|
|
|
* @method $this withSceneId($value) |
|
88
|
|
|
*/ |
|
89
|
|
|
class CreatePtsSceneBaseLineFromReport extends Rpc |
|
90
|
|
|
{ |
|
91
|
|
|
} |
|
92
|
|
|
|
|
93
|
|
|
/** |
|
94
|
|
|
* @method string getSceneId() |
|
95
|
|
|
* @method $this withSceneId($value) |
|
96
|
|
|
*/ |
|
97
|
|
|
class DeletePtsScene extends Rpc |
|
98
|
|
|
{ |
|
99
|
|
|
} |
|
100
|
|
|
|
|
101
|
|
|
/** |
|
102
|
|
|
* @method string getSceneId() |
|
103
|
|
|
* @method $this withSceneId($value) |
|
104
|
|
|
*/ |
|
105
|
|
|
class DeletePtsSceneBaseLine extends Rpc |
|
106
|
|
|
{ |
|
107
|
|
|
} |
|
108
|
|
|
|
|
109
|
|
|
/** |
|
110
|
|
|
* @method string getSceneIds() |
|
111
|
|
|
* @method $this withSceneIds($value) |
|
112
|
|
|
*/ |
|
113
|
|
|
class DeletePtsScenes extends Rpc |
|
114
|
|
|
{ |
|
115
|
|
|
} |
|
116
|
|
|
|
|
117
|
|
|
class GetAllRegions extends Rpc |
|
118
|
|
|
{ |
|
119
|
|
|
} |
|
120
|
|
|
|
|
121
|
|
|
/** |
|
122
|
|
|
* @method string getAgentIndex() |
|
123
|
|
|
* @method $this withAgentIndex($value) |
|
124
|
|
|
* @method string getReportId() |
|
125
|
|
|
* @method $this withReportId($value) |
|
126
|
|
|
* @method string getLevel() |
|
127
|
|
|
* @method $this withLevel($value) |
|
128
|
|
|
* @method string getEndTime() |
|
129
|
|
|
* @method $this withEndTime($value) |
|
130
|
|
|
* @method string getBeginTime() |
|
131
|
|
|
* @method $this withBeginTime($value) |
|
132
|
|
|
* @method string getThread() |
|
133
|
|
|
* @method $this withThread($value) |
|
134
|
|
|
* @method string getPageNumber() |
|
135
|
|
|
* @method $this withPageNumber($value) |
|
136
|
|
|
* @method string getPageSize() |
|
137
|
|
|
* @method $this withPageSize($value) |
|
138
|
|
|
* @method string getKeyword() |
|
139
|
|
|
* @method $this withKeyword($value) |
|
140
|
|
|
*/ |
|
141
|
|
|
class GetJMeterLogs extends Rpc |
|
142
|
|
|
{ |
|
143
|
|
|
} |
|
144
|
|
|
|
|
145
|
|
|
/** |
|
146
|
|
|
* @method string getReportId() |
|
147
|
|
|
* @method $this withReportId($value) |
|
148
|
|
|
* @method string getSamplerId() |
|
149
|
|
|
* @method $this withSamplerId($value) |
|
150
|
|
|
* @method string getEndTime() |
|
151
|
|
|
* @method $this withEndTime($value) |
|
152
|
|
|
* @method string getBeginTime() |
|
153
|
|
|
* @method $this withBeginTime($value) |
|
154
|
|
|
*/ |
|
155
|
|
|
class GetJMeterSampleMetrics extends Rpc |
|
156
|
|
|
{ |
|
157
|
|
|
} |
|
158
|
|
|
|
|
159
|
|
|
/** |
|
160
|
|
|
* @method string getResponseCode() |
|
161
|
|
|
* @method $this withResponseCode($value) |
|
162
|
|
|
* @method string getAgentId() |
|
163
|
|
|
* @method $this withAgentId($value) |
|
164
|
|
|
* @method string getReportId() |
|
165
|
|
|
* @method $this withReportId($value) |
|
166
|
|
|
* @method string getMinRT() |
|
167
|
|
|
* @method $this withMinRT($value) |
|
168
|
|
|
* @method string getEndTime() |
|
169
|
|
|
* @method $this withEndTime($value) |
|
170
|
|
|
* @method string getBeginTime() |
|
171
|
|
|
* @method $this withBeginTime($value) |
|
172
|
|
|
* @method string getThread() |
|
173
|
|
|
* @method $this withThread($value) |
|
174
|
|
|
* @method string getMaxRT() |
|
175
|
|
|
* @method $this withMaxRT($value) |
|
176
|
|
|
* @method string getPageNumber() |
|
177
|
|
|
* @method $this withPageNumber($value) |
|
178
|
|
|
* @method string getSamplerId() |
|
179
|
|
|
* @method $this withSamplerId($value) |
|
180
|
|
|
* @method string getSuccess() |
|
181
|
|
|
* @method $this withSuccess($value) |
|
182
|
|
|
* @method string getPageSize() |
|
183
|
|
|
* @method $this withPageSize($value) |
|
184
|
|
|
* @method string getKeyword() |
|
185
|
|
|
* @method $this withKeyword($value) |
|
186
|
|
|
*/ |
|
187
|
|
|
class GetJMeterSamplingLogs extends Rpc |
|
188
|
|
|
{ |
|
189
|
|
|
} |
|
190
|
|
|
|
|
191
|
|
|
/** |
|
192
|
|
|
* @method string getSceneId() |
|
193
|
|
|
* @method $this withSceneId($value) |
|
194
|
|
|
*/ |
|
195
|
|
|
class GetJMeterSceneRunningData extends Rpc |
|
196
|
|
|
{ |
|
197
|
|
|
} |
|
198
|
|
|
|
|
199
|
|
|
/** |
|
200
|
|
|
* @method string getSceneId() |
|
201
|
|
|
* @method $this withSceneId($value) |
|
202
|
|
|
*/ |
|
203
|
|
|
class GetOpenJMeterScene extends Rpc |
|
204
|
|
|
{ |
|
205
|
|
|
} |
|
206
|
|
|
|
|
207
|
|
|
/** |
|
208
|
|
|
* @method string getSceneId() |
|
209
|
|
|
* @method $this withSceneId($value) |
|
210
|
|
|
* @method string getPlanId() |
|
211
|
|
|
* @method $this withPlanId($value) |
|
212
|
|
|
*/ |
|
213
|
|
|
class GetPtsReportDetails extends Rpc |
|
214
|
|
|
{ |
|
215
|
|
|
} |
|
216
|
|
|
|
|
217
|
|
|
/** |
|
218
|
|
|
* @method string getSceneId() |
|
219
|
|
|
* @method $this withSceneId($value) |
|
220
|
|
|
* @method string getPageSize() |
|
221
|
|
|
* @method $this withPageSize($value) |
|
222
|
|
|
* @method string getPageNumber() |
|
223
|
|
|
* @method $this withPageNumber($value) |
|
224
|
|
|
*/ |
|
225
|
|
|
class GetPtsReportsBySceneId extends Rpc |
|
226
|
|
|
{ |
|
227
|
|
|
} |
|
228
|
|
|
|
|
229
|
|
|
/** |
|
230
|
|
|
* @method string getSceneId() |
|
231
|
|
|
* @method $this withSceneId($value) |
|
232
|
|
|
*/ |
|
233
|
|
|
class GetPtsScene extends Rpc |
|
234
|
|
|
{ |
|
235
|
|
|
} |
|
236
|
|
|
|
|
237
|
|
|
/** |
|
238
|
|
|
* @method string getSceneId() |
|
239
|
|
|
* @method $this withSceneId($value) |
|
240
|
|
|
*/ |
|
241
|
|
|
class GetPtsSceneBaseLine extends Rpc |
|
242
|
|
|
{ |
|
243
|
|
|
} |
|
244
|
|
|
|
|
245
|
|
|
/** |
|
246
|
|
|
* @method string getSceneId() |
|
247
|
|
|
* @method $this withSceneId($value) |
|
248
|
|
|
* @method string getPlanId() |
|
249
|
|
|
* @method $this withPlanId($value) |
|
250
|
|
|
*/ |
|
251
|
|
|
class GetPtsSceneRunningData extends Rpc |
|
252
|
|
|
{ |
|
253
|
|
|
} |
|
254
|
|
|
|
|
255
|
|
|
/** |
|
256
|
|
|
* @method string getSceneId() |
|
257
|
|
|
* @method $this withSceneId($value) |
|
258
|
|
|
*/ |
|
259
|
|
|
class GetPtsSceneRunningStatus extends Rpc |
|
260
|
|
|
{ |
|
261
|
|
|
} |
|
262
|
|
|
|
|
263
|
|
|
/** |
|
264
|
|
|
* @method string getVpcId() |
|
265
|
|
|
* @method $this withVpcId($value) |
|
266
|
|
|
* @method string getPageSize() |
|
267
|
|
|
* @method $this withPageSize($value) |
|
268
|
|
|
* @method string getPageNumber() |
|
269
|
|
|
* @method $this withPageNumber($value) |
|
270
|
|
|
*/ |
|
271
|
|
|
class GetUserVpcs extends Rpc |
|
272
|
|
|
{ |
|
273
|
|
|
} |
|
274
|
|
|
|
|
275
|
|
|
/** |
|
276
|
|
|
* @method string getVpcId() |
|
277
|
|
|
* @method $this withVpcId($value) |
|
278
|
|
|
* @method string getPageSize() |
|
279
|
|
|
* @method $this withPageSize($value) |
|
280
|
|
|
* @method string getPageNumber() |
|
281
|
|
|
* @method $this withPageNumber($value) |
|
282
|
|
|
*/ |
|
283
|
|
|
class GetUserVpcSecurityGroup extends Rpc |
|
284
|
|
|
{ |
|
285
|
|
|
} |
|
286
|
|
|
|
|
287
|
|
|
/** |
|
288
|
|
|
* @method string getVpcId() |
|
289
|
|
|
* @method $this withVpcId($value) |
|
290
|
|
|
* @method string getPageSize() |
|
291
|
|
|
* @method $this withPageSize($value) |
|
292
|
|
|
* @method string getPageNumber() |
|
293
|
|
|
* @method $this withPageNumber($value) |
|
294
|
|
|
*/ |
|
295
|
|
|
class GetUserVpcVSwitch extends Rpc |
|
296
|
|
|
{ |
|
297
|
|
|
} |
|
298
|
|
|
|
|
299
|
|
|
/** |
|
300
|
|
|
* @method string getEnvName() |
|
301
|
|
|
* @method $this withEnvName($value) |
|
302
|
|
|
* @method string getPageSize() |
|
303
|
|
|
* @method $this withPageSize($value) |
|
304
|
|
|
* @method string getEnvId() |
|
305
|
|
|
* @method $this withEnvId($value) |
|
306
|
|
|
* @method string getPageNumber() |
|
307
|
|
|
* @method $this withPageNumber($value) |
|
308
|
|
|
*/ |
|
309
|
|
|
class ListEnvs extends Rpc |
|
310
|
|
|
{ |
|
311
|
|
|
} |
|
312
|
|
|
|
|
313
|
|
|
/** |
|
314
|
|
|
* @method string getReportId() |
|
315
|
|
|
* @method $this withReportId($value) |
|
316
|
|
|
* @method string getEndTime() |
|
317
|
|
|
* @method $this withEndTime($value) |
|
318
|
|
|
* @method string getBeginTime() |
|
319
|
|
|
* @method $this withBeginTime($value) |
|
320
|
|
|
* @method string getPageNumber() |
|
321
|
|
|
* @method $this withPageNumber($value) |
|
322
|
|
|
* @method string getPageSize() |
|
323
|
|
|
* @method $this withPageSize($value) |
|
324
|
|
|
* @method string getSceneId() |
|
325
|
|
|
* @method $this withSceneId($value) |
|
326
|
|
|
* @method string getKeyword() |
|
327
|
|
|
* @method $this withKeyword($value) |
|
328
|
|
|
*/ |
|
329
|
|
|
class ListJMeterReports extends Rpc |
|
330
|
|
|
{ |
|
331
|
|
|
} |
|
332
|
|
|
|
|
333
|
|
|
/** |
|
334
|
|
|
* @method string getPageSize() |
|
335
|
|
|
* @method $this withPageSize($value) |
|
336
|
|
|
* @method string getSceneId() |
|
337
|
|
|
* @method $this withSceneId($value) |
|
338
|
|
|
* @method string getSceneName() |
|
339
|
|
|
* @method $this withSceneName($value) |
|
340
|
|
|
* @method string getPageNumber() |
|
341
|
|
|
* @method $this withPageNumber($value) |
|
342
|
|
|
*/ |
|
343
|
|
|
class ListOpenJMeterScenes extends Rpc |
|
344
|
|
|
{ |
|
345
|
|
|
} |
|
346
|
|
|
|
|
347
|
|
|
/** |
|
348
|
|
|
* @method string getPageSize() |
|
349
|
|
|
* @method $this withPageSize($value) |
|
350
|
|
|
* @method string getKeyWord() |
|
351
|
|
|
* @method $this withKeyWord($value) |
|
352
|
|
|
* @method string getPageNumber() |
|
353
|
|
|
* @method $this withPageNumber($value) |
|
354
|
|
|
*/ |
|
355
|
|
|
class ListPtsScene extends Rpc |
|
356
|
|
|
{ |
|
357
|
|
|
} |
|
358
|
|
|
|
|
359
|
|
|
/** |
|
360
|
|
|
* @method string getScene() |
|
361
|
|
|
*/ |
|
362
|
|
|
class ModifyPtsScene extends Rpc |
|
363
|
|
|
{ |
|
364
|
|
|
|
|
365
|
|
|
/** |
|
366
|
|
|
* @param string $value |
|
367
|
|
|
* |
|
368
|
|
|
* @return $this |
|
369
|
|
|
*/ |
|
370
|
|
|
public function withScene($value) |
|
371
|
|
|
{ |
|
372
|
|
|
$this->data['Scene'] = $value; |
|
373
|
|
|
$this->options['form_params']['Scene'] = $value; |
|
374
|
|
|
|
|
375
|
|
|
return $this; |
|
376
|
|
|
} |
|
377
|
|
|
} |
|
378
|
|
|
|
|
379
|
|
|
/** |
|
380
|
|
|
* @method string getEnvId() |
|
381
|
|
|
* @method $this withEnvId($value) |
|
382
|
|
|
*/ |
|
383
|
|
|
class RemoveEnv extends Rpc |
|
384
|
|
|
{ |
|
385
|
|
|
} |
|
386
|
|
|
|
|
387
|
|
|
/** |
|
388
|
|
|
* @method string getSceneId() |
|
389
|
|
|
* @method $this withSceneId($value) |
|
390
|
|
|
*/ |
|
391
|
|
|
class RemoveOpenJMeterScene extends Rpc |
|
392
|
|
|
{ |
|
393
|
|
|
} |
|
394
|
|
|
|
|
395
|
|
|
/** |
|
396
|
|
|
* @method string getEnv() |
|
397
|
|
|
* @method $this withEnv($value) |
|
398
|
|
|
*/ |
|
399
|
|
|
class SaveEnv extends Rpc |
|
400
|
|
|
{ |
|
401
|
|
|
} |
|
402
|
|
|
|
|
403
|
|
|
/** |
|
404
|
|
|
* @method string getOpenJMeterScene() |
|
405
|
|
|
* @method $this withOpenJMeterScene($value) |
|
406
|
|
|
*/ |
|
407
|
|
|
class SaveOpenJMeterScene extends Rpc |
|
408
|
|
|
{ |
|
409
|
|
|
} |
|
410
|
|
|
|
|
411
|
|
|
/** |
|
412
|
|
|
* @method string getScene() |
|
413
|
|
|
* @method $this withScene($value) |
|
414
|
|
|
*/ |
|
415
|
|
|
class SavePtsScene extends Rpc |
|
416
|
|
|
{ |
|
417
|
|
|
} |
|
418
|
|
|
|
|
419
|
|
|
/** |
|
420
|
|
|
* @method string getSceneId() |
|
421
|
|
|
* @method $this withSceneId($value) |
|
422
|
|
|
*/ |
|
423
|
|
|
class StartDebuggingJMeterScene extends Rpc |
|
424
|
|
|
{ |
|
425
|
|
|
} |
|
426
|
|
|
|
|
427
|
|
|
/** |
|
428
|
|
|
* @method string getSceneId() |
|
429
|
|
|
* @method $this withSceneId($value) |
|
430
|
|
|
*/ |
|
431
|
|
|
class StartDebugPtsScene extends Rpc |
|
432
|
|
|
{ |
|
433
|
|
|
} |
|
434
|
|
|
|
|
435
|
|
|
/** |
|
436
|
|
|
* @method string getSceneId() |
|
437
|
|
|
* @method $this withSceneId($value) |
|
438
|
|
|
*/ |
|
439
|
|
|
class StartPtsScene extends Rpc |
|
440
|
|
|
{ |
|
441
|
|
|
} |
|
442
|
|
|
|
|
443
|
|
|
/** |
|
444
|
|
|
* @method string getSceneId() |
|
445
|
|
|
* @method $this withSceneId($value) |
|
446
|
|
|
*/ |
|
447
|
|
|
class StartTestingJMeterScene extends Rpc |
|
448
|
|
|
{ |
|
449
|
|
|
} |
|
450
|
|
|
|
|
451
|
|
|
/** |
|
452
|
|
|
* @method string getSceneId() |
|
453
|
|
|
* @method $this withSceneId($value) |
|
454
|
|
|
*/ |
|
455
|
|
|
class StopDebuggingJMeterScene extends Rpc |
|
456
|
|
|
{ |
|
457
|
|
|
} |
|
458
|
|
|
|
|
459
|
|
|
/** |
|
460
|
|
|
* @method string getSceneId() |
|
461
|
|
|
* @method $this withSceneId($value) |
|
462
|
|
|
* @method string getPlanId() |
|
463
|
|
|
* @method $this withPlanId($value) |
|
464
|
|
|
*/ |
|
465
|
|
|
class StopDebugPtsScene extends Rpc |
|
466
|
|
|
{ |
|
467
|
|
|
} |
|
468
|
|
|
|
|
469
|
|
|
/** |
|
470
|
|
|
* @method string getSceneId() |
|
471
|
|
|
* @method $this withSceneId($value) |
|
472
|
|
|
*/ |
|
473
|
|
|
class StopPtsScene extends Rpc |
|
474
|
|
|
{ |
|
475
|
|
|
} |
|
476
|
|
|
|
|
477
|
|
|
/** |
|
478
|
|
|
* @method string getSceneId() |
|
479
|
|
|
* @method $this withSceneId($value) |
|
480
|
|
|
*/ |
|
481
|
|
|
class StopTestingJMeterScene extends Rpc |
|
482
|
|
|
{ |
|
483
|
|
|
} |
|
484
|
|
|
|
|
485
|
|
|
/** |
|
486
|
|
|
* @method string getSceneBaseline() |
|
487
|
|
|
* @method $this withSceneBaseline($value) |
|
488
|
|
|
* @method string getSceneId() |
|
489
|
|
|
* @method $this withSceneId($value) |
|
490
|
|
|
* @method string getApiBaselines() |
|
491
|
|
|
* @method $this withApiBaselines($value) |
|
492
|
|
|
*/ |
|
493
|
|
|
class UpdatePtsSceneBaseLine extends Rpc |
|
494
|
|
|
{ |
|
495
|
|
|
} |
|
496
|
|
|
|