76 lines
2.4 KiB
Java
76 lines
2.4 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.m, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C16189m {
|
||
|
|
||
|
@SerializedName("businessUrl")
|
||
|
private final String a;
|
||
|
|
||
|
@SerializedName("marketplaceUrl")
|
||
|
private final C15725i b;
|
||
|
|
||
|
@SerializedName("businessRegistrationNo")
|
||
|
private final String c;
|
||
|
|
||
|
@SerializedName("businessOnLease")
|
||
|
private final String d;
|
||
|
|
||
|
@SerializedName("applicationUuid")
|
||
|
private final String e;
|
||
|
|
||
|
public C16189m(String str, String str2, String str3, String str4, C15725i c15725i) {
|
||
|
C14957gcv.e(str, "");
|
||
|
this.e = str;
|
||
|
this.c = str2;
|
||
|
this.d = str3;
|
||
|
this.a = str4;
|
||
|
this.b = c15725i;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
String str2 = this.c;
|
||
|
String str3 = this.d;
|
||
|
String str4 = this.a;
|
||
|
C15725i c15725i = this.b;
|
||
|
StringBuilder sb = new StringBuilder("HmlBusinessInfoStoreDetailsRequest(applicationUuid=");
|
||
|
sb.append(str);
|
||
|
sb.append(", businessRegistrationNo=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", businessOnLease=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", businessUrl=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", marketplaceUrl=");
|
||
|
sb.append(c15725i);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.e.hashCode();
|
||
|
String str = this.c;
|
||
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.d;
|
||
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.a;
|
||
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
||
|
C15725i c15725i = this.b;
|
||
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (c15725i != null ? c15725i.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C16189m)) {
|
||
|
return false;
|
||
|
}
|
||
|
C16189m c16189m = (C16189m) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) c16189m.e) && C14957gcv.b((Object) this.c, (Object) c16189m.c) && C14957gcv.b((Object) this.d, (Object) c16189m.d) && C14957gcv.b((Object) this.a, (Object) c16189m.a) && C14957gcv.b(this.b, c16189m.b);
|
||
|
}
|
||
|
}
|