GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Failed
Push — master ( 93caf2...21e500 )
by
unknown
09:12
created

InsertCustom::withRegFileName()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 6
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 1
1
<?php
2
3
namespace AlibabaCloud\Alinlp\V20200629;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method ADClock aDClock(array $options = [])
9
 * @method ADMiniCog aDMiniCog(array $options = [])
10
 * @method ADMiniCogResult aDMiniCogResult(array $options = [])
11
 * @method ADMMU aDMMU(array $options = [])
12
 * @method GetBrandChEcom getBrandChEcom(array $options = [])
13
 * @method GetCateChEcom getCateChEcom(array $options = [])
14
 * @method GetCheckDuplicationChMedical getCheckDuplicationChMedical(array $options = [])
15
 * @method GetDiagnosisChMedical getDiagnosisChMedical(array $options = [])
16
 * @method GetDpChEcom getDpChEcom(array $options = [])
17
 * @method GetDpChGeneralCTB getDpChGeneralCTB(array $options = [])
18
 * @method GetDpChGeneralStanford getDpChGeneralStanford(array $options = [])
19
 * @method GetEcChGeneral getEcChGeneral(array $options = [])
20
 * @method GetEcEnGeneral getEcEnGeneral(array $options = [])
21
 * @method GetItemPubChEcom getItemPubChEcom(array $options = [])
22
 * @method GetKeywordChEcom getKeywordChEcom(array $options = [])
23
 * @method GetKeywordEnEcom getKeywordEnEcom(array $options = [])
24
 * @method GetMedicineChMedical getMedicineChMedical(array $options = [])
25
 * @method GetNerChEcom getNerChEcom(array $options = [])
26
 * @method GetNerChMedical getNerChMedical(array $options = [])
27
 * @method GetNerCustomizedChEcom getNerCustomizedChEcom(array $options = [])
28
 * @method GetNerCustomizedSeaEcom getNerCustomizedSeaEcom(array $options = [])
29
 * @method GetOperationChMedical getOperationChMedical(array $options = [])
30
 * @method GetPosChEcom getPosChEcom(array $options = [])
31
 * @method GetPosChGeneral getPosChGeneral(array $options = [])
32
 * @method GetPriceChEcom getPriceChEcom(array $options = [])
33
 * @method GetSaChGeneral getSaChGeneral(array $options = [])
34
 * @method GetSaSeaEcom getSaSeaEcom(array $options = [])
35
 * @method GetSimilarityChMedical getSimilarityChMedical(array $options = [])
36
 * @method GetSummaryChEcom getSummaryChEcom(array $options = [])
37
 * @method GetTableQAServiceInfoById getTableQAServiceInfoById(array $options = [])
38
 * @method GetTcChEcom getTcChEcom(array $options = [])
39
 * @method GetTcChGeneral getTcChGeneral(array $options = [])
40
 * @method GetTsChEcom getTsChEcom(array $options = [])
41
 * @method GetUserUploadSign getUserUploadSign(array $options = [])
42
 * @method GetWeChComment getWeChComment(array $options = [])
43
 * @method GetWeChEcom getWeChEcom(array $options = [])
44
 * @method GetWeChEntertainment getWeChEntertainment(array $options = [])
45
 * @method GetWeChGeneral getWeChGeneral(array $options = [])
46
 * @method GetWeChSearch getWeChSearch(array $options = [])
47
 * @method GetWsChGeneral getWsChGeneral(array $options = [])
48
 * @method GetWsCustomizedChEcomComment getWsCustomizedChEcomComment(array $options = [])
49
 * @method GetWsCustomizedChEcomContent getWsCustomizedChEcomContent(array $options = [])
50
 * @method GetWsCustomizedChEcomTitle getWsCustomizedChEcomTitle(array $options = [])
51
 * @method GetWsCustomizedChEntertainment getWsCustomizedChEntertainment(array $options = [])
52
 * @method GetWsCustomizedChGeneral getWsCustomizedChGeneral(array $options = [])
53
 * @method GetWsCustomizedChO2O getWsCustomizedChO2O(array $options = [])
54
 * @method GetWsCustomizedSeaEcom getWsCustomizedSeaEcom(array $options = [])
55
 * @method GetWsCustomizedSeaGeneral getWsCustomizedSeaGeneral(array $options = [])
56
 * @method InsertCustom insertCustom(array $options = [])
57
 * @method OpenAlinlpService openAlinlpService(array $options = [])
58
 * @method RequestTableQA requestTableQA(array $options = [])
59
 * @method RequestTableQAOnline requestTableQAOnline(array $options = [])
60
 */
61
class AlinlpApiResolver extends ApiResolver
62
{
63
}
64
65
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
66
{
67
    /** @var string */
68
    public $product = 'alinlp';
69
70
    /** @var string */
71
    public $version = '2020-06-29';
72
73
    /** @var string */
74
    public $method = 'POST';
75
76
    /** @var string */
77
    public $serviceCode = 'alinlp';
78
}
79
80
/**
81
 * @method string getParams()
82
 * @method string getServiceCode()
83
 */
84
class ADClock extends Rpc
85
{
86
87
    /**
88
     * @param string $value
89
     *
90
     * @return $this
91
     */
92
    public function withParams($value)
93
    {
94
        $this->data['Params'] = $value;
95
        $this->options['form_params']['Params'] = $value;
96
97
        return $this;
98
    }
99
100
    /**
101
     * @param string $value
102
     *
103
     * @return $this
104
     */
105
    public function withServiceCode($value)
106
    {
107
        $this->data['ServiceCode'] = $value;
108
        $this->options['form_params']['ServiceCode'] = $value;
109
110
        return $this;
111
    }
112
}
113
114
/**
115
 * @method string getParams()
116
 * @method string getServiceCode()
117
 */
118
class ADMiniCog extends Rpc
119
{
120
121
    /**
122
     * @param string $value
123
     *
124
     * @return $this
125
     */
126
    public function withParams($value)
127
    {
128
        $this->data['Params'] = $value;
129
        $this->options['form_params']['Params'] = $value;
130
131
        return $this;
132
    }
133
134
    /**
135
     * @param string $value
136
     *
137
     * @return $this
138
     */
139
    public function withServiceCode($value)
140
    {
141
        $this->data['ServiceCode'] = $value;
142
        $this->options['form_params']['ServiceCode'] = $value;
143
144
        return $this;
145
    }
146
}
147
148
/**
149
 * @method string getParams()
150
 * @method string getServiceCode()
151
 */
152
class ADMiniCogResult extends Rpc
153
{
154
155
    /**
156
     * @param string $value
157
     *
158
     * @return $this
159
     */
160
    public function withParams($value)
161
    {
162
        $this->data['Params'] = $value;
163
        $this->options['form_params']['Params'] = $value;
164
165
        return $this;
166
    }
167
168
    /**
169
     * @param string $value
170
     *
171
     * @return $this
172
     */
173
    public function withServiceCode($value)
174
    {
175
        $this->data['ServiceCode'] = $value;
176
        $this->options['form_params']['ServiceCode'] = $value;
177
178
        return $this;
179
    }
180
}
181
182
/**
183
 * @method string getParams()
184
 * @method string getServiceCode()
185
 */
186
class ADMMU extends Rpc
187
{
188
189
    /**
190
     * @param string $value
191
     *
192
     * @return $this
193
     */
194
    public function withParams($value)
195
    {
196
        $this->data['Params'] = $value;
197
        $this->options['form_params']['Params'] = $value;
198
199
        return $this;
200
    }
201
202
    /**
203
     * @param string $value
204
     *
205
     * @return $this
206
     */
207
    public function withServiceCode($value)
208
    {
209
        $this->data['ServiceCode'] = $value;
210
        $this->options['form_params']['ServiceCode'] = $value;
211
212
        return $this;
213
    }
214
}
215
216
/**
217
 * @method string getServiceCode()
218
 * @method string getImageUrl()
219
 * @method string getText()
220
 */
