add
yj
2024-12-05 b9900893177c78fc559223521fe839aa21000017
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
/*
 * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.dobbinsoft.fw.support.captcha.v20190722.models;
 
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import com.tencentcloudapi.common.AbstractModel;
 
import java.util.HashMap;
 
public class DescribeCaptchaAppIdInfoResponse extends AbstractModel {
 
    /**
    * 界面风格
    */
    @SerializedName("SchemeColor")
    @Expose
    private String SchemeColor;
 
    /**
    * 语言
    */
    @SerializedName("Language")
    @Expose
    private Long Language;
 
    /**
    * 场景
    */
    @SerializedName("SceneType")
    @Expose
    private Long SceneType;
 
    /**
    * 防控风险等级
    */
    @SerializedName("EvilInterceptGrade")
    @Expose
    private Long EvilInterceptGrade;
 
    /**
    * 智能验证
    */
    @SerializedName("SmartVerify")
    @Expose
    private Long SmartVerify;
 
    /**
    * 智能引擎
    */
    @SerializedName("SmartEngine")
    @Expose
    private Long SmartEngine;
 
    /**
    * 验证码类型
    */
    @SerializedName("CapType")
    @Expose
    private Long CapType;
 
    /**
    * 应用名称
    */
    @SerializedName("AppName")
    @Expose
    private String AppName;
 
    /**
    * 域名限制
    */
    @SerializedName("DomainLimit")
    @Expose
    private String DomainLimit;
 
    /**
    * 邮件告警
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("MailAlarm")
    @Expose
    private String [] MailAlarm;
 
    /**
    * 流量控制
    */
    @SerializedName("TrafficThreshold")
    @Expose
    private Long TrafficThreshold;
 
    /**
    * 加密key
    */
    @SerializedName("EncryptKey")
    @Expose
    private String EncryptKey;
 
    /**
    * 是否全屏
    */
    @SerializedName("TopFullScreen")
    @Expose
    private Long TopFullScreen;
 
    /**
    * 成功返回0 其它失败
    */
    @SerializedName("CaptchaCode")
    @Expose
    private Long CaptchaCode;
 
    /**
    * 返回操作信息
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("CaptchaMsg")
    @Expose
    private String CaptchaMsg;
 
    /**
    * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
    */
    @SerializedName("RequestId")
    @Expose
    private String RequestId;
 
    /**
     * Get 界面风格 
     * @return SchemeColor 界面风格
     */
    public String getSchemeColor() {
        return this.SchemeColor;
    }
 
    /**
     * Set 界面风格
     * @param SchemeColor 界面风格
     */
    public void setSchemeColor(String SchemeColor) {
        this.SchemeColor = SchemeColor;
    }
 
    /**
     * Get 语言 
     * @return Language 语言
     */
    public Long getLanguage() {
        return this.Language;
    }
 
    /**
     * Set 语言
     * @param Language 语言
     */
    public void setLanguage(Long Language) {
        this.Language = Language;
    }
 
    /**
     * Get 场景 
     * @return SceneType 场景
     */
    public Long getSceneType() {
        return this.SceneType;
    }
 
    /**
     * Set 场景
     * @param SceneType 场景
     */
    public void setSceneType(Long SceneType) {
        this.SceneType = SceneType;
    }
 
    /**
     * Get 防控风险等级 
     * @return EvilInterceptGrade 防控风险等级
     */
    public Long getEvilInterceptGrade() {
        return this.EvilInterceptGrade;
    }
 
    /**
     * Set 防控风险等级
     * @param EvilInterceptGrade 防控风险等级
     */
    public void setEvilInterceptGrade(Long EvilInterceptGrade) {
        this.EvilInterceptGrade = EvilInterceptGrade;
    }
 
    /**
     * Get 智能验证 
     * @return SmartVerify 智能验证
     */
    public Long getSmartVerify() {
        return this.SmartVerify;
    }
 
    /**
     * Set 智能验证
     * @param SmartVerify 智能验证
     */
    public void setSmartVerify(Long SmartVerify) {
        this.SmartVerify = SmartVerify;
    }
 
    /**
     * Get 智能引擎 
     * @return SmartEngine 智能引擎
     */
    public Long getSmartEngine() {
        return this.SmartEngine;
    }
 
    /**
     * Set 智能引擎
     * @param SmartEngine 智能引擎
     */
    public void setSmartEngine(Long SmartEngine) {
        this.SmartEngine = SmartEngine;
    }
 
    /**
     * Get 验证码类型 
     * @return CapType 验证码类型
     */
    public Long getCapType() {
        return this.CapType;
    }
 
    /**
     * Set 验证码类型
     * @param CapType 验证码类型
     */
    public void setCapType(Long CapType) {
        this.CapType = CapType;
    }
 
    /**
     * Get 应用名称 
     * @return AppName 应用名称
     */
    public String getAppName() {
        return this.AppName;
    }
 
    /**
     * Set 应用名称
     * @param AppName 应用名称
     */
    public void setAppName(String AppName) {
        this.AppName = AppName;
    }
 
    /**
     * Get 域名限制 
     * @return DomainLimit 域名限制
     */
    public String getDomainLimit() {
        return this.DomainLimit;
    }
 
    /**
     * Set 域名限制
     * @param DomainLimit 域名限制
     */
    public void setDomainLimit(String DomainLimit) {
        this.DomainLimit = DomainLimit;
    }
 
    /**
     * Get 邮件告警
注意:此字段可能返回 null,表示取不到有效值。 
     * @return MailAlarm 邮件告警
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String [] getMailAlarm() {
        return this.MailAlarm;
    }
 
    /**
     * Set 邮件告警
注意:此字段可能返回 null,表示取不到有效值。
     * @param MailAlarm 邮件告警
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setMailAlarm(String [] MailAlarm) {
        this.MailAlarm = MailAlarm;
    }
 
    /**
     * Get 流量控制 
     * @return TrafficThreshold 流量控制
     */
    public Long getTrafficThreshold() {
        return this.TrafficThreshold;
    }
 
    /**
     * Set 流量控制
     * @param TrafficThreshold 流量控制
     */
    public void setTrafficThreshold(Long TrafficThreshold) {
        this.TrafficThreshold = TrafficThreshold;
    }
 
    /**
     * Get 加密key 
     * @return EncryptKey 加密key
     */
    public String getEncryptKey() {
        return this.EncryptKey;
    }
 
    /**
     * Set 加密key
     * @param EncryptKey 加密key
     */
    public void setEncryptKey(String EncryptKey) {
        this.EncryptKey = EncryptKey;
    }
 
    /**
     * Get 是否全屏 
     * @return TopFullScreen 是否全屏
     */
    public Long getTopFullScreen() {
        return this.TopFullScreen;
    }
 
    /**
     * Set 是否全屏
     * @param TopFullScreen 是否全屏
     */
    public void setTopFullScreen(Long TopFullScreen) {
        this.TopFullScreen = TopFullScreen;
    }
 
    /**
     * Get 成功返回0 其它失败 
     * @return CaptchaCode 成功返回0 其它失败
     */
    public Long getCaptchaCode() {
        return this.CaptchaCode;
    }
 
    /**
     * Set 成功返回0 其它失败
     * @param CaptchaCode 成功返回0 其它失败
     */
    public void setCaptchaCode(Long CaptchaCode) {
        this.CaptchaCode = CaptchaCode;
    }
 
    /**
     * Get 返回操作信息
注意:此字段可能返回 null,表示取不到有效值。 
     * @return CaptchaMsg 返回操作信息
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getCaptchaMsg() {
        return this.CaptchaMsg;
    }
 
    /**
     * Set 返回操作信息
注意:此字段可能返回 null,表示取不到有效值。
     * @param CaptchaMsg 返回操作信息
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setCaptchaMsg(String CaptchaMsg) {
        this.CaptchaMsg = CaptchaMsg;
    }
 
    /**
     * Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 
     * @return RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
     */
    public String getRequestId() {
        return this.RequestId;
    }
 
    /**
     * Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
     * @param RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
     */
    public void setRequestId(String RequestId) {
        this.RequestId = RequestId;
    }
 
    public DescribeCaptchaAppIdInfoResponse() {
    }
 
    /**
     * NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
     *       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
     */
    public DescribeCaptchaAppIdInfoResponse(DescribeCaptchaAppIdInfoResponse source) {
        if (source.SchemeColor != null) {
            this.SchemeColor = new String(source.SchemeColor);
        }
        if (source.Language != null) {
            this.Language = new Long(source.Language);
        }
        if (source.SceneType != null) {
            this.SceneType = new Long(source.SceneType);
        }
        if (source.EvilInterceptGrade != null) {
            this.EvilInterceptGrade = new Long(source.EvilInterceptGrade);
        }
        if (source.SmartVerify != null) {
            this.SmartVerify = new Long(source.SmartVerify);
        }
        if (source.SmartEngine != null) {
            this.SmartEngine = new Long(source.SmartEngine);
        }
        if (source.CapType != null) {
            this.CapType = new Long(source.CapType);
        }
        if (source.AppName != null) {
            this.AppName = new String(source.AppName);
        }
        if (source.DomainLimit != null) {
            this.DomainLimit = new String(source.DomainLimit);
        }
        if (source.MailAlarm != null) {
            this.MailAlarm = new String[source.MailAlarm.length];
            for (int i = 0; i < source.MailAlarm.length; i++) {
                this.MailAlarm[i] = new String(source.MailAlarm[i]);
            }
        }
        if (source.TrafficThreshold != null) {
            this.TrafficThreshold = new Long(source.TrafficThreshold);
        }
        if (source.EncryptKey != null) {
            this.EncryptKey = new String(source.EncryptKey);
        }
        if (source.TopFullScreen != null) {
            this.TopFullScreen = new Long(source.TopFullScreen);
        }
        if (source.CaptchaCode != null) {
            this.CaptchaCode = new Long(source.CaptchaCode);
        }
        if (source.CaptchaMsg != null) {
            this.CaptchaMsg = new String(source.CaptchaMsg);
        }
        if (source.RequestId != null) {
            this.RequestId = new String(source.RequestId);
        }
    }
 
 
    /**
     * Internal implementation, normal users should not use it.
     */
    public void toMap(HashMap<String, String> map, String prefix) {
        this.setParamSimple(map, prefix + "SchemeColor", this.SchemeColor);
        this.setParamSimple(map, prefix + "Language", this.Language);
        this.setParamSimple(map, prefix + "SceneType", this.SceneType);
        this.setParamSimple(map, prefix + "EvilInterceptGrade", this.EvilInterceptGrade);
        this.setParamSimple(map, prefix + "SmartVerify", this.SmartVerify);
        this.setParamSimple(map, prefix + "SmartEngine", this.SmartEngine);
        this.setParamSimple(map, prefix + "CapType", this.CapType);
        this.setParamSimple(map, prefix + "AppName", this.AppName);
        this.setParamSimple(map, prefix + "DomainLimit", this.DomainLimit);
        this.setParamArraySimple(map, prefix + "MailAlarm.", this.MailAlarm);
        this.setParamSimple(map, prefix + "TrafficThreshold", this.TrafficThreshold);
        this.setParamSimple(map, prefix + "EncryptKey", this.EncryptKey);
        this.setParamSimple(map, prefix + "TopFullScreen", this.TopFullScreen);
        this.setParamSimple(map, prefix + "CaptchaCode", this.CaptchaCode);
        this.setParamSimple(map, prefix + "CaptchaMsg", this.CaptchaMsg);
        this.setParamSimple(map, prefix + "RequestId", this.RequestId);
 
    }
}