49 lines
1.3 KiB
Java
49 lines
1.3 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class TAm {
|
|
public final String b;
|
|
public final List<C9866drv> d;
|
|
public final String e;
|
|
|
|
public TAm(String str, String str2, List<C9866drv> list) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(list, "");
|
|
this.b = str;
|
|
this.e = str2;
|
|
this.d = list;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.e;
|
|
List<C9866drv> list = this.d;
|
|
StringBuilder sb = new StringBuilder("ConfigTermsAndConditionsLists(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() {
|
|
return (((this.b.hashCode() * 31) + this.e.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof TAm)) {
|
|
return false;
|
|
}
|
|
TAm tAm = (TAm) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) tAm.b) && C14957gcv.b((Object) this.e, (Object) tAm.e) && C14957gcv.b(this.d, tAm.d);
|
|
}
|
|
}
|