221
class GetBrandChEcom extends Rpc
222
{
223
224
    /**
225
     * @param string $value
226
     *
227
     * @return $this
228
     */
229
    public function withServiceCode($value)
230
    {
231
        $this->data['ServiceCode'] = $value;
232
        $this->options['form_params']['ServiceCode'] = $value;
233
234
        return $this;
235
    }
236
237
    /**
238
     * @param string $value
239
     *
240
     * @return $this
241
     */
242
    public function withImageUrl($value)
243
    {
244
        $this->data['ImageUrl'] = $value;
245
        $this->options['form_params']['ImageUrl'] = $value;
246
247
        return $this;
248
    }
249
250
    /**
251
     * @param string $value
252
     *
253
     * @return $this
254
     */
255
    public function withText($value)
256
    {
257
        $this->data['Text'] = $value;
258
        $this->options['form_params']['Text'] = $value;
259
260
        return $this;
261
    }
262
}
263
264
/**
265
 * @method string getBusiness()
266
 * @method $this withBusiness($value)
267
 * @method string getServiceCode()
268
 * @method string getImageUrl()
269
 * @method string getText()
270
 */
271
class GetCateChEcom extends Rpc
272
{
273
274
    /**
275
     * @param string $value
276
     *
277
     * @return $this
278
     */
279
    public function withServiceCode($value)
280
    {
281
        $this->data['ServiceCode'] = $value;
282
        $this->options['form_params']['ServiceCode'] = $value;
283
284
        return $this;
285
    }
286
287
    /**
288
     * @param string $value
289
     *
290
     * @return $this
291
     */
292
    public function withImageUrl($value)
293
    {
294
        $this->data['ImageUrl'] = $value;
295
        $this->options['form_params']['ImageUrl'] = $value;
296
297
        return $this;
298
    }
299
300
    /**
301
     * @param string $value
302
     *
303
     * @return $this
304
     */
305
    public function withText($value)
306
    {
307
        $this->data['Text'] = $value;
308
        $this->options['form_params']['Text'] = $value;
309
310
        return $this;
311
    }
312
}
313
314
/**
315
 * @method string getServiceCode()
316
 * @method string getOriginT()
317
 * @method string getOriginQ()
318
 */
319
class GetCheckDuplicationChMedical extends Rpc
320
{
321
322
    /**
323
     * @param string $value
324
     *
325
     * @return $this
326
     */
327
    public function withServiceCode($value)
328
    {
329
        $this->data['ServiceCode'] = $value;
330
        $this->options['form_params']['ServiceCode'] = $value;
331
332
        return $this;
333
    }
334
335
    /**
336
     * @param string $value
337
     *
338
     * @return $this
339
     */
340
    public function withOriginT($value)
341
    {
342
        $this->data['OriginT'] = $value;
343
        $this->options['form_params']['OriginT'] = $value;
344
345
        return $this;
346
    }
347
348
    /**
349
     * @param string $value
350
     *
351
     * @return $this
352
     */
353
    public function withOriginQ($value)
354
    {
355
        $this->data['OriginQ'] = $value;
356
        $this->options['form_params']['OriginQ'] = $value;
357
358
        return $this;
359
    }
360
}
361
362
/**
363
 * @method string getServiceCode()
364
 * @method string getName()
365
 */
366
class GetDiagnosisChMedical extends Rpc
367
{
368
369
    /**
370
     * @param string $value
371
     *
372
     * @return $this
373
     */
374
    public function withServiceCode($value)
375
    {
376
        $this->data['ServiceCode'] = $value;
377
        $this->options['form_params']['ServiceCode'] = $value;
378
379
        return $this;
380
    }
381
382
    /**
383
     * @param string $value
384
     *
385
     * @return $this
386
     */
387
    public function withName($value)
388
    {
389
        $this->data['Name'] = $value;
390
        $this->options['form_params']['Name'] = $value;
391
392
        return $this;
393
    }
394
}
395
396
/**
397
 * @method string getServiceCode()
398
 * @method string getText()
399
 */
400
class GetDpChEcom extends Rpc
401
{
402
403
    /**
404
     * @param string $value
405
     *
406
     * @return $this
407
     */
408
    public function withServiceCode($value)
409
    {
410
        $this->data['ServiceCode'] = $value;
411
        $this->options['form_params']['ServiceCode'] = $value;
412
413
        return $this;
414
    }
415
416
    /**
417
     * @param string $value
418
     *
419
     * @return $this
420
     */
421
    public function withText($value)
422
    {
423
        $this->data['Text'] = $value;
424
        $this->options['form_params']['Text'] = $value;
425
426
        return $this;
427
    }
428
}
429
430
/**
431
 * @method string getServiceCode()
432
 * @method string getText()
433
 */
434
class GetDpChGeneralCTB extends Rpc
435
{
436
437
    /**
438
     * @param string $value
439
     *
440
     * @return $this
441
     */
442
    public function withServiceCode($value)
443
    {
444
        $this->data['ServiceCode'] = $value;
445
        $this->options['form_params']['ServiceCode'] = $value;
446
447
        return $this;
448
    }
449
450
    /**
451
     * @param string $value
452
     *
453
     * @return $this
454
     */
455
    public function withText($value)
456
    {
457
        $this->data['Text'] = $value;
458
        $this->options['form_params']['Text'] = $value;
459
460
        return $this;
461
    }
462
}
463
464
/**
465
 * @method string getServiceCode()
466
 * @method string getText()
467
 */
468
class GetDpChGeneralStanford extends Rpc
469
{
470
471
    /**
472
     * @param string $value
473
     *
474
     * @return $this
475
     */
476
    public function withServiceCode($value)
477
    {
478
        $this->data['ServiceCode'] = $value;
479
        $this->options['form_params']['ServiceCode'] = $value;
480
481
        return $this;
482
    }
483
484
    /**
485
     * @param string $value
486
     *
487
     * @return $this
488
     */
489
    public function withText($value)
490
    {
491
        $this->data['Text'] = $value;
492
        $this->options['form_params']['Text'] = $value;
493
494
        return $this;
495
    }
496
}
497
498
/**
499
 * @method string getServiceCode()
500
 * @method string getText()
501
 */
502
class GetEcChGeneral extends Rpc
503
{
504
505
    /**
506
     * @param string $value
507
     *
508
     * @return $this
509
     */
510
    public function withServiceCode($value)
511
    {
512
        $this->data['ServiceCode'] = $value;
513
        $this->options['form_params']['ServiceCode'] = $value;
514
515
        return $this;
516
    }
517
518
    /**
519
     * @param string $value
520
     *
521
     * @return $this
522
     */
523
    public function withText($value)
524
    {
525
        $this->data['Text'] = $value;
526
        $this->options['form_params']['Text'] = $value;
527
528
        return $this;
529
    }
530
}
531
532
/**
533
 * @method string getServiceCode()
534
 * @method string getText()
535
 */
536
class GetEcEnGeneral extends Rpc
537
{
538
539
    /**
540
     * @param string $value
541
     *
542
     * @return $this
543
     */
544
    public function withServiceCode($value)
545
    {
546
        $this->data['ServiceCode'] = $value;
547
        $this->options['form_params']['ServiceCode'] = $value;
548
549
        return $this;
550
    }
551
552
    /**
553
     * @param string $value
554
     *
555
     * @return $this
556
     */
557
    public function withText($value)
558
    {
559
        $this->data['Text'] = $value;
560
        $this->options['form_params']['Text'] = $value;
561
562
        return $this;
563
    }
564
}
565
566
/**
567
 * @method string getServiceCode()
568
 * @method string getImageUrl()
569
 * @method string getText()
570
 */
571
class GetItemPubChEcom extends Rpc
572
{
573
574
    /**
575
     * @param string $value
576
     *
577
     * @return $this
578
     */
579
    public function withServiceCode($value)
580
    {
581
        $this->data['ServiceCode'] = $value;
582
        $this->options['form_params']['ServiceCode'] = $value;
583
584
        return $this;
585
    }
586
587
    /**
588
     * @param string $value
589
     *
590
     * @return $this
591
     */
592
    public function withImageUrl($value)
593
    {
594
        $this->data['ImageUrl'] = $value;
595
        $this->options['form_params']['ImageUrl'] = $value;
596
597
        return $this;
598
    }
599
600
    /**
601
     * @param string $value
602
     *
603
     * @return $this
604
     */
605
    public function withText($value)
606
    {
607
        $this->data['Text'] = $value;
608
        $this->options['form_params']['Text'] = $value;
609
610
        return $this;
611
    }
612
}
613
614
/**
615
 * @method string getApiVersion()
616
 * @method string getServiceCode()
617
 * @method string getText()
618
 */
