米游社.apk(点击下载) / StrategyBean.java


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

import android.os.Parcel;
import android.os.Parcelable;
import com.tencent.bugly.proguard.ab;
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 i10) {
            return new StrategyBean[i10];
        }
    };

    /* renamed from: a  reason: collision with root package name */
    public static String f40847a = "https://android.bugly.qq.com/rqd/async";

    /* renamed from: b  reason: collision with root package name */
    public static String f40848b = "https://android.bugly.qq.com/rqd/async";

    /* renamed from: c  reason: collision with root package name */
    public long f40849c;

    /* renamed from: d  reason: collision with root package name */
    public long f40850d;

    /* renamed from: e  reason: collision with root package name */
    public boolean f40851e;

    /* renamed from: f  reason: collision with root package name */
    public boolean f40852f;

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

    /* renamed from: h  reason: collision with root package name */
    public boolean f40854h;

    /* renamed from: i  reason: collision with root package name */
    public boolean f40855i;

    /* renamed from: j  reason: collision with root package name */
    public boolean f40856j;

    /* renamed from: k  reason: collision with root package name */
    public boolean f40857k;

    /* renamed from: l  reason: collision with root package name */
    public boolean f40858l;

    /* renamed from: m  reason: collision with root package name */
    public boolean f40859m;

    /* renamed from: n  reason: collision with root package name */
    public long f40860n;

    /* renamed from: o  reason: collision with root package name */
    public long f40861o;

    /* renamed from: p  reason: collision with root package name */
    public String f40862p;

    /* renamed from: q  reason: collision with root package name */
    public String f40863q;

    /* renamed from: r  reason: collision with root package name */
    public String f40864r;

    /* renamed from: s  reason: collision with root package name */
    public Map<String, String> f40865s;

    /* renamed from: t  reason: collision with root package name */
    public int f40866t;

    /* renamed from: u  reason: collision with root package name */
    public long f40867u;

    /* renamed from: v  reason: collision with root package name */
    public long f40868v;

    public StrategyBean() {
        this.f40849c = -1;
        this.f40850d = -1;
        this.f40851e = true;
        this.f40852f = true;
        this.f40853g = true;
        this.f40854h = true;
        this.f40855i = false;
        this.f40856j = true;
        this.f40857k = true;
        this.f40858l = true;
        this.f40859m = true;
        this.f40861o = 30000;
        this.f40862p = f40847a;
        this.f40863q = f40848b;
        this.f40866t = 10;
        this.f40867u = 300000;
        this.f40868v = -1;
        this.f40850d = System.currentTimeMillis();
        StringBuilder sb2 = new StringBuilder();
        sb2.append("S(@L@L");
        sb2.append("@)");
        sb2.setLength(0);
        sb2.append("*^@K#K");
        sb2.append("@!");
        this.f40864r = sb2.toString();
    }

    public int describeContents() {
        return 0;
    }

    public void writeToParcel(Parcel parcel, int i10) {
        parcel.writeLong(this.f40850d);
        parcel.writeByte(this.f40851e ? (byte) 1 : 0);
        parcel.writeByte(this.f40852f ? (byte) 1 : 0);
        parcel.writeByte(this.f40853g ? (byte) 1 : 0);
        parcel.writeString(this.f40862p);
        parcel.writeString(this.f40863q);
        parcel.writeString(this.f40864r);
        ab.b(parcel, this.f40865s);
        parcel.writeByte(this.f40854h ? (byte) 1 : 0);
        parcel.writeByte(this.f40855i ? (byte) 1 : 0);
        parcel.writeByte(this.f40858l ? (byte) 1 : 0);
        parcel.writeByte(this.f40859m ? (byte) 1 : 0);
        parcel.writeLong(this.f40861o);
        parcel.writeByte(this.f40856j ? (byte) 1 : 0);
        parcel.writeByte(this.f40857k ? (byte) 1 : 0);
        parcel.writeLong(this.f40860n);
        parcel.writeInt(this.f40866t);
        parcel.writeLong(this.f40867u);
        parcel.writeLong(this.f40868v);
    }

    public StrategyBean(Parcel parcel) {
        this.f40849c = -1;
        this.f40850d = -1;
        boolean z10 = true;
        this.f40851e = true;
        this.f40852f = true;
        this.f40853g = true;
        this.f40854h = true;
        this.f40855i = false;
        this.f40856j = true;
        this.f40857k = true;
        this.f40858l = true;
        this.f40859m = true;
        this.f40861o = 30000;
        this.f40862p = f40847a;
        this.f40863q = f40848b;
        this.f40866t = 10;
        this.f40867u = 300000;
        this.f40868v = -1;
        try {
            this.f40850d = parcel.readLong();
            this.f40851e = parcel.readByte() == 1;
            this.f40852f = parcel.readByte() == 1;
            this.f40853g = parcel.readByte() == 1;
            this.f40862p = parcel.readString();
            this.f40863q = parcel.readString();
            this.f40864r = parcel.readString();
            this.f40865s = ab.b(parcel);
            this.f40854h = parcel.readByte() == 1;
            this.f40855i = parcel.readByte() == 1;
            this.f40858l = parcel.readByte() == 1;
            this.f40859m = parcel.readByte() == 1;
            this.f40861o = parcel.readLong();
            this.f40856j = parcel.readByte() == 1;
            if (parcel.readByte() != 1) {
                z10 = false;
            }
            this.f40857k = z10;
            this.f40860n = parcel.readLong();
            this.f40866t = parcel.readInt();
            this.f40867u = parcel.readLong();
            this.f40868v = parcel.readLong();
        } catch (Exception e10) {
            e10.printStackTrace();
        }
    }
}