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 ( 0abc28...542d0a )
by
unknown
13:26
created

GetTcChEcom::withText()   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 GetCheckDuplicationChMedical getCheckDuplicationChMedical(array $options = [])
9
 * @method GetDiagnosisChMedical getDiagnosisChMedical(array $options = [])
10
 * @method GetDpChEcom getDpChEcom(array $options = [])
11
 * @method GetDpChGeneralCTB getDpChGeneralCTB(array $options = [])
12
 * @method GetDpChGeneralStanford getDpChGeneralStanford(array $options = [])
13
 * @method GetEcChGeneral getEcChGeneral(array $options = [])
14
 * @method GetEcEnGeneral getEcEnGeneral(array $options = [])
15
 * @method GetKeywordChEcom getKeywordChEcom(array $options = [])
16
 * @method GetKeywordEnEcom getKeywordEnEcom(array $options = [])
17
 * @method GetMedicineChMedical getMedicineChMedical(array $options = [])
18
 * @method GetNerChEcom getNerChEcom(array $options = [])
19
 * @method GetNerChMedical getNerChMedical(array $options = [])
20
 * @method GetNerCustomizedChEcom getNerCustomizedChEcom(array $options = [])
21
 * @method GetNerCustomizedSeaEcom getNerCustomizedSeaEcom(array $options = [])
22
 * @method GetOperationChMedical getOperationChMedical(array $options = [])
23
 * @method GetPosChEcom getPosChEcom(array $options = [])
24
 * @method GetPosChGeneral getPosChGeneral(array $options = [])
25
 * @method GetSaChGeneral getSaChGeneral(array $options = [])
26
 * @method GetSaSeaEcom getSaSeaEcom(array $options = [])
27
 * @method GetSimilarityChMedical getSimilarityChMedical(array $options = [])
28
 * @method GetSummaryChEcom getSummaryChEcom(array $options = [])
29
 * @method GetTcChEcom getTcChEcom(array $options = [])
30
 * @method GetTcChGeneral getTcChGeneral(array $options = [])
31
 * @method GetTsChEcom getTsChEcom(array $options = [])
32
 * @method GetWeChComment getWeChComment(array $options = [])
33
 * @method GetWeChEcom getWeChEcom(array $options = [])
34
 * @method GetWeChEntertainment getWeChEntertainment(array $options = [])
35
 * @method GetWeChGeneral getWeChGeneral(array $options = [])
36
 * @method GetWeChSearch getWeChSearch(array $options = [])
37
 * @method GetWsChGeneral getWsChGeneral(array $options = [])
38
 * @method GetWsCustomizedChEcomComment getWsCustomizedChEcomComment(array $options = [])
39
 * @method GetWsCustomizedChEcomContent getWsCustomizedChEcomContent(array $options = [])
40
 * @method GetWsCustomizedChEcomTitle getWsCustomizedChEcomTitle(array $options = [])
41
 * @method GetWsCustomizedChEntertainment getWsCustomizedChEntertainment(array $options = [])
42
 * @method GetWsCustomizedChGeneral getWsCustomizedChGeneral(array $options = [])
43
 * @method GetWsCustomizedChO2O getWsCustomizedChO2O(array $options = [])
44
 * @method GetWsCustomizedSeaEcom getWsCustomizedSeaEcom(array $options = [])
45
 * @method GetWsCustomizedSeaGeneral getWsCustomizedSeaGeneral(array $options = [])
46
 * @method OpenAlinlpService openAlinlpService(array $options = [])
47
 */
48
class AlinlpApiResolver extends ApiResolver
49
{
50
}
51
52
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
53
{
54
    /** @var string */
55
    public $product = 'alinlp';
56
57
    /** @var string */
58
    public $version = '2020-06-29';
59
60
    /** @var string */
61
    public $method = 'POST';
62
63
    /** @var string */
64
    public $serviceCode = 'alinlp';
65
}
66
67
/**
68
 * @method string getServiceCode()
69
 * @method string getOriginT()
70
 * @method string getOriginQ()
71
 */
72
class GetCheckDuplicationChMedical extends Rpc
73
{
74
75
    /**
76
     * @param string $value
77
     *
78
     * @return $this
79
     */
80
    public function withServiceCode($value)
81
    {
82
        $this->data['ServiceCode'] = $value;
83
        $this->options['form_params']['ServiceCode'] = $value;
84
85
        return $this;
86
    }
87
88
    /**
89
     * @param string $value
90
     *
91
     * @return $this
92
     */
93
    public function withOriginT($value)
94
    {
95
        $this->data['OriginT'] = $value;
96
        $this->options['form_params']['OriginT'] = $value;
97
98
        return $this;
99
    }
100
101
    /**
102
     * @param string $value
103
     *
104
     * @return $this
105
     */
106
    public function withOriginQ($value)
107
    {
108
        $this->data['OriginQ'] = $value;
109
        $this->options['form_params']['OriginQ'] = $value;
110
111
        return $this;
112
    }
113
}
114
115
/**
116
 * @method string getServiceCode()
117
 * @method string getName()
118
 */
119
class GetDiagnosisChMedical extends Rpc
120
{
121
122
    /**
123
     * @param string $value
124
     *
125
     * @return $this
126
     */
127
    public function withServiceCode($value)
128
    {
129
        $this->data['ServiceCode'] = $value;
130
        $this->options['form_params']['ServiceCode'] = $value;
131
132
        return $this;
133
    }
134
135
    /**
136
     * @param string $value
137
     *
138
     * @return $this
139
     */
140
    public function withName($value)
141
    {
142
        $this->data['Name'] = $value;
143
        $this->options['form_params']['Name'] = $value;
144
145
        return $this;
146
    }
147
}
148
149
/**
150
 * @method string getServiceCode()
151
 * @method string getText()
152
 */
153
class GetDpChEcom extends Rpc
154
{
155
156
    /**
157
     * @param string $value
158
     *
159
     * @return $this
160
     */
161
    public function withServiceCode($value)
162
    {
163
        $this->data['ServiceCode'] = $value;
164
        $this->options['form_params']['ServiceCode'] = $value;
165
166
        return $this;
167
    }
168
169
    /**
170
     * @param string $value
171
     *
172
     * @return $this
173
     */
174
    public function withText($value)
175
    {
176
        $this->data['Text'] = $value;
177
        $this->options['form_params']['Text'] = $value;
178
179
        return $this;
180
    }
181
}
182
183
/**
184
 * @method string getServiceCode()
185
 * @method string getText()
186
 */
