49 lines
1.2 KiB
Java
49 lines
1.2 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class KzX {
|
|
|
|
@SerializedName("productDetails")
|
|
private final List<C17384wLU> b;
|
|
|
|
@SerializedName("documentType")
|
|
private final String c;
|
|
|
|
public KzX(String str, List<C17384wLU> list) {
|
|
C14957gcv.e(str, "");
|
|
this.c = str;
|
|
this.b = list;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
List<C17384wLU> list = this.b;
|
|
StringBuilder sb = new StringBuilder("NcbMultiproductRequest(documentType=");
|
|
sb.append(str);
|
|
sb.append(", productDetails=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.c.hashCode();
|
|
List<C17384wLU> list = this.b;
|
|
return (hashCode * 31) + (list == null ? 0 : list.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof KzX)) {
|
|
return false;
|
|
}
|
|
KzX kzX = (KzX) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) kzX.c) && C14957gcv.b(this.b, kzX.b);
|
|
}
|
|
}
|