619
class GetKeywordChEcom extends Rpc
620
{
621
622
    /**
623
     * @param string $value
624
     *
625
     * @return $this
626
     */
627
    public function withApiVersion($value)
628
    {
629
        $this->data['ApiVersion'] = $value;
630
        $this->options['form_params']['ApiVersion'] = $value;
631
632
        return $this;
633
    }
634
635
    /**
636
     * @param string $value
637
     *
638
     * @return $this
639
     */
640
    public function withServiceCode($value)
641
    {
642
        $this->data['ServiceCode'] = $value;
643
        $this->options['form_params']['ServiceCode'] = $value;
644
645
        return $this;
646
    }
647
648
    /**
649
     * @param string $value
650
     *
651
     * @return $this
652
     */
653
    public function withText($value)
654
    {
655
        $this->data['Text'] = $value;
656
        $this->options['form_params']['Text'] = $value;
657
658
        return $this;
659
    }
660
}
661
662
/**
663
 * @method string getServiceCode()
664
 * @method string getText()
665
 */
666
class GetKeywordEnEcom extends Rpc
667
{
668
669
    /**
670
     * @param string $value
671
     *
672
     * @return $this
673
     */
674
    public function withServiceCode($value)
675
    {
676
        $this->data['ServiceCode'] = $value;
677
        $this->options['form_params']['ServiceCode'] = $value;
678
679
        return $this;
680
    }
681
682
    /**
683
     * @param string $value
684
     *
685
     * @return $this
686
     */
687
    public function withText($value)
688
    {
689
        $this->data['Text'] = $value;
690
        $this->options['form_params']['Text'] = $value;
691
692
        return $this;
693
    }
694
}
695
696
/**
697
 * @method string getFactory()
698
 * @method string getSpecification()
699
 * @method string getUnit()
700
 * @method string getServiceCode()
701
 * @method string getName()
702
 */
703
class GetMedicineChMedical extends Rpc
704
{
705
706
    /**
707
     * @param string $value
708
     *
709
     * @return $this
710
     */
711
    public function withFactory($value)
712
    {
713
        $this->data['Factory'] = $value;
714
        $this->options['form_params']['Factory'] = $value;
715
716
        return $this;
717
    }
718
719
    /**
720
     * @param string $value
721
     *
722
     * @return $this
723
     */
724
    public function withSpecification($value)
725
    {
726
        $this->data['Specification'] = $value;
727
        $this->options['form_params']['Specification'] = $value;
728
729
        return $this;
730
    }
731
732
    /**
733
     * @param string $value
734
     *
735
     * @return $this
736
     */
737
    public function withUnit($value)
738
    {
739
        $this->data['Unit'] = $value;
740
        $this->options['form_params']['Unit'] = $value;
741
742
        return $this;
743
    }
744
745
    /**
746
     * @param string $value
747
     *
748
     * @return $this
749
     */
750
    public function withServiceCode($value)
751
    {
752
        $this->data['ServiceCode'] = $value;
753
        $this->options['form_params']['ServiceCode'] = $value;
754
755
        return $this;
756
    }
757
758
    /**
759
     * @param string $value
760
     *
761
     * @return $this
762
     */
763
    public function withName($value)
764
    {
765
        $this->data['Name'] = $value;
766
        $this->options['form_params']['Name'] = $value;
767
768
        return $this;
769
    }
770
}
771
772
/**
773
 * @method string getLexerId()
774
 * @method string getServiceCode()
775
 * @method string getText()
776
 */
777
class GetNerChEcom extends Rpc
778
{
779
780
    /**
781
     * @param string $value
782
     *
783
     * @return $this
784
     */
785
    public function withLexerId($value)
786
    {
787
        $this->data['LexerId'] = $value;
788
        $this->options['form_params']['LexerId'] = $value;
789
790
        return $this;
791
    }
792
793
    /**
794
     * @param string $value
795
     *
796
     * @return $this
797
     */
798
    public function withServiceCode($value)
799
    {
800
        $this->data['ServiceCode'] = $value;
801
        $this->options['form_params']['ServiceCode'] = $value;
802
803
        return $this;
804
    }
805
806
    /**
807
     * @param string $value
808
     *
809
     * @return $this
810
     */
811
    public function withText($value)
812
    {
813
        $this->data['Text'] = $value;
814
        $this->options['form_params']['Text'] = $value;
815
816
        return $this;
817
    }
818
}
819
820
/**
821
 * @method string getServiceCode()
822
 * @method string getText()
823
 */
824
class GetNerChMedical extends Rpc
825
{
826
827
    /**
828
     * @param string $value
829
     *
830
     * @return $this
831
     */
832
    public function withServiceCode($value)
833
    {
834
        $this->data['ServiceCode'] = $value;
835
        $this->options['form_params']['ServiceCode'] = $value;
836
837
        return $this;
838
    }
839
840
    /**
841
     * @param string $value
842
     *
843
     * @return $this
844
     */
845
    public function withText($value)
846
    {
847
        $this->data['Text'] = $value;
848
        $this->options['form_params']['Text'] = $value;
849
850
        return $this;
851
    }
852
}
853
854
/**
855
 * @method string getLexerId()
856
 * @method string getServiceCode()
857
 * @method string getText()
858
 */
859
class GetNerCustomizedChEcom extends Rpc
860
{
861
862
    /**
863
     * @param string $value
864
     *
865
     * @return $this
866
     */
867
    public function withLexerId($value)
868
    {
869
        $this->data['LexerId'] = $value;
870
        $this->options['form_params']['LexerId'] = $value;
871
872
        return $this;
873
    }
874
875
    /**
876
     * @param string $value
877
     *
878
     * @return $this
879
     */
880
    public function withServiceCode($value)
881
    {
882
        $this->data['ServiceCode'] = $value;
883
        $this->options['form_params']['ServiceCode'] = $value;
884
885
        return $this;
886
    }
887
888
    /**
889
     * @param string $value
890
     *
891
     * @return $this
892
     */
893
    public function withText($value)
894
    {
895
        $this->data['Text'] = $value;
896
        $this->options['form_params']['Text'] = $value;
897
898
        return $this;
899
    }
900
}
901
902
/**
903
 * @method string getLanguage()
904
 * @method string getServiceCode()
905
 * @method string getText()
906
 */
907
class GetNerCustomizedSeaEcom extends Rpc
908
{
909
910
    /**
911
     * @param string $value
912
     *
913
     * @return $this
914
     */
915
    public function withLanguage($value)
916
    {
917
        $this->data['Language'] = $value;
918
        $this->options['form_params']['Language'] = $value;
919
920
        return $this;
921
    }
922
923
    /**
924
     * @param string $value
925
     *
926
     * @return $this
927
     */
928
    public function withServiceCode($value)
929
    {
930
        $this->data['ServiceCode'] = $value;
931
        $this->options['form_params']['ServiceCode'] = $value;
932
933
        return $this;
934
    }
935
936
    /**
937
     * @param string $value
938
     *
939
     * @return $this
940
     */
941
    public function withText($value)
942
    {
943
        $this->data['Text'] = $value;
944
        $this->options['form_params']['Text'] = $value;
945
946
        return $this;
947
    }
948
}
949
950
/**
951
 * @method string getServiceCode()
952
 * @method string getName()
953
 */
954
class GetOperationChMedical extends Rpc
955
{
956
957
    /**
958
     * @param string $value
959
     *
960
     * @return $this
961
     */
962
    public function withServiceCode($value)
963
    {
964
        $this->data['ServiceCode'] = $value;
965
        $this->options['form_params']['ServiceCode'] = $value;
966
967
        return $this;
968
    }
969
970
    /**
971
     * @param string $value
972
     *
973
     * @return $this
974
     */
975
    public function withName($value)
976
    {
977
        $this->data['Name'] = $value;
978
        $this->options['form_params']['Name'] = $value;
979
980
        return $this;
981
    }
982
}
983
984
/**
985
 * @method string getServiceCode()
986
 * @method string getTokenizerId()
987
 * @method string getText()
988
 * @method string getOutType()
989
 */
