34 lines
812 B
Java
34 lines
812 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class WoV {
|
|
|
|
@SerializedName("applicationId")
|
|
public final String c;
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
StringBuilder sb = new StringBuilder("EasycashAutoCollateralDetailUpdateEntity(applicationId=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.c;
|
|
if (str == null) {
|
|
return 0;
|
|
}
|
|
return str.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof WoV) && C14957gcv.b((Object) this.c, (Object) ((WoV) obj).c);
|
|
}
|
|
}
|