得物.apk(点击下载) / StrategyBean.java


package com.tencent.bugly.crashreport.common.strategy;

import a40.f;
import android.os.Parcel;
import android.os.Parcelable;
import com.tencent.bugly.proguard.z;
import java.util.Map;

/* compiled from: BUGLY */
public class StrategyBean implements Parcelable {
    public static final Parcelable.Creator<StrategyBean> CREATOR = new Parcelable.Creator<StrategyBean>() {
        /* class com.tencent.bugly.crashreport.common.strategy.StrategyBean.AnonymousClass1 */

        /* Return type fixed from 'java.lang.Object' to match base method */
        @Override // android.os.Parcelable.Creator
        public final /* synthetic */ StrategyBean createFromParcel(Parcel parcel) {
            return new StrategyBean(parcel);
        }

        /* Return type fixed from 'java.lang.Object[]' to match base method */
        @Override // android.os.Parcelable.Creator
        public final /* bridge */ /* synthetic */ StrategyBean[] newArray(int i) {
            return new StrategyBean[i];
        }
    };

    /* renamed from: a  reason: collision with root package name */
    public static String f26501a = "http://rqd.uu.qq.com/rqd/sync";
    public static String b = "http://android.bugly.qq.com/rqd/async";

    /* renamed from: c  reason: collision with root package name */
    public static String f26502c = "http://android.bugly.qq.com/rqd/async";
    public static String d;
    public long e;
    public long f;

    /* renamed from: g  reason: collision with root package name */
    public boolean f26503g;

    /* renamed from: h  reason: collision with root package name */
    public boolean f26504h;
    public boolean i;
    public boolean j;
    public boolean k;
    public boolean l;
    public boolean m;
    public boolean n;
    public boolean o;
    public long p;

    /* renamed from: q  reason: collision with root package name */
    public long f26505q;
    public String r;
    public String s;
    public String t;

    /* renamed from: u  reason: collision with root package name */
    public String f26506u;

    /* renamed from: v  reason: collision with root package name */
    public Map<String, String> f26507v;
    public int w;
    public long x;
    public long y;

    public StrategyBean() {
        this.e = -1;
        this.f = -1;
        this.f26503g = true;
        this.f26504h = true;
        this.i = true;
        this.j = true;
        this.l = true;
        this.m = true;
        this.n = true;
        this.o = true;
        this.f26505q = 30000;
        this.r = b;
        this.s = f26502c;
        this.t = f26501a;
        this.w = 10;
        this.x = 300000;
        this.y = -1;
        this.f = System.currentTimeMillis();
        StringBuilder j12 = f.j("S(@L@L", "@)");
        d = j12.toString();
        j12.setLength(0);
        j12.append("*^@K#K");
        j12.append("@!");
        this.f26506u = j12.toString();
    }

    public int describeContents() {
        return 0;
    }

    public void writeToParcel(Parcel parcel, int i3) {
        parcel.writeLong(this.f);
        parcel.writeByte(this.f26503g ? (byte) 1 : 0);
        parcel.writeByte(this.f26504h ? (byte) 1 : 0);
        parcel.writeByte(this.i ? (byte) 1 : 0);
        parcel.writeString(this.r);
        parcel.writeString(this.s);
        parcel.writeString(this.f26506u);
        z.b(parcel, this.f26507v);
        parcel.writeByte(this.j ? (byte) 1 : 0);
        parcel.writeByte(this.k ? (byte) 1 : 0);
        parcel.writeByte(this.n ? (byte) 1 : 0);
        parcel.writeByte(this.o ? (byte) 1 : 0);
        parcel.writeLong(this.f26505q);
        parcel.writeByte(this.l ? (byte) 1 : 0);
        parcel.writeByte(this.m ? (byte) 1 : 0);
        parcel.writeLong(this.p);
        parcel.writeInt(this.w);
        parcel.writeLong(this.x);
        parcel.writeLong(this.y);
    }

    public StrategyBean(Parcel parcel) {
        this.e = -1;
        this.f = -1;
        boolean z = true;
        this.f26503g = true;
        this.f26504h = true;
        this.i = true;
        this.j = true;
        this.l = true;
        this.m = true;
        this.n = true;
        this.o = true;
        this.f26505q = 30000;
        this.r = b;
        this.s = f26502c;
        this.t = f26501a;
        this.w = 10;
        this.x = 300000;
        this.y = -1;
        try {
            d = "S(@L@L@)";
            this.f = parcel.readLong();
            this.f26503g = parcel.readByte() == 1;
            this.f26504h = parcel.readByte() == 1;
            this.i = parcel.readByte() == 1;
            this.r = parcel.readString();
            this.s = parcel.readString();
            this.f26506u = parcel.readString();
            this.f26507v = z.b(parcel);
            this.j = parcel.readByte() == 1;
            this.k = parcel.readByte() == 1;
            this.n = parcel.readByte() == 1;
            this.o = parcel.readByte() == 1;
            this.f26505q = parcel.readLong();
            this.l = parcel.readByte() == 1;
            if (parcel.readByte() != 1) {
                z = false;
            }
            this.m = z;
            this.p = parcel.readLong();
            this.w = parcel.readInt();
            this.x = parcel.readLong();
            this.y = parcel.readLong();
        } catch (Exception e6) {
            e6.printStackTrace();
        }
    }
}