990
class GetPosChEcom extends Rpc
991
{
992
993
    /**
994
     * @param string $value
995
     *
996
     * @return $this
997
     */
998
    public function withServiceCode($value)
999
    {
1000
        $this->data['ServiceCode'] = $value;
1001
        $this->options['form_params']['ServiceCode'] = $value;
1002
1003
        return $this;
1004
    }
1005
1006
    /**
1007
     * @param string $value
1008
     *
1009
     * @return $this
1010
     */
1011
    public function withTokenizerId($value)
1012
    {
1013
        $this->data['TokenizerId'] = $value;
1014
        $this->options['form_params']['TokenizerId'] = $value;
1015
1016
        return $this;
1017
    }
1018
1019
    /**
1020
     * @param string $value
1021
     *
1022
     * @return $this
1023
     */
1024
    public function withText($value)
1025
    {
1026
        $this->data['Text'] = $value;
1027
        $this->options['form_params']['Text'] = $value;
1028
1029
        return $this;
1030
    }
1031
1032
    /**
1033
     * @param string $value
1034
     *
1035
     * @return $this
1036
     */
1037
    public function withOutType($value)
1038
    {
1039
        $this->data['OutType'] = $value;
1040
        $this->options['form_params']['OutType'] = $value;
1041
1042
        return $this;
1043
    }
1044
}
1045
1046
/**
1047
 * @method string getServiceCode()
1048
 * @method string getTokenizerId()
1049
 * @method string getText()
1050
 * @method string getOutType()
1051
 */
1052
class GetPosChGeneral extends Rpc
1053
{
1054
1055
    /**
1056
     * @param string $value
1057
     *
1058
     * @return $this
1059
     */
1060
    public function withServiceCode($value)
1061
    {
1062
        $this->data['ServiceCode'] = $value;
1063
        $this->options['form_params']['ServiceCode'] = $value;
1064
1065
        return $this;
1066
    }
1067
1068
    /**
1069
     * @param string $value
1070
     *
1071
     * @return $this
1072
     */
1073
    public function withTokenizerId($value)
1074
    {
1075
        $this->data['TokenizerId'] = $value;
1076
        $this->options['form_params']['TokenizerId'] = $value;
1077
1078
        return $this;
1079
    }
1080
1081
    /**
1082
     * @param string $value
1083
     *
1084
     * @return $this
1085
     */
1086
    public function withText($value)
1087
    {
1088
        $this->data['Text'] = $value;
1089
        $this->options['form_params']['Text'] = $value;
1090
1091
        return $this;
1092
    }
1093
1094
    /**
1095
     * @param string $value
1096
     *
1097
     * @return $this
1098
     */
1099
    public function withOutType($value)
1100
    {
1101
        $this->data['OutType'] = $value;
1102
        $this->options['form_params']['OutType'] = $value;
1103
1104
        return $this;
1105
    }
1106
}
1107
1108
/**
1109
 * @method string getServiceCode()
1110
 * @method string getText()
1111
 */
1112
class GetPriceChEcom extends Rpc
1113
{
1114
1115
    /**
1116
     * @param string $value
1117
     *
1118
     * @return $this
1119
     */
1120
    public function withServiceCode($value)
1121
    {
1122
        $this->data['ServiceCode'] = $value;
1123
        $this->options['form_params']['ServiceCode'] = $value;
1124
1125
        return $this;
1126
    }
1127
1128
    /**
1129
     * @param string $value
1130
     *
1131
     * @return $this
1132
     */
1133
    public function withText($value)
1134
    {
1135
        $this->data['Text'] = $value;
1136
        $this->options['form_params']['Text'] = $value;
1137
1138
        return $this;
1139
    }
1140
}
1141
1142
/**
1143
 * @method string getServiceCode()
1144
 * @method string getText()
1145
 */
1146
class GetSaChGeneral extends Rpc
1147
{
1148
1149
    /**
1150
     * @param string $value
1151
     *
1152
     * @return $this
1153
     */
1154
    public function withServiceCode($value)
1155
    {
1156
        $this->data['ServiceCode'] = $value;
1157
        $this->options['form_params']['ServiceCode'] = $value;
1158
1159
        return $this;
1160
    }
1161
1162
    /**
1163
     * @param string $value
1164
     *
1165
     * @return $this
1166
     */
1167
    public function withText($value)
1168
    {
1169
        $this->data['Text'] = $value;
1170
        $this->options['form_params']['Text'] = $value;
1171
1172
        return $this;
1173
    }
1174
}
1175
1176
/**
1177
 * @method string getLanguage()
1178
 * @method string getServiceCode()
1179
 * @method string getText()
1180
 */
1181
class GetSaSeaEcom extends Rpc
1182
{
1183
1184
    /**
1185
     * @param string $value
1186
     *
1187
     * @return $this
1188
     */
1189
    public function withLanguage($value)
1190
    {
1191
        $this->data['Language'] = $value;
1192
        $this->options['form_params']['Language'] = $value;
1193
1194
        return $this;
1195
    }
1196
1197
    /**
1198
     * @param string $value
1199
     *
1200
     * @return $this
1201
     */
1202
    public function withServiceCode($value)
1203
    {
1204
        $this->data['ServiceCode'] = $value;
1205
        $this->options['form_params']['ServiceCode'] = $value;
1206
1207
        return $this;
1208
    }
1209
1210
    /**
1211
     * @param string $value
1212
     *
1213
     * @return $this
1214
     */
1215
    public function withText($value)
1216
    {
1217
        $this->data['Text'] = $value;
1218
        $this->options['form_params']['Text'] = $value;
1219
1220
        return $this;
1221
    }
1222
}
1223
1224
/**
1225
 * @method string getServiceCode()
1226
 * @method string getOriginT()
1227
 * @method string getOriginQ()
1228
 */
1229
class GetSimilarityChMedical extends Rpc
1230
{
1231
1232
    /**
1233
     * @param string $value
1234
     *
1235
     * @return $this
1236
     */
1237
    public function withServiceCode($value)
1238
    {
1239
        $this->data['ServiceCode'] = $value;
1240
        $this->options['form_params']['ServiceCode'] = $value;
1241
1242
        return $this;
1243
    }
1244
1245
    /**
1246
     * @param string $value
1247
     *
1248
     * @return $this
1249
     */
1250
    public function withOriginT($value)
1251
    {
1252
        $this->data['OriginT'] = $value;
1253
        $this->options['form_params']['OriginT'] = $value;
1254
1255
        return $this;
1256
    }
1257
1258
    /**
1259
     * @param string $value
1260
     *
1261
     * @return $this
1262
     */
1263
    public function withOriginQ($value)
1264
    {
1265
        $this->data['OriginQ'] = $value;
1266
        $this->options['form_params']['OriginQ'] = $value;
1267
1268
        return $this;
1269
    }
1270
}
1271
1272
/**
1273
 * @method string getServiceCode()
1274
 * @method string getText()
1275
 */
1276
class GetSummaryChEcom extends Rpc
1277
{
1278
1279
    /**
1280
     * @param string $value
1281
     *
1282
     * @return $this
1283
     */
1284
    public function withServiceCode($value)
1285
    {
1286
        $this->data['ServiceCode'] = $value;
1287
        $this->options['form_params']['ServiceCode'] = $value;
1288
1289
        return $this;
1290
    }
1291
1292
    /**
1293
     * @param string $value
1294
     *
1295
     * @return $this
1296
     */
1297
    public function withText($value)
1298
    {
1299
        $this->data['Text'] = $value;
1300
        $this->options['form_params']['Text'] = $value;
1301
1302
        return $this;
1303
    }
1304
}
1305
1306
/**
1307
 * @method string getServiceCode()
1308
 * @method string getServiceId()
1309
 */
