package com.alibaba.sdk.android.oss; import java.util.ArrayList; import java.util.Collections; import java.util.List; /* loaded from: classes.dex */ public class ClientConfiguration { private String g; private int h; private String i; private String l; private int a = 5; private int b = 60000; private int c = 60000; private long d = 5242880; private int e = 2; private List f = new ArrayList(); private boolean j = true; private boolean k = false; private boolean m = false; private boolean n = false; public static ClientConfiguration o() { return new ClientConfiguration(); } public int a() { return this.c; } public void b(int i) { this.a = i; } public void c(int i) { this.e = i; } public void d(int i) { this.b = i; } public int e() { return this.a; } public int f() { return this.e; } public long g() { return this.d; } public String h() { return this.g; } public int i() { return this.h; } public int j() { return this.b; } public boolean k() { return this.k; } public boolean l() { return this.n; } public boolean m() { return this.j; } public boolean n() { return this.m; } public void a(int i) { this.c = i; } public List b() { return Collections.unmodifiableList(this.f); } public String c() { return this.i; } public String d() { return this.l; } }