187
class GetDpChGeneralCTB extends Rpc
188
{
189
190
    /**
191
     * @param string $value
192
     *
193
     * @return $this
194
     */
195
    public function withServiceCode($value)
196
    {
197
        $this->data['ServiceCode'] = $value;
198
        $this->options['form_params']['ServiceCode'] = $value;
199
200
        return $this;
201
    }
202
203
    /**
204
     * @param string $value
205
     *
206
     * @return $this
207
     */
208
    public function withText($value)
209
    {
210
        $this->data['Text'] = $value;
211
        $this->options['form_params']['Text'] = $value;
212
213
        return $this;
214
    }
215
}
216
217
/**
218
 * @method string getServiceCode()
219
 * @method string getText()
220
 */
221
class GetDpChGeneralStanford 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 withText($value)
243
    {
244
        $this->data['Text'] = $value;
245
        $this->options['form_params']['Text'] = $value;
246
247
        return $this;
248
    }
249
}
250
251
/**
252
 * @method string getServiceCode()
253
 * @method string getText()
254
 */
255
class GetEcChGeneral extends Rpc
256
{
257
258
    /**
259
     * @param string $value
260
     *
261
     * @return $this
262
     */
263
    public function withServiceCode($value)
264
    {
265
        $this->data['ServiceCode'] = $value;
266
        $this->options['form_params']['ServiceCode'] = $value;
267
268
        return $this;
269
    }
270
271
    /**
272
     * @param string $value
273
     *
274
     * @return $this
275
     */
276
    public function withText($value)
277
    {
278
        $this->data['Text'] = $value;
279
        $this->options['form_params']['Text'] = $value;
280
281
        return $this;
282
    }
283
}
284
285
/**
286
 * @method string getServiceCode()
287
 * @method string getText()
288
 */
289
class GetEcEnGeneral extends Rpc
290
{
291
292
    /**
293
     * @param string $value
294
     *
295
     * @return $this
296
     */
297
    public function withServiceCode($value)
298
    {
299
        $this->data['ServiceCode'] = $value;
300
        $this->options['form_params']['ServiceCode'] = $value;
301
302
        return $this;
303
    }
304
305
    /**
306
     * @param string $value
307
     *
308
     * @return $this
309
     */
310
    public function withText($value)
311
    {
312
        $this->data['Text'] = $value;
313
        $this->options['form_params']['Text'] = $value;
314
315
        return $this;
316
    }
317
}
318
319
/**
320
 * @method string getServiceCode()
321
 * @method string getText()
322
 */
323
class GetKeywordChEcom extends Rpc
324
{
325
326
    /**
327
     * @param string $value
328
     *
329
     * @return $this
330
     */
331
    public function withServiceCode($value)
332
    {
333
        $this->data['ServiceCode'] = $value;
334
        $this->options['form_params']['ServiceCode'] = $value;
335
336
        return $this;
337
    }
338
339
    /**
340
     * @param string $value
341
     *
342
     * @return $this
343
     */
344
    public function withText($value)
345
    {
346
        $this->data['Text'] = $value;
347
        $this->options['form_params']['Text'] = $value;
348
349
        return $this;
350
    }
351
}
352
353
/**
354
 * @method string getServiceCode()
355
 * @method string getText()
356
 */
357
class GetKeywordEnEcom extends Rpc
358
{
359
360
    /**
361
     * @param string $value
362
     *
363
     * @return $this
364
     */
365
    public function withServiceCode($value)
366
    {
367
        $this->data['ServiceCode'] = $value;
368
        $this->options['form_params']['ServiceCode'] = $value;
369
370
        return $this;
371
    }
372
373
    /**
374
     * @param string $value
375
     *
376
     * @return $this
377
     */
378
    public function withText($value)
379
    {
380
        $this->data['Text'] = $value;
381
        $this->options['form_params']['Text'] = $value;
382
383
        return $this;
384
    }
385
}
386
387
/**
388
 * @method string getFactory()
389
 * @method string getSpecification()
390
 * @method string getUnit()
391
 * @method string getServiceCode()
392
 * @method string getName()
393
 */
394
class GetMedicineChMedical extends Rpc
395
{
396
397
    /**
398
     * @param string $value
399
     *
400
     * @return $this
401
     */
402
    public function withFactory($value)
403
    {
404
        $this->data['Factory'] = $value;
405
        $this->options['form_params']['Factory'] = $value;
406
407
        return $this;
408
    }
409
410
    /**
411
     * @param string $value
412
     *
413
     * @return $this
414
     */
415
    public function withSpecification($value)
416
    {
417
        $this->data['Specification'] = $value;
418
        $this->options['form_params']['Specification'] = $value;
419
420
        return $this;
421
    }
422
423
    /**
424
     * @param string $value
425
     *
426
     * @return $this
427
     */
428
    public function withUnit($value)
429
    {
430
        $this->data['Unit'] = $value;
431
        $this->options['form_params']['Unit'] = $value;
432
433
        return $this;
434
    }
435
436
    /**
437
     * @param string $value
438
     *
439
     * @return $this
440
     */
441
    public function withServiceCode($value)
442
    {
443
        $this->data['ServiceCode'] = $value;
444
        $this->options['form_params']['ServiceCode'] = $value;
445
446
        return $this;
447
    }
448
449
    /**
450
     * @param string $value
451
     *
452
     * @return $this
453
     */
454
    public function withName($value)
455
    {
456
        $this->data['Name'] = $value;
457
        $this->options['form_params']['Name'] = $value;
458
459
        return $this;
460
    }
461
}
462
463
/**
464
 * @method string getLexerId()
465
 * @method string getServiceCode()
466
 * @method string getText()
467
 */