1310
class GetTableQAServiceInfoById extends Rpc
1311
{
1312
1313
    /**
1314
     * @param string $value
1315
     *
1316
     * @return $this
1317
     */
1318
    public function withServiceCode($value)
1319
    {
1320
        $this->data['ServiceCode'] = $value;
1321
        $this->options['form_params']['ServiceCode'] = $value;
1322
1323
        return $this;
1324
    }
1325
1326
    /**
1327
     * @param string $value
1328
     *
1329
     * @return $this
1330
     */
1331
    public function withServiceId($value)
1332
    {
1333
        $this->data['ServiceId'] = $value;
1334
        $this->options['form_params']['ServiceId'] = $value;
1335
1336
        return $this;
1337
    }
1338
}
1339
1340
/**
1341
 * @method string getServiceCode()
1342
 * @method string getText()
1343
 */
1344
class GetTcChEcom extends Rpc
1345
{
1346
1347
    /**
1348
     * @param string $value
1349
     *
1350
     * @return $this
1351
     */
1352
    public function withServiceCode($value)
1353
    {
1354
        $this->data['ServiceCode'] = $value;
1355
        $this->options['form_params']['ServiceCode'] = $value;
1356
1357
        return $this;
1358
    }
1359
1360
    /**
1361
     * @param string $value
1362
     *
1363
     * @return $this
1364
     */
1365
    public function withText($value)
1366
    {
1367
        $this->data['Text'] = $value;
1368
        $this->options['form_params']['Text'] = $value;
1369
1370
        return $this;
1371
    }
1372
}
1373
1374
/**
1375
 * @method string getServiceCode()
1376
 * @method string getText()
1377
 */
1378
class GetTcChGeneral extends Rpc
1379
{
1380
1381
    /**
1382
     * @param string $value
1383
     *
1384
     * @return $this
1385
     */
1386
    public function withServiceCode($value)
1387
    {
1388
        $this->data['ServiceCode'] = $value;
1389
        $this->options['form_params']['ServiceCode'] = $value;
1390
1391
        return $this;
1392
    }
1393
1394
    /**
1395
     * @param string $value
1396
     *
1397
     * @return $this
1398
     */
1399
    public function withText($value)
1400
    {
1401
        $this->data['Text'] = $value;
1402
        $this->options['form_params']['Text'] = $value;
1403
1404
        return $this;
1405
    }
1406
}
1407
1408
/**
1409
 * @method string getType()
1410
 * @method string getServiceCode()
1411
 * @method string getOriginT()
1412
 * @method string getOriginQ()
1413
 */
1414
class GetTsChEcom extends Rpc
1415
{
1416
1417
    /**
1418
     * @param string $value
1419
     *
1420
     * @return $this
1421
     */
1422
    public function withType($value)
1423
    {
1424
        $this->data['Type'] = $value;
1425
        $this->options['form_params']['Type'] = $value;
1426
1427
        return $this;
1428
    }
1429
1430
    /**
1431
     * @param string $value
1432
     *
1433
     * @return $this
1434
     */
1435
    public function withServiceCode($value)
1436
    {
1437
        $this->data['ServiceCode'] = $value;
1438
        $this->options['form_params']['ServiceCode'] = $value;
1439
1440
        return $this;
1441
    }
1442
1443
    /**
1444
     * @param string $value
1445
     *
1446
     * @return $this
1447
     */
1448
    public function withOriginT($value)
1449
    {
1450
        $this->data['OriginT'] = $value;
1451
        $this->options['form_params']['OriginT'] = $value;
1452
1453
        return $this;
1454
    }
1455
1456
    /**
1457
     * @param string $value
1458
     *
1459
     * @return $this
1460
     */
1461
    public function withOriginQ($value)
1462
    {
1463
        $this->data['OriginQ'] = $value;
1464
        $this->options['form_params']['OriginQ'] = $value;
1465
1466
        return $this;
1467
    }
1468
}
1469
1470
/**
1471
 * @method string getServiceCode()
1472
 */
1473
class GetUserUploadSign extends Rpc
1474
{
1475
1476
    /**
1477
     * @param string $value
1478
     *
1479
     * @return $this
1480
     */
1481
    public function withServiceCode($value)
1482
    {
1483
        $this->data['ServiceCode'] = $value;
1484
        $this->options['form_params']['ServiceCode'] = $value;
1485
1486
        return $this;
1487
    }
1488
}
1489
1490
/**
1491
 * @method string getType()
1492
 * @method string getServiceCode()
1493
 * @method string getSize()
1494
 * @method string getTokenizerId()
1495
 * @method string getText()
1496
 * @method string getOperation()
1497
 */
1498
class GetWeChComment extends Rpc
1499
{
1500
1501
    /**
1502
     * @param string $value
1503
     *
1504
     * @return $this
1505
     */
1506
    public function withType($value)
1507
    {
1508
        $this->data['Type'] = $value;
1509
        $this->options['form_params']['Type'] = $value;
1510
1511
        return $this;
1512
    }
1513
1514
    /**
1515
     * @param string $value
1516
     *
1517
     * @return $this
1518
     */
1519
    public function withServiceCode($value)
1520
    {
1521
        $this->data['ServiceCode'] = $value;
1522
        $this->options['form_params']['ServiceCode'] = $value;
1523
1524
        return $this;
1525
    }
1526
1527
    /**
1528
     * @param string $value
1529
     *
1530
     * @return $this
1531
     */
1532
    public function withSize($value)
1533
    {
1534
        $this->data['Size'] = $value;
1535
        $this->options['form_params']['Size'] = $value;
1536
1537
        return $this;
1538
    }
1539
1540
    /**
1541
     * @param string $value
1542
     *
1543
     * @return $this
1544
     */
1545
    public function withTokenizerId($value)
1546
    {
1547
        $this->data['TokenizerId'] = $value;
1548
        $this->options['form_params']['TokenizerId'] = $value;
1549
1550
        return $this;
1551
    }
1552
1553
    /**
1554
     * @param string $value
1555
     *
1556
     * @return $this
1557
     */
1558
    public function withText($value)
1559
    {
1560
        $this->data['Text'] = $value;
1561
        $this->options['form_params']['Text'] = $value;
1562
1563
        return $this;
1564
    }
1565
1566
    /**
1567
     * @param string $value
1568
     *
1569
     * @return $this
1570
     */
1571
    public function withOperation($value)
1572
    {
1573
        $this->data['Operation'] = $value;
1574
        $this->options['form_params']['Operation'] = $value;
1575
1576
        return $this;
1577
    }
1578
}
1579
1580
/**
1581
 * @method string getType()
1582
 * @method string getServiceCode()
1583
 * @method string getSize()
1584
 * @method string getTokenizerId()
1585
 * @method string getText()
1586
 * @method string getOperation()
1587
 */
1588
class GetWeChEcom extends Rpc
1589
{
1590
1591
    /**
1592
     * @param string $value
1593
     *
1594
     * @return $this
1595
     */
1596
    public function withType($value)
1597
    {
1598
        $this->data['Type'] = $value;
1599
        $this->options['form_params']['Type'] = $value;
1600
1601
        return $this;
1602
    }
1603
1604
    /**
1605
     * @param string $value
1606
     *
1607
     * @return $this
1608
     */
1609
    public function withServiceCode($value)
1610
    {
1611
        $this->data['ServiceCode'] = $value;
1612
        $this->options['form_params']['ServiceCode'] = $value;
1613
1614
        return $this;
1615
    }
1616
1617
    /**
1618
     * @param string $value
1619
     *
1620
     * @return $this
1621
     */
1622
    public function withSize($value)
1623
    {
1624
        $this->data['Size'] = $value;
1625
        $this->options['form_params']['Size'] = $value;
1626
1627
        return $this;
1628
    }
1629
1630
    /**
1631
     * @param string $value
1632
     *
1633
     * @return $this
1634
     */
1635
    public function withTokenizerId($value)
1636
    {
1637
        $this->data['TokenizerId'] = $value;
1638
        $this->options['form_params']['TokenizerId'] = $value;
1639
1640
        return $this;
1641
    }
1642
1643
    /**
1644
     * @param string $value
1645
     *
1646
     * @return $this
1647
     */
1648
    public function withText($value)
1649
    {
1650
        $this->data['Text'] = $value;
1651
        $this->options['form_params']['Text'] = $value;
1652
1653
        return $this;
1654
    }
1655
1656
    /**
1657
     * @param string $value
1658
     *
1659
     * @return $this
1660
     */
1661
    public function withOperation($value)
1662
    {
1663
        $this->data['Operation'] = $value;
1664
        $this->options['form_params']['Operation'] = $value;
1665
1666
        return $this;
1667
    }
1668
}
1669
1670
/**
1671
 * @method string getType()
1672
 * @method string getServiceCode()
1673
 * @method string getSize()
1674
 * @method string getTokenizerId()
1675
 * @method string getText()
1676
 * @method string getOperation()
1677
 */
