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 ( e97dea...60623c )
by
unknown
06:54
created

SegmentHDSky   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 14
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 1
eloc 4
dl 0
loc 14
rs 10
c 0
b 0
f 0

1 Method

Rating   Name   Duplication   Size   Complexity  
A withImageURL() 0 6 1
1
<?php
2
3
namespace AlibabaCloud\Imageseg\V20191230;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method ChangeSky changeSky(array $options = [])
9
 * @method GetAsyncJobResult getAsyncJobResult(array $options = [])
10
 * @method ParseFace parseFace(array $options = [])
11
 * @method RefineMask refineMask(array $options = [])
12
 * @method SegmentAnimal segmentAnimal(array $options = [])
13
 * @method SegmentBody segmentBody(array $options = [])
14
 * @method SegmentCloth segmentCloth(array $options = [])
15
 * @method SegmentCommodity segmentCommodity(array $options = [])
16
 * @method SegmentCommonImage segmentCommonImage(array $options = [])
17
 * @method SegmentFace segmentFace(array $options = [])
18
 * @method SegmentFood segmentFood(array $options = [])
19
 * @method SegmentFurniture segmentFurniture(array $options = [])
20
 * @method SegmentHair segmentHair(array $options = [])
21
 * @method SegmentHDBody segmentHDBody(array $options = [])
22
 * @method SegmentHDCommonImage segmentHDCommonImage(array $options = [])
23
 * @method SegmentHDSky segmentHDSky(array $options = [])
24
 * @method SegmentHead segmentHead(array $options = [])
25
 * @method SegmentLogo segmentLogo(array $options = [])
26
 * @method SegmentScene segmentScene(array $options = [])
27
 * @method SegmentSkin segmentSkin(array $options = [])
28
 * @method SegmentSky segmentSky(array $options = [])
29
 * @method SegmentVehicle segmentVehicle(array $options = [])
30
 */
31
class ImagesegApiResolver extends ApiResolver
32
{
33
}
34
35
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
36
{
37
    /** @var string */
38
    public $product = 'imageseg';
39
40
    /** @var string */
41
    public $version = '2019-12-30';
42
43
    /** @var string */
44
    public $method = 'POST';
45
46
    /** @var string */
47
    public $serviceCode = 'imageseg';
48
}
49
50
/**
51
 * @method string getReplaceImageURL()
52
 * @method $this withReplaceImageURL($value)
53
 * @method string getImageURL()
54
 * @method $this withImageURL($value)
55
 */
56
class ChangeSky extends Rpc
57
{
58
}
59
60
/**
61
 * @method string getAsync()
62
 * @method string getJobId()
63
 */
64
class GetAsyncJobResult extends Rpc
65
{
66
67
    /**
68
     * @param string $value
69
     *
70
     * @return $this
71
     */
72
    public function withAsync($value)
73
    {
74
        $this->data['Async'] = $value;
75
        $this->options['form_params']['Async'] = $value;
76
77
        return $this;
78
    }
79
80
    /**
81
     * @param string $value
82
     *
83
     * @return $this
84
     */
85
    public function withJobId($value)
86
    {
87
        $this->data['JobId'] = $value;
88
        $this->options['form_params']['JobId'] = $value;
89
90
        return $this;
91
    }
92
}
93
94
/**
95
 * @method string getImageURL()
96
 * @method $this withImageURL($value)
97
 */
98
class ParseFace extends Rpc
99
{
100
}
101
102
/**
103
 * @method string getMaskImageURL()
104
 * @method string getImageURL()
105
 */
106
class RefineMask extends Rpc
107
{
108
109
    /**
110
     * @param string $value
111
     *
112
     * @return $this
113
     */
114
    public function withMaskImageURL($value)
115
    {
116
        $this->data['MaskImageURL'] = $value;
117
        $this->options['form_params']['MaskImageURL'] = $value;
118
119
        return $this;
120
    }
121
122
    /**
123
     * @param string $value
124
     *
125
     * @return $this
126
     */
127
    public function withImageURL($value)
128
    {
129
        $this->data['ImageURL'] = $value;
130
        $this->options['form_params']['ImageURL'] = $value;
131
132
        return $this;
133
    }
134
}
135
136
/**
137
 * @method string getImageURL()
138
 * @method $this withImageURL($value)
139
 */
140
class SegmentAnimal extends Rpc
141
{
142
}
143
144
/**
145
 * @method string getAsync()
146
 * @method string getImageURL()
147
 * @method $this withImageURL($value)
148
 */
