44 lines
1.1 KiB
Java
44 lines
1.1 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class xzW {
|
|
|
|
@SerializedName("custInfo")
|
|
public final AiG b;
|
|
|
|
@SerializedName("screenRule")
|
|
public final List<AHv> c;
|
|
|
|
public final String toString() {
|
|
AiG aiG = this.b;
|
|
List<AHv> list = this.c;
|
|
StringBuilder sb = new StringBuilder("NdidCommonRMCustInfoEntity(custInfo=");
|
|
sb.append(aiG);
|
|
sb.append(", screenRule=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
AiG aiG = this.b;
|
|
int hashCode = aiG == null ? 0 : aiG.hashCode();
|
|
List<AHv> list = this.c;
|
|
return (hashCode * 31) + (list != null ? list.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof xzW)) {
|
|
return false;
|
|
}
|
|
xzW xzw = (xzW) obj;
|
|
return C14957gcv.b(this.b, xzw.b) && C14957gcv.b(this.c, xzw.c);
|
|
}
|
|
}
|