468
class GetNerChEcom extends Rpc
469
{
470
471
    /**
472
     * @param string $value
473
     *
474
     * @return $this
475
     */
476
    public function withLexerId($value)
477
    {
478
        $this->data['LexerId'] = $value;
479
        $this->options['form_params']['LexerId'] = $value;
480
481
        return $this;
482
    }
483
484
    /**
485
     * @param string $value
486
     *
487
     * @return $this
488
     */
489
    public function withServiceCode($value)
490
    {
491
        $this->data['ServiceCode'] = $value;
492
        $this->options['form_params']['ServiceCode'] = $value;
493
494
        return $this;
495
    }
496
497
    /**
498
     * @param string $value
499
     *
500
     * @return $this
501
     */
502
    public function withText($value)
503
    {
504
        $this->data['Text'] = $value;
505
        $this->options['form_params']['Text'] = $value;
506
507
        return $this;
508
    }
509
}
510
511
/**
512
 * @method string getServiceCode()
513
 * @method string getText()
514
 */
515
class GetNerChMedical extends Rpc
516
{
517
518
    /**
519
     * @param string $value
520
     *
521
     * @return $this
522
     */
523
    public function withServiceCode($value)
524
    {
525
        $this->data['ServiceCode'] = $value;
526
        $this->options['form_params']['ServiceCode'] = $value;
527
528
        return $this;
529
    }
530
531
    /**
532
     * @param string $value
533
     *
534
     * @return $this
535
     */
536
    public function withText($value)
537
    {
538
        $this->data['Text'] = $value;
539
        $this->options['form_params']['Text'] = $value;
540
541
        return $this;
542
    }
543
}
544
545
/**
546
 * @method string getLexerId()
547
 * @method string getServiceCode()
548
 * @method string getText()
549
 */
550
class GetNerCustomizedChEcom extends Rpc
551
{
552
553
    /**
554
     * @param string $value
555
     *
556
     * @return $this
557
     */
558
    public function withLexerId($value)
559
    {
560
        $this->data['LexerId'] = $value;
561
        $this->options['form_params']['LexerId'] = $value;
562
563
        return $this;
564
    }
565
566
    /**
567
     * @param string $value
568
     *
569
     * @return $this
570
     */
571
    public function withServiceCode($value)
572
    {
573
        $this->data['ServiceCode'] = $value;
574
        $this->options['form_params']['ServiceCode'] = $value;
575
576
        return $this;
577
    }
578
579
    /**
580
     * @param string $value
581
     *
582
     * @return $this
583
     */
584
    public function withText($value)
585
    {
586
        $this->data['Text'] = $value;
587
        $this->options['form_params']['Text'] = $value;
588
589
        return $this;
590
    }
591
}
592
593
/**
594
 * @method string getLanguage()
595
 * @method string getServiceCode()
596
 * @method string getText()
597
 */
598
class GetNerCustomizedSeaEcom extends Rpc
599
{
600
601
    /**
602
     * @param string $value
603
     *
604
     * @return $this
605
     */
606
    public function withLanguage($value)
607
    {
608
        $this->data['Language'] = $value;
609
        $this->options['form_params']['Language'] = $value;
610
611
        return $this;
612
    }
613
614
    /**
615
     * @param string $value
616
     *
617
     * @return $this
618
     */
619
    public function withServiceCode($value)
620
    {
621
        $this->data['ServiceCode'] = $value;
622
        $this->options['form_params']['ServiceCode'] = $value;
623
624
        return $this;
625
    }
626
627
    /**
628
     * @param string $value
629
     *
630
     * @return $this
631
     */
632
    public function withText($value)
633
    {
634
        $this->data['Text'] = $value;
635
        $this->options['form_params']['Text'] = $value;
636
637
        return $this;
638
    }
639
}
640
641
/**
642
 * @method string getServiceCode()
643
 * @method string getName()
644
 */
645
class GetOperationChMedical extends Rpc
646
{
647
648
    /**
649
     * @param string $value
650
     *
651
     * @return $this
652
     */
653
    public function withServiceCode($value)
654
    {
655
        $this->data['ServiceCode'] = $value;
656
        $this->options['form_params']['ServiceCode'] = $value;
657
658
        return $this;
659
    }
660
661
    /**
662
     * @param string $value
663
     *
664
     * @return $this
665
     */
666
    public function withName($value)
667
    {
668
        $this->data['Name'] = $value;
669
        $this->options['form_params']['Name'] = $value;
670
671
        return $this;
672
    }
673
}
674
675
/**
676
 * @method string getServiceCode()
677
 * @method string getTokenizerId()
678
 * @method string getText()
679
 * @method string getOutType()
680
 */
681
class GetPosChEcom extends Rpc
682
{
683
684
    /**
685
     * @param string $value
686
     *
687
     * @return $this
688
     */
689
    public function withServiceCode($value)
690
    {
691
        $this->data['ServiceCode'] = $value;
692
        $this->options['form_params']['ServiceCode'] = $value;
693
694
        return $this;
695
    }
696
697
    /**
698
     * @param string $value
699
     *
700
     * @return $this
701
     */
702
    public function withTokenizerId($value)
703
    {
704
        $this->data['TokenizerId'] = $value;
705
        $this->options['form_params']['TokenizerId'] = $value;
706
707
        return $this;
708
    }
709
710
    /**
711
     * @param string $value
712
     *
713
     * @return $this
714
     */
715
    public function withText($value)
716
    {
717
        $this->data['Text'] = $value;
718
        $this->options['form_params']['Text'] = $value;
719
720
        return $this;
721
    }
722
723
    /**
724
     * @param string $value
725
     *
726
     * @return $this
727
     */
728
    public function withOutType($value)
729
    {
730
        $this->data['OutType'] = $value;
731
        $this->options['form_params']['OutType'] = $value;
732
733
        return $this;
734
    }
735
}
736
737
/**
738
 * @method string getServiceCode()
739
 * @method string getTokenizerId()
740
 * @method string getText()
741
 * @method string getOutType()
742
 */
