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


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

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

public class StrategyBean implements Parcelable {
    public static final Parcelable.Creator<StrategyBean> CREATOR = new Parcelable.Creator<StrategyBean>() {
        /* class com.tencent.bugly.idasc.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 f26640a = "https://android.bugly.qq.com/rqd/async";
    public static String b = "https://android.bugly.qq.com/rqd/async";

    /* renamed from: c  reason: collision with root package name */
    public long f26641c;
    public long d;
    public boolean e;
    public boolean f;

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

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

    /* renamed from: q  reason: collision with root package name */
    public String f26644q;
    public String r;
    public Map<String, String> s;
    public int t;

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

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

    public StrategyBean() {
        this.f26641c = -1;
        this.d = -1;
        this.e = true;
        this.f = true;
        this.f26642g = true;
        this.f26643h = true;
        this.j = true;
        this.k = true;
        this.l = true;
        this.m = true;
        this.o = 30000;
        this.p = f26640a;
        this.f26644q = b;
        this.t = 10;
        this.f26645u = 300000;
        this.f26646v = -1;
        this.d = System.currentTimeMillis();
        StringBuilder sb2 = new StringBuilder();
        sb2.append("S(@L@L@)");
        sb2.setLength(0);
        sb2.append("*^@K#K@!");
        this.r = sb2.toString();
    }

    public StrategyBean(Parcel parcel) {
        this.f26641c = -1;
        this.d = -1;
        boolean z = true;
        this.e = true;
        this.f = true;
        this.f26642g = true;
        this.f26643h = true;
        this.j = true;
        this.k = true;
        this.l = true;
        this.m = true;
        this.o = 30000;
        this.p = f26640a;
        this.f26644q = b;
        this.t = 10;
        this.f26645u = 300000;
        this.f26646v = -1;
        try {
            this.d = parcel.readLong();
            this.e = parcel.readByte() == 1;
            this.f = parcel.readByte() == 1;
            this.f26642g = parcel.readByte() == 1;
            this.p = parcel.readString();
            this.f26644q = parcel.readString();
            this.r = parcel.readString();
            this.s = z.b(parcel);
            this.f26643h = parcel.readByte() == 1;
            this.i = parcel.readByte() == 1;
            this.l = parcel.readByte() == 1;
            this.m = parcel.readByte() == 1;
            this.o = parcel.readLong();
            this.j = parcel.readByte() == 1;
            if (parcel.readByte() != 1) {
                z = false;
            }
            this.k = z;
            this.n = parcel.readLong();
            this.t = parcel.readInt();
            this.f26645u = parcel.readLong();
            this.f26646v = parcel.readLong();
        } catch (Exception e6) {
            e6.printStackTrace();
        }
    }

    public int describeContents() {
        return 0;
    }

    public void writeToParcel(Parcel parcel, int i3) {
        parcel.writeLong(this.d);
        parcel.writeByte(this.e ? (byte) 1 : 0);
        parcel.writeByte(this.f ? (byte) 1 : 0);
        parcel.writeByte(this.f26642g ? (byte) 1 : 0);
        parcel.writeString(this.p);
        parcel.writeString(this.f26644q);
        parcel.writeString(this.r);
        z.b(parcel, this.s);
        parcel.writeByte(this.f26643h ? (byte) 1 : 0);
        parcel.writeByte(this.i ? (byte) 1 : 0);
        parcel.writeByte(this.l ? (byte) 1 : 0);
        parcel.writeByte(this.m ? (byte) 1 : 0);
        parcel.writeLong(this.o);
        parcel.writeByte(this.j ? (byte) 1 : 0);
        parcel.writeByte(this.k ? (byte) 1 : 0);
        parcel.writeLong(this.n);
        parcel.writeInt(this.t);
        parcel.writeLong(this.f26645u);
        parcel.writeLong(this.f26646v);
    }
}