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

30 lines
711 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class mJY {
@SerializedName("documentId")
private final String b;
public final String toString() {
String str = this.b;
StringBuilder sb = new StringBuilder("HmlUploadedDocumentInfoEntity(documentId=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof mJY) && C14957gcv.b((Object) this.b, (Object) ((mJY) obj).b);
}
}