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 uHW {
|
|
public final List<String> a;
|
|
public final String d;
|
|
private final String e;
|
|
|
|
public uHW(String str, String str2, List<String> list) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(list, "");
|
|
this.d = str;
|
|
this.e = str2;
|
|
this.a = list;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.e;
|
|
List<String> list = this.a;
|
|
StringBuilder sb = new StringBuilder("NdidAs(requestId=");
|
|
sb.append(str);
|
|
sb.append(", requestType=");
|
|
sb.append(str2);
|
|
sb.append(", serviceIdList=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((this.d.hashCode() * 31) + this.e.hashCode()) * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof uHW)) {
|
|
return false;
|
|
}
|
|
uHW uhw = (uHW) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) uhw.d) && C14957gcv.b((Object) this.e, (Object) uhw.e) && C14957gcv.b(this.a, uhw.a);
|
|
}
|
|
}
|