50 lines
1.4 KiB
Java
50 lines
1.4 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.ijH, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C15801ijH {
|
||
|
|
||
|
@SerializedName("recommendOrder")
|
||
|
public final Integer a;
|
||
|
|
||
|
@SerializedName("isicCode")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("isicDescription")
|
||
|
public final String e;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.e;
|
||
|
Integer num = this.a;
|
||
|
StringBuilder sb = new StringBuilder("HmlBussinessIndustryEntity(isicCode=");
|
||
|
sb.append(str);
|
||
|
sb.append(", isicDescription=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", recommendOrder=");
|
||
|
sb.append(num);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.d.hashCode();
|
||
|
int hashCode2 = this.e.hashCode();
|
||
|
Integer num = this.a;
|
||
|
return (((hashCode * 31) + hashCode2) * 31) + (num == null ? 0 : num.hashCode());
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C15801ijH)) {
|
||
|
return false;
|
||
|
}
|
||
|
C15801ijH c15801ijH = (C15801ijH) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) c15801ijH.d) && C14957gcv.b((Object) this.e, (Object) c15801ijH.e) && C14957gcv.b(this.a, c15801ijH.a);
|
||
|
}
|
||
|
}
|