743
class GetPosChGeneral extends Rpc
744
{
745
746
    /**
747
     * @param string $value
748
     *
749
     * @return $this
750
     */
751
    public function withServiceCode($value)
752
    {
753
        $this->data['ServiceCode'] = $value;
754
        $this->options['form_params']['ServiceCode'] = $value;
755
756
        return $this;
757
    }
758
759
    /**
760
     * @param string $value
761
     *
762
     * @return $this
763
     */
764
    public function withTokenizerId($value)
765
    {
766
        $this->data['TokenizerId'] = $value;
767
        $this->options['form_params']['TokenizerId'] = $value;
768
769
        return $this;
770
    }
771
772
    /**
773
     * @param string $value
774
     *
775
     * @return $this
776
     */
777
    public function withText($value)
778
    {
779
        $this->data['Text'] = $value;
780
        $this->options['form_params']['Text'] = $value;
781
782
        return $this;
783
    }
784
785
    /**
786
     * @param string $value
787
     *
788
     * @return $this
789
     */
790
    public function withOutType($value)
791
    {
792
        $this->data['OutType'] = $value;
793
        $this->options['form_params']['OutType'] = $value;
794
795
        return $this;
796
    }
797
}
798
799
/**
800
 * @method string getServiceCode()
801
 * @method string getText()
802
 */
803
class GetSaChGeneral extends Rpc
804
{
805
806
    /**
807
     * @param string $value
808
     *
809
     * @return $this
810
     */
811
    public function withServiceCode($value)
812
    {
813
        $this->data['ServiceCode'] = $value;
814
        $this->options['form_params']['ServiceCode'] = $value;
815
816
        return $this;
817
    }
818
819
    /**
820
     * @param string $value
821
     *
822
     * @return $this
823
     */
824
    public function withText($value)
825
    {
826
        $this->data['Text'] = $value;
827
        $this->options['form_params']['Text'] = $value;
828
829
        return $this;
830
    }
831
}
832
833
/**
834
 * @method string getLanguage()
835
 * @method string getServiceCode()
836
 * @method string getText()
837
 */
838
class GetSaSeaEcom extends Rpc
839
{
840
841
    /**
842
     * @param string $value
843
     *
844
     * @return $this
845
     */
846
    public function withLanguage($value)
847
    {
848
        $this->data['Language'] = $value;
849
        $this->options['form_params']['Language'] = $value;
850
851
        return $this;
852
    }
853
854
    /**
855
     * @param string $value
856
     *
857
     * @return $this
858
     */
859
    public function withServiceCode($value)
860
    {
861
        $this->data['ServiceCode'] = $value;
862
        $this->options['form_params']['ServiceCode'] = $value;
863
864
        return $this;
865
    }
866
867
    /**
868
     * @param string $value
869
     *
870
     * @return $this
871
     */
872
    public function withText($value)
873
    {
874
        $this->data['Text'] = $value;
875
        $this->options['form_params']['Text'] = $value;
876
877
        return $this;
878
    }
879
}
880
881
/**
882
 * @method string getServiceCode()
883
 * @method string getOriginT()
884
 * @method string getOriginQ()
885
 */
886
class GetSimilarityChMedical extends Rpc
887
{
888
889
    /**
890
     * @param string $value
891
     *
892
     * @return $this
893
     */
894
    public function withServiceCode($value)
895
    {
896
        $this->data['ServiceCode'] = $value;
897
        $this->options['form_params']['ServiceCode'] = $value;
898
899
        return $this;
900
    }
901
902
    /**
903
     * @param string $value
904
     *
905
     * @return $this
906
     */
907
    public function withOriginT($value)
908
    {
909
        $this->data['OriginT'] = $value;
910
        $this->options['form_params']['OriginT'] = $value;
911
912
        return $this;
913
    }
914
915
    /**
916
     * @param string $value
917
     *
918
     * @return $this
919
     */
920
    public function withOriginQ($value)
921
    {
922
        $this->data['OriginQ'] = $value;
923
        $this->options['form_params']['OriginQ'] = $value;
924
925
        return $this;
926
    }
927
}
928
929
/**
930
 * @method string getServiceCode()
931
 * @method string getText()
932
 */
933
class GetSummaryChEcom extends Rpc
934
{
935
936
    /**
937
     * @param string $value
938
     *
939
     * @return $this
940
     */
941
    public function withServiceCode($value)
942
    {
943
        $this->data['ServiceCode'] = $value;
944
        $this->options['form_params']['ServiceCode'] = $value;
945
946
        return $this;
947
    }
948
949
    /**
950
     * @param string $value
951
     *
952
     * @return $this
953
     */
954
    public function withText($value)
955
    {
956
        $this->data['Text'] = $value;
957
        $this->options['form_params']['Text'] = $value;
958
959
        return $this;
960
    }
961
}
962
963
/**
964
 * @method string getServiceCode()
965
 * @method string getText()
966
 */
967
class GetTcChEcom extends Rpc
968
{
969
970
    /**
971
     * @param string $value
972
     *
973
     * @return $this
974
     */
975
    public function withServiceCode($value)
976
    {
977
        $this->data['ServiceCode'] = $value;
978
        $this->options['form_params']['ServiceCode'] = $value;
979
980
        return $this;
981
    }
982
983
    /**
984
     * @param string $value
985
     *
986
     * @return $this
987
     */
988
    public function withText($value)
989
    {
990
        $this->data['Text'] = $value;
991
        $this->options['form_params']['Text'] = $value;
992
993
        return $this;
994
    }
995
}
996
997
/**
998
 * @method string getServiceCode()
999
 * @method string getText()
1000
 */
1001
class GetTcChGeneral extends Rpc
1002
{
1003
1004
    /**
1005
     * @param string $value
1006
     *
1007
     * @return $this
1008
     */
1009
    public function withServiceCode($value)
1010
    {
1011
        $this->data['ServiceCode'] = $value;
1012
        $this->options['form_params']['ServiceCode'] = $value;
1013
1014
        return $this;
1015
    }
1016
1017
    /**
1018
     * @param string $value
1019
     *
1020
     * @return $this
1021
     */
1022
    public function withText($value)
1023
    {
1024
        $this->data['Text'] = $value;
1025
        $this->options['form_params']['Text'] = $value;
1026
1027
        return $this;
1028
    }
1029
}
1030
1031
/**
1032
 * @method string getType()
1033
 * @method string getServiceCode()
1034
 * @method string getOriginT()
1035
 * @method string getOriginQ()
1036
 */
