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

53 lines
1.5 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.adS, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C2375adS {
@SerializedName("functionName")
public final String b;
@SerializedName("filePath")
public final List<TEN> c;
@SerializedName("version")
public final String d;
public final String toString() {
String str = this.b;
String str2 = this.d;
List<TEN> list = this.c;
StringBuilder sb = new StringBuilder("ConfigTermsAndConsListsEntity(functionName=");
sb.append(str);
sb.append(", version=");
sb.append(str2);
sb.append(", filePath=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.b;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.d;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
List<TEN> list = this.c;
return (((hashCode * 31) + hashCode2) * 31) + (list != null ? list.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C2375adS)) {
return false;
}
C2375adS c2375adS = (C2375adS) obj;
return C14957gcv.b((Object) this.b, (Object) c2375adS.b) && C14957gcv.b((Object) this.d, (Object) c2375adS.d) && C14957gcv.b(this.c, c2375adS.c);
}
}