1678
class GetWeChEntertainment extends Rpc
1679
{
1680
1681
    /**
1682
     * @param string $value
1683
     *
1684
     * @return $this
1685
     */
1686
    public function withType($value)
1687
    {
1688
        $this->data['Type'] = $value;
1689
        $this->options['form_params']['Type'] = $value;
1690
1691
        return $this;
1692
    }
1693
1694
    /**
1695
     * @param string $value
1696
     *
1697
     * @return $this
1698
     */
1699
    public function withServiceCode($value)
1700
    {
1701
        $this->data['ServiceCode'] = $value;
1702
        $this->options['form_params']['ServiceCode'] = $value;
1703
1704
        return $this;
1705
    }
1706
1707
    /**
1708
     * @param string $value
1709
     *
1710
     * @return $this
1711
     */
1712
    public function withSize($value)
1713
    {
1714
        $this->data['Size'] = $value;
1715
        $this->options['form_params']['Size'] = $value;
1716
1717
        return $this;
1718
    }
1719
1720
    /**
1721
     * @param string $value
1722
     *
1723
     * @return $this
1724
     */
1725
    public function withTokenizerId($value)
1726
    {
1727
        $this->data['TokenizerId'] = $value;
1728
        $this->options['form_params']['TokenizerId'] = $value;
1729
1730
        return $this;
1731
    }
1732
1733
    /**
1734
     * @param string $value
1735
     *
1736
     * @return $this
1737
     */
1738
    public function withText($value)
1739
    {
1740
        $this->data['Text'] = $value;
1741
        $this->options['form_params']['Text'] = $value;
1742
1743
        return $this;
1744
    }
1745
1746
    /**
1747
     * @param string $value
1748
     *
1749
     * @return $this
1750
     */
1751
    public function withOperation($value)
1752
    {
1753
        $this->data['Operation'] = $value;
1754
        $this->options['form_params']['Operation'] = $value;
1755
1756
        return $this;
1757
    }
1758
}
1759
1760
/**
1761
 * @method string getType()
1762
 * @method string getServiceCode()
1763
 * @method string getSize()
1764
 * @method string getText()
1765
 * @method string getOperation()
1766
 */
1767
class GetWeChGeneral extends Rpc
1768
{
1769
1770
    /**
1771
     * @param string $value
1772
     *
1773
     * @return $this
1774
     */
1775
    public function withType($value)
1776
    {
1777
        $this->data['Type'] = $value;
1778
        $this->options['form_params']['Type'] = $value;
1779
1780
        return $this;
1781
    }
1782
1783
    /**
1784
     * @param string $value
1785
     *
1786
     * @return $this
1787
     */
1788
    public function withServiceCode($value)
1789
    {
1790
        $this->data['ServiceCode'] = $value;
1791
        $this->options['form_params']['ServiceCode'] = $value;
1792
1793
        return $this;
1794
    }
1795
1796
    /**
1797
     * @param string $value
1798
     *
1799
     * @return $this
1800
     */
1801
    public function withSize($value)
1802
    {
1803
        $this->data['Size'] = $value;
1804
        $this->options['form_params']['Size'] = $value;
1805
1806
        return $this;
1807
    }
1808
1809
    /**
1810
     * @param string $value
1811
     *
1812
     * @return $this
1813
     */
1814
    public function withText($value)
1815
    {
1816
        $this->data['Text'] = $value;
1817
        $this->options['form_params']['Text'] = $value;
1818
1819
        return $this;
1820
    }
1821
1822
    /**
1823
     * @param string $value
1824
     *
1825
     * @return $this
1826
     */
1827
    public function withOperation($value)
1828
    {
1829
        $this->data['Operation'] = $value;
1830
        $this->options['form_params']['Operation'] = $value;
1831
1832
        return $this;
1833
    }
1834
}
1835
1836
/**
1837
 * @method string getType()
1838
 * @method string getServiceCode()
1839
 * @method string getSize()
1840
 * @method string getTokenizerId()
1841
 * @method string getText()
1842
 * @method string getOperation()
1843
 */
1844
class GetWeChSearch extends Rpc
1845
{
1846
1847
    /**
1848
     * @param string $value
1849
     *
1850
     * @return $this
1851
     */
1852
    public function withType($value)
1853
    {
1854
        $this->data['Type'] = $value;
1855
        $this->options['form_params']['Type'] = $value;
1856
1857
        return $this;
1858
    }
1859
1860
    /**
1861
     * @param string $value
1862
     *
1863
     * @return $this
1864
     */
1865
    public function withServiceCode($value)
1866
    {
1867
        $this->data['ServiceCode'] = $value;
1868
        $this->options['form_params']['ServiceCode'] = $value;
1869
1870
        return $this;
1871
    }
1872
1873
    /**
1874
     * @param string $value
1875
     *
1876
     * @return $this
1877
     */
1878
    public function withSize($value)
1879
    {
1880
        $this->data['Size'] = $value;
1881
        $this->options['form_params']['Size'] = $value;
1882
1883
        return $this;
1884
    }
1885
1886
    /**
1887
     * @param string $value
1888
     *
1889
     * @return $this
1890
     */
1891
    public function withTokenizerId($value)
1892
    {
1893
        $this->data['TokenizerId'] = $value;
1894
        $this->options['form_params']['TokenizerId'] = $value;
1895
1896
        return $this;
1897
    }
1898
1899
    /**
1900
     * @param string $value
1901
     *
1902
     * @return $this
1903
     */
1904
    public function withText($value)
1905
    {
1906
        $this->data['Text'] = $value;
1907
        $this->options['form_params']['Text'] = $value;
1908
1909
        return $this;
1910
    }
1911
1912
    /**
1913
     * @param string $value
1914
     *
1915
     * @return $this
1916
     */
1917
    public function withOperation($value)
1918
    {
1919
        $this->data['Operation'] = $value;
1920
        $this->options['form_params']['Operation'] = $value;
1921
1922
        return $this;
1923
    }
1924
}
1925
1926
/**
1927
 * @method string getServiceCode()
1928
 * @method string getTokenizerId()
1929
 * @method string getText()
1930
 * @method string getOutType()
1931
 */
1932
class GetWsChGeneral extends Rpc
1933
{
1934
1935
    /**
1936
     * @param string $value
1937
     *
1938
     * @return $this
1939
     */
1940
    public function withServiceCode($value)
1941
    {
1942
        $this->data['ServiceCode'] = $value;
1943
        $this->options['form_params']['ServiceCode'] = $value;
1944
1945
        return $this;
1946
    }
1947
1948
    /**
1949
     * @param string $value
1950
     *
1951
     * @return $this
1952
     */
1953
    public function withTokenizerId($value)
1954
    {
1955
        $this->data['TokenizerId'] = $value;
1956
        $this->options['form_params']['TokenizerId'] = $value;
1957
1958
        return $this;
1959
    }
1960
1961
    /**
1962
     * @param string $value
1963
     *
1964
     * @return $this
1965
     */
1966
    public function withText($value)
1967
    {
1968
        $this->data['Text'] = $value;
1969
        $this->options['form_params']['Text'] = $value;
1970
1971
        return $this;
1972
    }
1973
1974
    /**
1975
     * @param string $value
1976
     *
1977
     * @return $this
1978
     */
1979
    public function withOutType($value)
1980
    {
1981
        $this->data['OutType'] = $value;
1982
        $this->options['form_params']['OutType'] = $value;
1983
1984
        return $this;
1985
    }
1986
}
1987
1988
/**
1989
 * @method string getServiceCode()
1990
 * @method string getTokenizerId()
1991
 * @method string getText()
1992
 * @method string getOutType()
1993
 */