1037
class GetTsChEcom extends Rpc
1038
{
1039
1040
    /**
1041
     * @param string $value
1042
     *
1043
     * @return $this
1044
     */
1045
    public function withType($value)
1046
    {
1047
        $this->data['Type'] = $value;
1048
        $this->options['form_params']['Type'] = $value;
1049
1050
        return $this;
1051
    }
1052
1053
    /**
1054
     * @param string $value
1055
     *
1056
     * @return $this
1057
     */
1058
    public function withServiceCode($value)
1059
    {
1060
        $this->data['ServiceCode'] = $value;
1061
        $this->options['form_params']['ServiceCode'] = $value;
1062
1063
        return $this;
1064
    }
1065
1066
    /**
1067
     * @param string $value
1068
     *
1069
     * @return $this
1070
     */
1071
    public function withOriginT($value)
1072
    {
1073
        $this->data['OriginT'] = $value;
1074
        $this->options['form_params']['OriginT'] = $value;
1075
1076
        return $this;
1077
    }
1078
1079
    /**
1080
     * @param string $value
1081
     *
1082
     * @return $this
1083
     */
1084
    public function withOriginQ($value)
1085
    {
1086
        $this->data['OriginQ'] = $value;
1087
        $this->options['form_params']['OriginQ'] = $value;
1088
1089
        return $this;
1090
    }
1091
}
1092
1093
/**
1094
 * @method string getType()
1095
 * @method string getServiceCode()
1096
 * @method string getSize()
1097
 * @method string getTokenizerId()
1098
 * @method string getText()
1099
 * @method string getOperation()
1100
 */
1101
class GetWeChComment extends Rpc
1102
{
1103
1104
    /**
1105
     * @param string $value
1106
     *
1107
     * @return $this
1108
     */
1109
    public function withType($value)
1110
    {
1111
        $this->data['Type'] = $value;
1112
        $this->options['form_params']['Type'] = $value;
1113
1114
        return $this;
1115
    }
1116
1117
    /**
1118
     * @param string $value
1119
     *
1120
     * @return $this
1121
     */
1122
    public function withServiceCode($value)
1123
    {
1124
        $this->data['ServiceCode'] = $value;
1125
        $this->options['form_params']['ServiceCode'] = $value;
1126
1127
        return $this;
1128
    }
1129
1130
    /**
1131
     * @param string $value
1132
     *
1133
     * @return $this
1134
     */
1135
    public function withSize($value)
1136
    {
1137
        $this->data['Size'] = $value;
1138
        $this->options['form_params']['Size'] = $value;
1139
1140
        return $this;
1141
    }
1142
1143
    /**
1144
     * @param string $value
1145
     *
1146
     * @return $this
1147
     */
1148
    public function withTokenizerId($value)
1149
    {
1150
        $this->data['TokenizerId'] = $value;
1151
        $this->options['form_params']['TokenizerId'] = $value;
1152
1153
        return $this;
1154
    }
1155
1156
    /**
1157
     * @param string $value
1158
     *
1159
     * @return $this
1160
     */
1161
    public function withText($value)
1162
    {
1163
        $this->data['Text'] = $value;
1164
        $this->options['form_params']['Text'] = $value;
1165
1166
        return $this;
1167
    }
1168
1169
    /**
1170
     * @param string $value
1171
     *
1172
     * @return $this
1173
     */
1174
    public function withOperation($value)
1175
    {
1176
        $this->data['Operation'] = $value;
1177
        $this->options['form_params']['Operation'] = $value;
1178
1179
        return $this;
1180
    }
1181
}
1182
1183
/**
1184
 * @method string getType()
1185
 * @method string getServiceCode()
1186
 * @method string getSize()
1187
 * @method string getTokenizerId()
1188
 * @method string getText()
1189
 * @method string getOperation()
1190
 */
1191
class GetWeChEcom extends Rpc
1192
{
1193
1194
    /**
1195
     * @param string $value
1196
     *
1197
     * @return $this
1198
     */
1199
    public function withType($value)
1200
    {
1201
        $this->data['Type'] = $value;
1202
        $this->options['form_params']['Type'] = $value;
1203
1204
        return $this;
1205
    }
1206
1207
    /**
1208
     * @param string $value
1209
     *
1210
     * @return $this
1211
     */
1212
    public function withServiceCode($value)
1213
    {
1214
        $this->data['ServiceCode'] = $value;
1215
        $this->options['form_params']['ServiceCode'] = $value;
1216
1217
        return $this;
1218
    }
1219
1220
    /**
1221
     * @param string $value
1222
     *
1223
     * @return $this
1224
     */
1225
    public function withSize($value)
1226
    {
1227
        $this->data['Size'] = $value;
1228
        $this->options['form_params']['Size'] = $value;
1229
1230
        return $this;
1231
    }
1232
1233
    /**
1234
     * @param string $value
1235
     *
1236
     * @return $this
1237
     */
1238
    public function withTokenizerId($value)
1239
    {
1240
        $this->data['TokenizerId'] = $value;
1241
        $this->options['form_params']['TokenizerId'] = $value;
1242
1243
        return $this;
1244
    }
1245
1246
    /**
1247
     * @param string $value
1248
     *
1249
     * @return $this
1250
     */
1251
    public function withText($value)
1252
    {
1253
        $this->data['Text'] = $value;
1254
        $this->options['form_params']['Text'] = $value;
1255
1256
        return $this;
1257
    }
1258
1259
    /**
1260
     * @param string $value
1261
     *
1262
     * @return $this
1263
     */
1264
    public function withOperation($value)
1265
    {
1266
        $this->data['Operation'] = $value;
1267
        $this->options['form_params']['Operation'] = $value;
1268
1269
        return $this;
1270
    }
1271
}
1272
1273
/**
1274
 * @method string getType()
1275
 * @method string getServiceCode()
1276
 * @method string getSize()
1277
 * @method string getTokenizerId()
1278
 * @method string getText()
1279
 * @method string getOperation()
1280
 */
