36 lines
878 B
Java
36 lines
878 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.aF, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1469aF {
|
||
|
|
||
|
@SerializedName("resetPinTokenId")
|
||
|
private String d;
|
||
|
|
||
|
public C1469aF(String str) {
|
||
|
C14957gcv.e(str, "");
|
||
|
this.d = str;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
StringBuilder sb = new StringBuilder("JuristicResetPinOtpRequest(resetPinTokenId=");
|
||
|
sb.append(str);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return this.d.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
return (obj instanceof C1469aF) && C14957gcv.b((Object) this.d, (Object) ((C1469aF) obj).d);
|
||
|
}
|
||
|
}
|