what-the-bank/sources/o/C1016TuK.java

52 lines
1.5 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.TuK, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1016TuK {
@SerializedName("isUseDelay")
public final Boolean a;
@SerializedName("maxDelay")
public final Integer b;
@SerializedName("resetDuration")
public final Integer e;
public final String toString() {
Integer num = this.b;
Integer num2 = this.e;
Boolean bool = this.a;
StringBuilder sb = new StringBuilder("AppConfigImproveLoadingEntity(maxDelay=");
sb.append(num);
sb.append(", resetDuration=");
sb.append(num2);
sb.append(", isUseDelay=");
sb.append(bool);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.b;
int hashCode = num == null ? 0 : num.hashCode();
Integer num2 = this.e;
int hashCode2 = num2 == null ? 0 : num2.hashCode();
Boolean bool = this.a;
return (((hashCode * 31) + hashCode2) * 31) + (bool != null ? bool.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1016TuK)) {
return false;
}
C1016TuK c1016TuK = (C1016TuK) obj;
return C14957gcv.b(this.b, c1016TuK.b) && C14957gcv.b(this.e, c1016TuK.e) && C14957gcv.b(this.a, c1016TuK.a);
}
}