1281
class GetWeChEntertainment extends Rpc
1282
{
1283
1284
    /**
1285
     * @param string $value
1286
     *
1287
     * @return $this
1288
     */
1289
    public function withType($value)
1290
    {
1291
        $this->data['Type'] = $value;
1292
        $this->options['form_params']['Type'] = $value;
1293
1294
        return $this;
1295
    }
1296
1297
    /**
1298
     * @param string $value
1299
     *
1300
     * @return $this
1301
     */
1302
    public function withServiceCode($value)
1303
    {
1304
        $this->data['ServiceCode'] = $value;
1305
        $this->options['form_params']['ServiceCode'] = $value;
1306
1307
        return $this;
1308
    }
1309
1310
    /**
1311
     * @param string $value
1312
     *
1313
     * @return $this
1314
     */
1315
    public function withSize($value)
1316
    {
1317
        $this->data['Size'] = $value;
1318
        $this->options['form_params']['Size'] = $value;
1319
1320
        return $this;
1321
    }
1322
1323
    /**
1324
     * @param string $value
1325
     *
1326
     * @return $this
1327
     */
1328
    public function withTokenizerId($value)
1329
    {
1330
        $this->data['TokenizerId'] = $value;
1331
        $this->options['form_params']['TokenizerId'] = $value;
1332
1333
        return $this;
1334
    }
1335
1336
    /**
1337
     * @param string $value
1338
     *
1339
     * @return $this
1340
     */
1341
    public function withText($value)
1342
    {
1343
        $this->data['Text'] = $value;
1344
        $this->options['form_params']['Text'] = $value;
1345
1346
        return $this;
1347
    }
1348
1349
    /**
1350
     * @param string $value
1351
     *
1352
     * @return $this
1353
     */
1354
    public function withOperation($value)
1355
    {
1356
        $this->data['Operation'] = $value;
1357
        $this->options['form_params']['Operation'] = $value;
1358
1359
        return $this;
1360
    }
1361
}
1362
1363
/**
1364
 * @method string getType()
1365
 * @method string getServiceCode()
1366
 * @method string getSize()
1367
 * @method string getText()
1368
 * @method string getOperation()
1369
 */
1370
class GetWeChGeneral extends Rpc
1371
{
1372
1373
    /**
1374
     * @param string $value
1375
     *
1376
     * @return $this
1377
     */
1378
    public function withType($value)
1379
    {
1380
        $this->data['Type'] = $value;
1381
        $this->options['form_params']['Type'] = $value;
1382
1383
        return $this;
1384
    }
1385
1386
    /**
1387
     * @param string $value
1388
     *
1389
     * @return $this
1390
     */
1391
    public function withServiceCode($value)
1392
    {
1393
        $this->data['ServiceCode'] = $value;
1394
        $this->options['form_params']['ServiceCode'] = $value;
1395
1396
        return $this;
1397
    }
1398
1399
    /**
1400
     * @param string $value
1401
     *
1402
     * @return $this
1403
     */
1404
    public function withSize($value)
1405
    {
1406
        $this->data['Size'] = $value;
1407
        $this->options['form_params']['Size'] = $value;
1408
1409
        return $this;
1410
    }
1411
1412
    /**
1413
     * @param string $value
1414
     *
1415
     * @return $this
1416
     */
1417
    public function withText($value)
1418
    {
1419
        $this->data['Text'] = $value;
1420
        $this->options['form_params']['Text'] = $value;
1421
1422
        return $this;
1423
    }
1424
1425
    /**
1426
     * @param string $value
1427
     *
1428
     * @return $this
1429
     */
1430
    public function withOperation($value)
1431
    {
1432
        $this->data['Operation'] = $value;
1433
        $this->options['form_params']['Operation'] = $value;
1434
1435
        return $this;
1436
    }
1437
}
1438
1439
/**
1440
 * @method string getType()
1441
 * @method string getServiceCode()
1442
 * @method string getSize()
1443
 * @method string getTokenizerId()
1444
 * @method string getText()
1445
 * @method string getOperation()
1446
 */
1447
class GetWeChSearch extends Rpc
1448
{
1449
1450
    /**
1451
     * @param string $value
1452
     *
1453
     * @return $this
1454
     */
1455
    public function withType($value)
1456
    {
1457
        $this->data['Type'] = $value;
1458
        $this->options['form_params']['Type'] = $value;
1459
1460
        return $this;
1461
    }
1462
1463
    /**
1464
     * @param string $value
1465
     *
1466
     * @return $this
1467
     */
1468
    public function withServiceCode($value)
1469
    {
1470
        $this->data['ServiceCode'] = $value;
1471
        $this->options['form_params']['ServiceCode'] = $value;
1472
1473
        return $this;
1474
    }
1475
1476
    /**
1477
     * @param string $value
1478
     *
1479
     * @return $this
1480
     */
1481
    public function withSize($value)
1482
    {
1483
        $this->data['Size'] = $value;
1484
        $this->options['form_params']['Size'] = $value;
1485
1486
        return $this;
1487
    }
1488
1489
    /**
1490
     * @param string $value
1491
     *
1492
     * @return $this
1493
     */
1494
    public function withTokenizerId($value)
1495
    {
1496
        $this->data['TokenizerId'] = $value;
1497
        $this->options['form_params']['TokenizerId'] = $value;
1498
1499
        return $this;
1500
    }
1501
1502
    /**
1503
     * @param string $value
1504
     *
1505
     * @return $this
1506
     */
1507
    public function withText($value)
1508
    {
1509
        $this->data['Text'] = $value;
1510
        $this->options['form_params']['Text'] = $value;
1511
1512
        return $this;
1513
    }
1514
1515
    /**
1516
     * @param string $value
1517
     *
1518
     * @return $this
1519
     */
1520
    public function withOperation($value)
1521
    {
1522
        $this->data['Operation'] = $value;
1523
        $this->options['form_params']['Operation'] = $value;
1524
1525
        return $this;
1526
    }
1527
}
1528
1529
/**
1530
 * @method string getServiceCode()
1531
 * @method string getTokenizerId()
1532
 * @method string getText()
1533
 * @method string getOutType()
1534
 */
