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 ( b34c21...decd5c )
by
unknown
06:01
created

GetNerCustomizedChEcom::withServiceCode()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

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