49 lines
1.4 KiB
Java
49 lines
1.4 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class ALr {
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
|
|
public ALr(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
this.c = str;
|
|
this.d = str2;
|
|
this.e = str3;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.d;
|
|
String str3 = this.e;
|
|
StringBuilder sb = new StringBuilder("JuristicStateResponse(deviceState=");
|
|
sb.append(str);
|
|
sb.append(", mobileNo=");
|
|
sb.append(str2);
|
|
sb.append(", refId=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.c.hashCode();
|
|
String str = this.d;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.e;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof ALr)) {
|
|
return false;
|
|
}
|
|
ALr aLr = (ALr) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) aLr.c) && C14957gcv.b((Object) this.d, (Object) aLr.d) && C14957gcv.b((Object) this.e, (Object) aLr.e);
|
|
}
|
|
}
|