CEEX v1.0.1版本的 MD5 值为:d20246587215ec3471b0d051724c6d34

以下内容为反编译后的 a.java 源代码,内容仅作参考


package com.geetest.sdk.model.beans;

import com.geetest.sdk.GT3ErrorBean;
public class a {
    private String a;
    private String b;
    private long c;
    private String d;
    private String e = "Sensebot";
    private String f = "4.3.4.3";
    private boolean g = false;

    public String a() {
        return this.a;
    }

    public void b(String str) {
        this.a = str;
    }

    public void c(String str) {
        this.b = str;
    }

    public String toString() {
        return "ErrorBean{errorCode='" + this.a + "', errorDesc='" + this.b + "', duration=" + this.c + ", challenge='" + this.d + "', type='" + this.e + "', sdkVersion='" + this.f + "', isChangeDesc=" + this.g + '}';
    }

    public void a(long j) {
        this.c = j;
    }

    public String b() {
        return this.b;
    }

    public GT3ErrorBean m8clone() {
        GT3ErrorBean gT3ErrorBean = new GT3ErrorBean(this.a, this.b, this.c, this.d, this.e, this.f);
        gT3ErrorBean.setChangeDesc(this.g);
        return gT3ErrorBean;
    }

    public void a(String str) {
        this.d = str;
    }

    public void a(boolean z) {
        this.g = z;
    }
}