GoooBet v1.0版本的 MD5 值为:ff9748f16167bfd7735b669c0a9931c5

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


package com.yandex.metrica.impl.ob;

import java.security.cert.X509Certificate;
import java.util.List;

public class fd {

    private fj f4162a;
    private boolean b;
    private boolean c;
    private long d;
    private String e;
    private List<X509Certificate> f;

    public fd() {
        this.b = true;
        this.c = false;
        this.d = 86400000L;
        this.e = "https://certificate.mobile.yandex.net/api/v1/pins";
    }

    public fd(fj fjVar) {
        this.b = true;
        this.c = false;
        this.d = 86400000L;
        this.e = "https://certificate.mobile.yandex.net/api/v1/pins";
        this.f4162a = fjVar;
    }

    public fd(fj fjVar, boolean z, boolean z2) {
        this(fjVar);
        this.b = z;
        this.c = z2;
    }

    public void a(String str, List<X509Certificate> list) {
        this.e = str;
        this.f = list;
    }

    public long a() {
        return this.d;
    }

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

    public List<X509Certificate> c() {
        return this.f;
    }

    public fj d() {
        return this.f4162a;
    }

    public boolean e() {
        return this.c;
    }

    public boolean f() {
        return this.b;
    }
}