1994
class GetWsCustomizedChEcomComment extends Rpc
1995
{
1996
1997
    /**
1998
     * @param string $value
1999
     *
2000
     * @return $this
2001
     */
2002
    public function withServiceCode($value)
2003
    {
2004
        $this->data['ServiceCode'] = $value;
2005
        $this->options['form_params']['ServiceCode'] = $value;
2006
2007
        return $this;
2008
    }
2009
2010
    /**
2011
     * @param string $value
2012
     *
2013
     * @return $this
2014
     */
2015
    public function withTokenizerId($value)
2016
    {
2017
        $this->data['TokenizerId'] = $value;
2018
        $this->options['form_params']['TokenizerId'] = $value;
2019
2020
        return $this;
2021
    }
2022
2023
    /**
2024
     * @param string $value
2025
     *
2026
     * @return $this
2027
     */
2028
    public function withText($value)
2029
    {
2030
        $this->data['Text'] = $value;
2031
        $this->options['form_params']['Text'] = $value;
2032
2033
        return $this;
2034
    }
2035
2036
    /**
2037
     * @param string $value
2038
     *
2039
     * @return $this
2040
     */
2041
    public function withOutType($value)
2042
    {
2043
        $this->data['OutType'] = $value;
2044
        $this->options['form_params']['OutType'] = $value;
2045
2046
        return $this;
2047
    }
2048
}
2049
2050
/**
2051
 * @method string getServiceCode()
2052
 * @method string getTokenizerId()
2053
 * @method string getText()
2054
 * @method string getOutType()
2055
 */
2056
class GetWsCustomizedChEcomContent extends Rpc
2057
{
2058
2059
    /**
2060
     * @param string $value
2061
     *
2062
     * @return $this
2063
     */
2064
    public function withServiceCode($value)
2065
    {
2066
        $this->data['ServiceCode'] = $value;
2067
        $this->options['form_params']['ServiceCode'] = $value;
2068
2069
        return $this;
2070
    }
2071
2072
    /**
2073
     * @param string $value
2074
     *
2075
     * @return $this
2076
     */
2077
    public function withTokenizerId($value)
2078
    {
2079
        $this->data['TokenizerId'] = $value;
2080
        $this->options['form_params']['TokenizerId'] = $value;
2081
2082
        return $this;
2083
    }
2084
2085
    /**
2086
     * @param string $value
2087
     *
2088
     * @return $this
2089
     */
2090
    public function withText($value)
2091
    {
2092
        $this->data['Text'] = $value;
2093
        $this->options['form_params']['Text'] = $value;
2094
2095
        return $this;
2096
    }
2097
2098
    /**
2099
     * @param string $value
2100
     *
2101
     * @return $this
2102
     */
2103
    public function withOutType($value)
2104
    {
2105
        $this->data['OutType'] = $value;
2106
        $this->options['form_params']['OutType'] = $value;
2107
2108
        return $this;
2109
    }
2110
}
2111
2112
/**
2113
 * @method string getServiceCode()
2114
 * @method string getTokenizerId()
2115
 * @method string getText()
2116
 * @method string getOutType()
2117
 */
2118
class GetWsCustomizedChEcomTitle extends Rpc
2119
{
2120
2121
    /**
2122
     * @param string $value
2123
     *
2124
     * @return $this
2125
     */
2126
    public function withServiceCode($value)
2127
    {
2128
        $this->data['ServiceCode'] = $value;
2129
        $this->options['form_params']['ServiceCode'] = $value;
2130
2131
        return $this;
2132
    }
2133
2134
    /**
2135
     * @param string $value
2136
     *
2137
     * @return $this
2138
     */
2139
    public function withTokenizerId($value)
2140
    {
2141
        $this->data['TokenizerId'] = $value;
2142
        $this->options['form_params']['TokenizerId'] = $value;
2143
2144
        return $this;
2145
    }
2146
2147
    /**
2148
     * @param string $value
2149
     *
2150
     * @return $this
2151
     */
2152
    public function withText($value)
2153
    {
2154
        $this->data['Text'] = $value;
2155
        $this->options['form_params']['Text'] = $value;
2156
2157
        return $this;
2158
    }
2159
2160
    /**
2161
     * @param string $value
2162
     *
2163
     * @return $this
2164
     */
2165
    public function withOutType($value)
2166
    {
2167
        $this->data['OutType'] = $value;
2168
        $this->options['form_params']['OutType'] = $value;
2169
2170
        return $this;
2171
    }
2172
}
2173
2174
/**
2175
 * @method string getServiceCode()
2176
 * @method string getTokenizerId()
2177
 * @method string getText()
2178
 * @method string getOutType()
2179
 */
2180
class GetWsCustomizedChEntertainment extends Rpc
2181
{
2182
2183
    /**
2184
     * @param string $value
2185
     *
2186
     * @return $this
2187
     */
2188
    public function withServiceCode($value)
2189
    {
2190
        $this->data['ServiceCode'] = $value;
2191
        $this->options['form_params']['ServiceCode'] = $value;
2192
2193
        return $this;
2194
    }
2195
2196
    /**
2197
     * @param string $value
2198
     *
2199
     * @return $this
2200
     */
2201
    public function withTokenizerId($value)
2202
    {
2203
        $this->data['TokenizerId'] = $value;
2204
        $this->options['form_params']['TokenizerId'] = $value;
2205
2206
        return $this;
2207
    }
2208
2209
    /**
2210
     * @param string $value
2211
     *
2212
     * @return $this
2213
     */
2214
    public function withText($value)
2215
    {
2216
        $this->data['Text'] = $value;
2217
        $this->options['form_params']['Text'] = $value;
2218
2219
        return $this;
2220
    }
2221
2222
    /**
2223
     * @param string $value
2224
     *
2225
     * @return $this
2226
     */
2227
    public function withOutType($value)
2228
    {
2229
        $this->data['OutType'] = $value;
2230
        $this->options['form_params']['OutType'] = $value;
2231
2232
        return $this;
2233
    }
2234
}
2235
2236
/**
2237
 * @method string getServiceCode()
2238
 * @method string getTokenizerId()
2239
 * @method string getText()
2240
 * @method string getOutType()
2241
 */
2242
class GetWsCustomizedChGeneral extends Rpc
2243
{
2244
2245
    /**
2246
     * @param string $value
2247
     *
2248
     * @return $this
2249
     */
2250
    public function withServiceCode($value)
2251
    {
2252
        $this->data['ServiceCode'] = $value;
2253
        $this->options['form_params']['ServiceCode'] = $value;
2254
2255
        return $this;
2256
    }
2257
2258
    /**
2259
     * @param string $value
2260
     *
2261
     * @return $this
2262
     */
2263
    public function withTokenizerId($value)
2264
    {
2265
        $this->data['TokenizerId'] = $value;
2266
        $this->options['form_params']['TokenizerId'] = $value;
2267
2268
        return $this;
2269
    }
2270
2271
    /**
2272
     * @param string $value
2273
     *
2274
     * @return $this
2275
     */
2276
    public function withText($value)
2277
    {
2278
        $this->data['Text'] = $value;
2279
        $this->options['form_params']['Text'] = $value;
2280
2281
        return $this;
2282
    }
2283
2284
    /**
2285
     * @param string $value
2286
     *
2287
     * @return $this
2288
     */
2289
    public function withOutType($value)
2290
    {
2291
        $this->data['OutType'] = $value;
2292
        $this->options['form_params']['OutType'] = $value;
2293
2294
        return $this;
2295
    }
2296
}
2297
2298
/**
2299
 * @method string getServiceCode()
2300
 * @method string getTokenizerId()
2301
 * @method string getText()
2302
 * @method string getOutType()
2303
 */
