79 lines
2.5 KiB
Java
79 lines
2.5 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.CuS, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0272CuS {
|
|
public final int a;
|
|
public final List<Ocq> b;
|
|
public final String c;
|
|
public final int d;
|
|
public final int e;
|
|
public final int h;
|
|
public final String i;
|
|
public final String j;
|
|
|
|
public C0272CuS(String str, String str2, int i, String str3, int i2, int i3, int i4, List<Ocq> list) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(list, "");
|
|
this.i = str;
|
|
this.j = str2;
|
|
this.h = i;
|
|
this.c = str3;
|
|
this.e = i2;
|
|
this.a = i3;
|
|
this.d = i4;
|
|
this.b = list;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.i;
|
|
String str2 = this.j;
|
|
int i = this.h;
|
|
String str3 = this.c;
|
|
int i2 = this.e;
|
|
int i3 = this.a;
|
|
int i4 = this.d;
|
|
List<Ocq> list = this.b;
|
|
StringBuilder sb = new StringBuilder("ProductDetailListResponse(subAttribute=");
|
|
sb.append(str);
|
|
sb.append(", productCode=");
|
|
sb.append(str2);
|
|
sb.append(", sortSequence=");
|
|
sb.append(i);
|
|
sb.append(", defaultFlag=");
|
|
sb.append(str3);
|
|
sb.append(", minAmount=");
|
|
sb.append(i2);
|
|
sb.append(", maxAmount=");
|
|
sb.append(i3);
|
|
sb.append(", incrementalAmount=");
|
|
sb.append(i4);
|
|
sb.append(", longDesc=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.i.hashCode();
|
|
int hashCode2 = this.j.hashCode();
|
|
int hashCode3 = Integer.hashCode(this.h);
|
|
String str = this.c;
|
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str == null ? 0 : str.hashCode())) * 31) + Integer.hashCode(this.e)) * 31) + Integer.hashCode(this.a)) * 31) + Integer.hashCode(this.d)) * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0272CuS)) {
|
|
return false;
|
|
}
|
|
C0272CuS c0272CuS = (C0272CuS) obj;
|
|
return C14957gcv.b((Object) this.i, (Object) c0272CuS.i) && C14957gcv.b((Object) this.j, (Object) c0272CuS.j) && this.h == c0272CuS.h && C14957gcv.b((Object) this.c, (Object) c0272CuS.c) && this.e == c0272CuS.e && this.a == c0272CuS.a && this.d == c0272CuS.d && C14957gcv.b(this.b, c0272CuS.b);
|
|
}
|
|
}
|