1535
class GetWsChGeneral extends Rpc
1536
{
1537
1538
    /**
1539
     * @param string $value
1540
     *
1541
     * @return $this
1542
     */
1543
    public function withServiceCode($value)
1544
    {
1545
        $this->data['ServiceCode'] = $value;
1546
        $this->options['form_params']['ServiceCode'] = $value;
1547
1548
        return $this;
1549
    }
1550
1551
    /**
1552
     * @param string $value
1553
     *
1554
     * @return $this
1555
     */
1556
    public function withTokenizerId($value)
1557
    {
1558
        $this->data['TokenizerId'] = $value;
1559
        $this->options['form_params']['TokenizerId'] = $value;
1560
1561
        return $this;
1562
    }
1563
1564
    /**
1565
     * @param string $value
1566
     *
1567
     * @return $this
1568
     */
1569
    public function withText($value)
1570
    {
1571
        $this->data['Text'] = $value;
1572
        $this->options['form_params']['Text'] = $value;
1573
1574
        return $this;
1575
    }
1576
1577
    /**
1578
     * @param string $value
1579
     *
1580
     * @return $this
1581
     */
1582
    public function withOutType($value)
1583
    {
1584
        $this->data['OutType'] = $value;
1585
        $this->options['form_params']['OutType'] = $value;
1586
1587
        return $this;
1588
    }
1589
}
1590
1591
/**
1592
 * @method string getServiceCode()
1593
 * @method string getTokenizerId()
1594
 * @method string getText()
1595
 * @method string getOutType()
1596
 */
1597
class GetWsCustomizedChEcomComment extends Rpc
1598
{
1599
1600
    /**
1601
     * @param string $value
1602
     *
1603
     * @return $this
1604
     */
1605
    public function withServiceCode($value)
1606
    {
1607
        $this->data['ServiceCode'] = $value;
1608
        $this->options['form_params']['ServiceCode'] = $value;
1609
1610
        return $this;
1611
    }
1612
1613
    /**
1614
     * @param string $value
1615
     *
1616
     * @return $this
1617
     */
1618
    public function withTokenizerId($value)
1619
    {
1620
        $this->data['TokenizerId'] = $value;
1621
        $this->options['form_params']['TokenizerId'] = $value;
1622
1623
        return $this;
1624
    }
1625
1626
    /**
1627
     * @param string $value
1628
     *
1629
     * @return $this
1630
     */
1631
    public function withText($value)
1632
    {
1633
        $this->data['Text'] = $value;
1634
        $this->options['form_params']['Text'] = $value;
1635
1636
        return $this;
1637
    }
1638
1639
    /**
1640
     * @param string $value
1641
     *
1642
     * @return $this
1643
     */
1644
    public function withOutType($value)
1645
    {
1646
        $this->data['OutType'] = $value;
1647
        $this->options['form_params']['OutType'] = $value;
1648
1649
        return $this;
1650
    }
1651
}
1652
1653
/**
1654
 * @method string getServiceCode()
1655
 * @method string getTokenizerId()
1656
 * @method string getText()
1657
 * @method string getOutType()
1658
 */
1659
class GetWsCustomizedChEcomContent extends Rpc
1660
{
1661
1662
    /**
1663
     * @param string $value
1664
     *
1665
     * @return $this
1666
     */
1667
    public function withServiceCode($value)
1668
    {
1669
        $this->data['ServiceCode'] = $value;
1670
        $this->options['form_params']['ServiceCode'] = $value;
1671
1672
        return $this;
1673
    }
1674
1675
    /**
1676
     * @param string $value
1677
     *
1678
     * @return $this
1679
     */
1680
    public function withTokenizerId($value)
1681
    {
1682
        $this->data['TokenizerId'] = $value;
1683
        $this->options['form_params']['TokenizerId'] = $value;
1684
1685
        return $this;
1686
    }
1687
1688
    /**
1689
     * @param string $value
1690
     *
1691
     * @return $this
1692
     */
1693
    public function withText($value)
1694
    {
1695
        $this->data['Text'] = $value;
1696
        $this->options['form_params']['Text'] = $value;
1697
1698
        return $this;
1699
    }
1700
1701
    /**
1702
     * @param string $value
1703
     *
1704
     * @return $this
1705
     */
1706
    public function withOutType($value)
1707
    {
1708
        $this->data['OutType'] = $value;
1709
        $this->options['form_params']['OutType'] = $value;
1710
1711
        return $this;
1712
    }
1713
}
1714
1715
/**
1716
 * @method string getServiceCode()
1717
 * @method string getTokenizerId()
1718
 * @method string getText()
1719
 * @method string getOutType()
1720
 */
1721
class GetWsCustomizedChEcomTitle extends Rpc
1722
{
1723
1724
    /**
1725
     * @param string $value
1726
     *
1727
     * @return $this
1728
     */
1729
    public function withServiceCode($value)
1730
    {
1731
        $this->data['ServiceCode'] = $value;
1732
        $this->options['form_params']['ServiceCode'] = $value;
1733
1734
        return $this;
1735
    }
1736
1737
    /**
1738
     * @param string $value
1739
     *
1740
     * @return $this
1741
     */
1742
    public function withTokenizerId($value)
1743
    {
1744
        $this->data['TokenizerId'] = $value;
1745
        $this->options['form_params']['TokenizerId'] = $value;
1746
1747
        return $this;
1748
    }
1749
1750
    /**
1751
     * @param string $value
1752
     *
1753
     * @return $this
1754
     */
1755
    public function withText($value)
1756
    {
1757
        $this->data['Text'] = $value;
1758
        $this->options['form_params']['Text'] = $value;
1759
1760
        return $this;
1761
    }
1762
1763
    /**
1764
     * @param string $value
1765
     *
1766
     * @return $this
1767
     */
1768
    public function withOutType($value)
1769
    {
1770
        $this->data['OutType'] = $value;
1771
        $this->options['form_params']['OutType'] = $value;
1772
1773
        return $this;
1774
    }
1775
}
1776
1777
/**
1778
 * @method string getServiceCode()
1779
 * @method string getTokenizerId()
1780
 * @method string getText()
1781
 * @method string getOutType()
1782
 */