2304
class GetWsCustomizedChO2O extends Rpc
2305
{
2306
2307
    /**
2308
     * @param string $value
2309
     *
2310
     * @return $this
2311
     */
2312
    public function withServiceCode($value)
2313
    {
2314
        $this->data['ServiceCode'] = $value;
2315
        $this->options['form_params']['ServiceCode'] = $value;
2316
2317
        return $this;
2318
    }
2319
2320
    /**
2321
     * @param string $value
2322
     *
2323
     * @return $this
2324
     */
2325
    public function withTokenizerId($value)
2326
    {
2327
        $this->data['TokenizerId'] = $value;
2328
        $this->options['form_params']['TokenizerId'] = $value;
2329
2330
        return $this;
2331
    }
2332
2333
    /**
2334
     * @param string $value
2335
     *
2336
     * @return $this
2337
     */
2338
    public function withText($value)
2339
    {
2340
        $this->data['Text'] = $value;
2341
        $this->options['form_params']['Text'] = $value;
2342
2343
        return $this;
2344
    }
2345
2346
    /**
2347
     * @param string $value
2348
     *
2349
     * @return $this
2350
     */
2351
    public function withOutType($value)
2352
    {
2353
        $this->data['OutType'] = $value;
2354
        $this->options['form_params']['OutType'] = $value;
2355
2356
        return $this;
2357
    }
2358
}
2359
2360
/**
2361
 * @method string getLanguage()
2362
 * @method string getServiceCode()
2363
 * @method string getText()
2364
 */
2365
class GetWsCustomizedSeaEcom extends Rpc
2366
{
2367
2368
    /**
2369
     * @param string $value
2370
     *
2371
     * @return $this
2372
     */
2373
    public function withLanguage($value)
2374
    {
2375
        $this->data['Language'] = $value;
2376
        $this->options['form_params']['Language'] = $value;
2377
2378
        return $this;
2379
    }
2380
2381
    /**
2382
     * @param string $value
2383
     *
2384
     * @return $this
2385
     */
2386
    public function withServiceCode($value)
2387
    {
2388
        $this->data['ServiceCode'] = $value;
2389
        $this->options['form_params']['ServiceCode'] = $value;
2390
2391
        return $this;
2392
    }
2393
2394
    /**
2395
     * @param string $value
2396
     *
2397
     * @return $this
2398
     */
2399
    public function withText($value)
2400
    {
2401
        $this->data['Text'] = $value;
2402
        $this->options['form_params']['Text'] = $value;
2403
2404
        return $this;
2405
    }
2406
}
2407
2408
/**
2409
 * @method string getLanguage()
2410
 * @method string getServiceCode()
2411
 * @method string getText()
2412
 */
2413
class GetWsCustomizedSeaGeneral extends Rpc
2414
{
2415
2416
    /**
2417
     * @param string $value
2418
     *
2419
     * @return $this
2420
     */
2421
    public function withLanguage($value)
2422
    {
2423
        $this->data['Language'] = $value;
2424
        $this->options['form_params']['Language'] = $value;
2425
2426
        return $this;
2427
    }
2428
2429
    /**
2430
     * @param string $value
2431
     *
2432
     * @return $this
2433
     */
2434
    public function withServiceCode($value)
2435
    {
2436
        $this->data['ServiceCode'] = $value;
2437
        $this->options['form_params']['ServiceCode'] = $value;
2438
2439
        return $this;
2440
    }
2441
2442
    /**
2443
     * @param string $value
2444
     *
2445
     * @return $this
2446
     */
2447
    public function withText($value)
2448
    {
2449
        $this->data['Text'] = $value;
2450
        $this->options['form_params']['Text'] = $value;
2451
2452
        return $this;
2453
    }
2454
}
2455
2456
/**
2457
 * @method string getCustomUrl()
2458
 * @method string getRegUrl()
2459
 * @method string getServiceCode()
2460
 * @method string getRegFileName()
2461
 * @method string getCustomFileName()
2462
 * @method string getApiId()
2463
 */
2464
class InsertCustom extends Rpc
2465
{
2466
2467
    /**
2468
     * @param string $value
2469
     *
2470
     * @return $this
2471
     */
2472
    public function withCustomUrl($value)
2473
    {
2474
        $this->data['CustomUrl'] = $value;
2475
        $this->options['form_params']['CustomUrl'] = $value;
2476
2477
        return $this;
2478
    }
2479
2480
    /**
2481
     * @param string $value
2482
     *
2483
     * @return $this
2484
     */
2485
    public function withRegUrl($value)
2486
    {
2487
        $this->data['RegUrl'] = $value;
2488
        $this->options['form_params']['RegUrl'] = $value;
2489
2490
        return $this;
2491
    }
2492
2493
    /**
2494
     * @param string $value
2495
     *
2496
     * @return $this
2497
     */
2498
    public function withServiceCode($value)
2499
    {
2500
        $this->data['ServiceCode'] = $value;
2501
        $this->options['form_params']['ServiceCode'] = $value;
2502
2503
        return $this;
2504
    }
2505
2506
    /**
2507
     * @param string $value
2508
     *
2509
     * @return $this
2510
     */
2511
    public function withRegFileName($value)
2512
    {
2513
        $this->data['RegFileName'] = $value;
2514
        $this->options['form_params']['RegFileName'] = $value;
2515
2516
        return $this;
2517
    }
2518
2519
    /**
2520
     * @param string $value
2521
     *
2522
     * @return $this
2523
     */
2524
    public function withCustomFileName($value)
2525
    {
2526
        $this->data['CustomFileName'] = $value;
2527
        $this->options['form_params']['CustomFileName'] = $value;
2528
2529
        return $this;
2530
    }
2531
2532
    /**
2533
     * @param string $value
2534
     *
2535
     * @return $this
2536
     */
2537
    public function withApiId($value)
2538
    {
2539
        $this->data['ApiId'] = $value;
2540
        $this->options['form_params']['ApiId'] = $value;
2541
2542
        return $this;
2543
    }
2544
}
2545
2546
class OpenAlinlpService extends Rpc
2547
{
2548
}
2549
2550
/**
2551
 * @method string getParams()
2552
 * @method string getServiceCode()
2553
 */
2554
class RequestTableQA extends Rpc
2555
{
2556
2557
    /**
2558
     * @param string $value
2559
     *
2560
     * @return $this
2561
     */
2562
    public function withParams($value)
2563
    {
2564
        $this->data['Params'] = $value;
2565
        $this->options['form_params']['Params'] = $value;
2566
2567
        return $this;
2568
    }
2569
2570
    /**
2571
     * @param string $value
2572
     *
2573
     * @return $this
2574
     */
2575
    public function withServiceCode($value)
2576
    {
2577
        $this->data['ServiceCode'] = $value;
2578
        $this->options['form_params']['ServiceCode'] = $value;
2579
2580
        return $this;
2581
    }
2582
}
2583
2584
/**
2585
 * @method string getQuestion()
2586
 * @method string getParams()
2587
 * @method string getServiceCode()
2588
 * @method string getBotId()
2589
 */
2590
class RequestTableQAOnline extends Rpc
2591
{
2592
2593
    /**
2594
     * @param string $value
2595
     *
2596
     * @return $this
2597
     */
2598
    public function withQuestion($value)
2599
    {
2600
        $this->data['Question'] = $value;
2601
        $this->options['form_params']['Question'] = $value;
2602
2603
        return $this;
2604
    }
2605
2606
    /**
2607
     * @param string $value
2608
     *
2609
     * @return $this
2610
     */
2611
    public function withParams($value)
2612
    {
2613
        $this->data['Params'] = $value;
2614
        $this->options['form_params']['Params'] = $value;
2615
2616
        return $this;
2617
    }
2618
2619
    /**
2620
     * @param string $value
2621
     *
2622
     * @return $this
2623
     */
2624
    public function withServiceCode($value)
2625
    {
2626
        $this->data['ServiceCode'] = $value;
2627
        $this->options['form_params']['ServiceCode'] = $value;
2628
2629
        return $this;
2630
    }
2631
2632
    /**
2633
     * @param string $value
2634
     *
2635
     * @return $this
2636
     */
2637
    public function withBotId($value)
2638
    {
2639
        $this->data['BotId'] = $value;
2640
        $this->options['form_params']['BotId'] = $value;
2641
2642
        return $this;
2643
    }
2644
}
2645