68 lines
2.2 KiB
Java
68 lines
2.2 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.nGh, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16296nGh {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final List<String> e;
|
|
public final String i;
|
|
|
|
public C16296nGh(String str, String str2, String str3, String str4, String str5, List<String> list) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(list, "");
|
|
this.c = str;
|
|
this.d = str2;
|
|
this.b = str3;
|
|
this.i = str4;
|
|
this.a = str5;
|
|
this.e = list;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.d;
|
|
String str3 = this.b;
|
|
String str4 = this.i;
|
|
String str5 = this.a;
|
|
List<String> list = this.e;
|
|
StringBuilder sb = new StringBuilder("IdpRequestInfo(requestMessage=");
|
|
sb.append(str);
|
|
sb.append(", requestId=");
|
|
sb.append(str2);
|
|
sb.append(", requestTimeout=");
|
|
sb.append(str3);
|
|
sb.append(", skipFacial=");
|
|
sb.append(str4);
|
|
sb.append(", requestType=");
|
|
sb.append(str5);
|
|
sb.append(", serviceIdList=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((((this.c.hashCode() * 31) + this.d.hashCode()) * 31) + this.b.hashCode()) * 31) + this.i.hashCode()) * 31) + this.a.hashCode()) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C16296nGh)) {
|
|
return false;
|
|
}
|
|
C16296nGh c16296nGh = (C16296nGh) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) c16296nGh.c) && C14957gcv.b((Object) this.d, (Object) c16296nGh.d) && C14957gcv.b((Object) this.b, (Object) c16296nGh.b) && C14957gcv.b((Object) this.i, (Object) c16296nGh.i) && C14957gcv.b((Object) this.a, (Object) c16296nGh.a) && C14957gcv.b(this.e, c16296nGh.e);
|
|
}
|
|
}
|