149
class SegmentBody extends Rpc
150
{
151
152
    /**
153
     * @param string $value
154
     *
155
     * @return $this
156
     */
157
    public function withAsync($value)
158
    {
159
        $this->data['Async'] = $value;
160
        $this->options['form_params']['Async'] = $value;
161
162
        return $this;
163
    }
164
}
165
166
/**
167
 * @method string getImageURL()
168
 * @method $this withImageURL($value)
169
 */
170
class SegmentCloth extends Rpc
171
{
172
}
173
174
/**
175
 * @method string getImageURL()
176
 * @method $this withImageURL($value)
177
 */
178
class SegmentCommodity extends Rpc
179
{
180
}
181
182
/**
183
 * @method string getImageURL()
184
 * @method $this withImageURL($value)
185
 */
186
class SegmentCommonImage extends Rpc
187
{
188
}
189
190
/**
191
 * @method string getImageURL()
192
 * @method $this withImageURL($value)
193
 */
194
class SegmentFace extends Rpc
195
{
196
}
197
198
/**
199
 * @method string getImageURL()
200
 * @method $this withImageURL($value)
201
 */
202
class SegmentFood extends Rpc
203
{
204
}
205
206
/**
207
 * @method string getImageURL()
208
 */
209
class SegmentFurniture extends Rpc
210
{
211
212
    /**
213
     * @param string $value
214
     *
215
     * @return $this
216
     */
217
    public function withImageURL($value)
218
    {
219
        $this->data['ImageURL'] = $value;
220
        $this->options['form_params']['ImageURL'] = $value;
221
222
        return $this;
223
    }
224
}
225
226
/**
227
 * @method string getImageURL()
228
 * @method $this withImageURL($value)
229
 */
230
class SegmentHair extends Rpc
231
{
232
}
233
234
/**
235
 * @method string getImageURL()
236
 * @method $this withImageURL($value)
237
 */
238
class SegmentHDBody extends Rpc
239
{
240
}
241
242
/**
243
 * @method string getAsync()
244
 * @method string getImageUrl()
245
 */
246
class SegmentHDCommonImage extends Rpc
247
{
248
249
    /**
250
     * @param string $value
251
     *
252
     * @return $this
253
     */
254
    public function withAsync($value)
255
    {
256
        $this->data['Async'] = $value;
257
        $this->options['form_params']['Async'] = $value;
258
259
        return $this;
260
    }
261
262
    /**
263
     * @param string $value
264
     *
265
     * @return $this
266
     */
267
    public function withImageUrl($value)
268
    {
269
        $this->data['ImageUrl'] = $value;
270
        $this->options['form_params']['ImageUrl'] = $value;
271
272
        return $this;
273
    }
274
}
275
276
/**
277
 * @method string getImageURL()
278
 */
279
class SegmentHDSky extends Rpc
280
{
281
282
    /**
283
     * @param string $value
284
     *
285
     * @return $this
286
     */
287
    public function withImageURL($value)
288
    {
289
        $this->data['ImageURL'] = $value;
290
        $this->options['form_params']['ImageURL'] = $value;
291
292
        return $this;
293
    }
294
}
295
296
/**
297
 * @method string getImageURL()
298
 * @method $this withImageURL($value)
299
 */
300
class SegmentHead extends Rpc
301
{
302
}
303
304
/**
305
 * @method string getImageURL()
306
 * @method $this withImageURL($value)
307
 */
308
class SegmentLogo extends Rpc
309
{
310
}
311
312
/**
313
 * @method string getImageURL()
314
 * @method $this withImageURL($value)
315
 */
316
class SegmentScene extends Rpc
317
{
318
}
319
320
/**
321
 * @method string getURL()
322
 */
323
class SegmentSkin extends Rpc
324
{
325
326
    /**
327
     * @param string $value
328
     *
329
     * @return $this
330
     */
331
    public function withURL($value)
332
    {
333
        $this->data['URL'] = $value;
334
        $this->options['form_params']['URL'] = $value;
335
336
        return $this;
337
    }
338
}
339
340
/**
341
 * @method string getImageURL()
342
 * @method $this withImageURL($value)
343
 */
344
class SegmentSky extends Rpc
345
{
346
}
347
348
/**
349
 * @method string getImageURL()
350
 */
351
class SegmentVehicle extends Rpc
352
{
353
354
    /**
355
     * @param string $value
356
     *
357
     * @return $this
358
     */
359
    public function withImageURL($value)
360
    {
361
        $this->data['ImageURL'] = $value;
362
        $this->options['form_params']['ImageURL'] = $value;
363
364
        return $this;
365
    }
366
}
367