what-the-bank/sources/o/C0644Lfo.java

41 lines
1.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.Lfo, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0644Lfo {
@SerializedName("imageName")
public final String b;
@SerializedName("documentId")
public final String d;
public final String toString() {
String str = this.d;
String str2 = this.b;
StringBuilder sb = new StringBuilder("UploadEntity(documentId=");
sb.append(str);
sb.append(", imageName=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.d.hashCode() * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0644Lfo)) {
return false;
}
C0644Lfo c0644Lfo = (C0644Lfo) obj;
return C14957gcv.b((Object) this.d, (Object) c0644Lfo.d) && C14957gcv.b((Object) this.b, (Object) c0644Lfo.b);
}
}