43 lines
1.2 KiB
Java
43 lines
1.2 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.qMn, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class C16683qMn extends Vwc {
|
||
|
|
||
|
@SerializedName("offers")
|
||
|
public List<Sjo> f;
|
||
|
|
||
|
@SerializedName("applicationId")
|
||
|
public String g;
|
||
|
|
||
|
@Override // o.Vwc
|
||
|
public boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || getClass() != obj.getClass() || !super.equals(obj)) {
|
||
|
return false;
|
||
|
}
|
||
|
C16683qMn c16683qMn = (C16683qMn) obj;
|
||
|
List<Sjo> list = this.f;
|
||
|
if (list == null ? c16683qMn.f != null : !list.equals(c16683qMn.f)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str = this.g;
|
||
|
String str2 = c16683qMn.g;
|
||
|
return str != null ? str.equals(str2) : str2 == null;
|
||
|
}
|
||
|
|
||
|
@Override // o.Vwc
|
||
|
public int hashCode() {
|
||
|
int hashCode = super.hashCode();
|
||
|
List<Sjo> list = this.f;
|
||
|
int hashCode2 = list != null ? list.hashCode() : 0;
|
||
|
String str = this.g;
|
||
|
return (((hashCode * 31) + hashCode2) * 31) + (str != null ? str.hashCode() : 0);
|
||
|
}
|
||
|
}
|