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