1783
class GetWsCustomizedChEntertainment extends Rpc
1784
{
1785
1786
    /**
1787
     * @param string $value
1788
     *
1789
     * @return $this
1790
     */
1791
    public function withServiceCode($value)
1792
    {
1793
        $this->data['ServiceCode'] = $value;
1794
        $this->options['form_params']['ServiceCode'] = $value;
1795
1796
        return $this;
1797
    }
1798
1799
    /**
1800
     * @param string $value
1801
     *
1802
     * @return $this
1803
     */
1804
    public function withTokenizerId($value)
1805
    {
1806
        $this->data['TokenizerId'] = $value;
1807
        $this->options['form_params']['TokenizerId'] = $value;
1808
1809
        return $this;
1810
    }
1811
1812
    /**
1813
     * @param string $value
1814
     *
1815
     * @return $this
1816
     */
1817
    public function withText($value)
1818
    {
1819
        $this->data['Text'] = $value;
1820
        $this->options['form_params']['Text'] = $value;
1821
1822
        return $this;
1823
    }
1824
1825
    /**
1826
     * @param string $value
1827
     *
1828
     * @return $this
1829
     */
1830
    public function withOutType($value)
1831
    {
1832
        $this->data['OutType'] = $value;
1833
        $this->options['form_params']['OutType'] = $value;
1834
1835
        return $this;
1836
    }
1837
}
1838
1839
/**
1840
 * @method string getServiceCode()
1841
 * @method string getTokenizerId()
1842
 * @method string getText()
1843
 * @method string getOutType()
1844
 */
1845
class GetWsCustomizedChGeneral extends Rpc
1846
{
1847
1848
    /**
1849
     * @param string $value
1850
     *
1851
     * @return $this
1852
     */
1853
    public function withServiceCode($value)
1854
    {
1855
        $this->data['ServiceCode'] = $value;
1856
        $this->options['form_params']['ServiceCode'] = $value;
1857
1858
        return $this;
1859
    }
1860
1861
    /**
1862
     * @param string $value
1863
     *
1864
     * @return $this
1865
     */
1866
    public function withTokenizerId($value)
1867
    {
1868
        $this->data['TokenizerId'] = $value;
1869
        $this->options['form_params']['TokenizerId'] = $value;
1870
1871
        return $this;
1872
    }
1873
1874
    /**
1875
     * @param string $value
1876
     *
1877
     * @return $this
1878
     */
1879
    public function withText($value)
1880
    {
1881
        $this->data['Text'] = $value;
1882
        $this->options['form_params']['Text'] = $value;
1883
1884
        return $this;
1885
    }
1886
1887
    /**
1888
     * @param string $value
1889
     *
1890
     * @return $this
1891
     */
1892
    public function withOutType($value)
1893
    {
1894
        $this->data['OutType'] = $value;
1895
        $this->options['form_params']['OutType'] = $value;
1896
1897
        return $this;
1898
    }
1899
}
1900
1901
/**
1902
 * @method string getServiceCode()
1903
 * @method string getTokenizerId()
1904
 * @method string getText()
1905
 * @method string getOutType()
1906
 */
1907
class GetWsCustomizedChO2O extends Rpc
1908
{
1909
1910
    /**
1911
     * @param string $value
1912
     *
1913
     * @return $this
1914
     */
1915
    public function withServiceCode($value)
1916
    {
1917
        $this->data['ServiceCode'] = $value;
1918
        $this->options['form_params']['ServiceCode'] = $value;
1919
1920
        return $this;
1921
    }
1922
1923
    /**
1924
     * @param string $value
1925
     *
1926
     * @return $this
1927
     */
1928
    public function withTokenizerId($value)
1929
    {
1930
        $this->data['TokenizerId'] = $value;
1931
        $this->options['form_params']['TokenizerId'] = $value;
1932
1933
        return $this;
1934
    }
1935
1936
    /**
1937
     * @param string $value
1938
     *
1939
     * @return $this
1940
     */
1941
    public function withText($value)
1942
    {
1943
        $this->data['Text'] = $value;
1944
        $this->options['form_params']['Text'] = $value;
1945
1946
        return $this;
1947
    }
1948
1949
    /**
1950
     * @param string $value
1951
     *
1952
     * @return $this
1953
     */
1954
    public function withOutType($value)
1955
    {
1956
        $this->data['OutType'] = $value;
1957
        $this->options['form_params']['OutType'] = $value;
1958
1959
        return $this;
1960
    }
1961
}
1962
1963
/**
1964
 * @method string getLanguage()
1965
 * @method string getServiceCode()
1966
 * @method string getText()
1967
 */
1968
class GetWsCustomizedSeaEcom extends Rpc
1969
{
1970
1971
    /**
1972
     * @param string $value
1973
     *
1974
     * @return $this
1975
     */
1976
    public function withLanguage($value)
1977
    {
1978
        $this->data['Language'] = $value;
1979
        $this->options['form_params']['Language'] = $value;
1980
1981
        return $this;
1982
    }
1983
1984
    /**
1985
     * @param string $value
1986
     *
1987
     * @return $this
1988
     */
1989
    public function withServiceCode($value)
1990
    {
1991
        $this->data['ServiceCode'] = $value;
1992
        $this->options['form_params']['ServiceCode'] = $value;
1993
1994
        return $this;
1995
    }
1996
1997
    /**
1998
     * @param string $value
1999
     *
2000
     * @return $this
2001
     */
2002
    public function withText($value)
2003
    {
2004
        $this->data['Text'] = $value;
2005
        $this->options['form_params']['Text'] = $value;
2006
2007
        return $this;
2008
    }
2009
}
2010
2011
/**
2012
 * @method string getLanguage()
2013
 * @method string getServiceCode()
2014
 * @method string getText()
2015
 */
2016
class GetWsCustomizedSeaGeneral extends Rpc
2017
{
2018
2019
    /**
2020
     * @param string $value
2021
     *
2022
     * @return $this
2023
     */
2024
    public function withLanguage($value)
2025
    {
2026
        $this->data['Language'] = $value;
2027
        $this->options['form_params']['Language'] = $value;
2028
2029
        return $this;
2030
    }
2031
2032
    /**
2033
     * @param string $value
2034
     *
2035
     * @return $this
2036
     */
2037
    public function withServiceCode($value)
2038
    {
2039
        $this->data['ServiceCode'] = $value;
2040
        $this->options['form_params']['ServiceCode'] = $value;
2041
2042
        return $this;
2043
    }
2044
2045
    /**
2046
     * @param string $value
2047
     *
2048
     * @return $this
2049
     */
2050
    public function withText($value)
2051
    {
2052
        $this->data['Text'] = $value;
2053
        $this->options['form_params']['Text'] = $value;
2054
2055
        return $this;
2056
    }
2057
}
2058
2059
class OpenAlinlpService extends Rpc
2060
{
2061
}
2062