63 lines
1.5 KiB
Java
63 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class SYb {
|
||
|
public LZR b;
|
||
|
public String c;
|
||
|
public String e;
|
||
|
|
||
|
private SYb(HBt hBt) {
|
||
|
this.c = hBt.a;
|
||
|
this.e = hBt.b;
|
||
|
this.b = hBt.c;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt {
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public LZR c;
|
||
|
|
||
|
private HBt() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ HBt(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || getClass() != obj.getClass()) {
|
||
|
return false;
|
||
|
}
|
||
|
SYb sYb = (SYb) obj;
|
||
|
String str = this.c;
|
||
|
if (str == null ? sYb.c != null : !str.equals(sYb.c)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str2 = this.e;
|
||
|
if (str2 == null ? sYb.e != null : !str2.equals(sYb.e)) {
|
||
|
return false;
|
||
|
}
|
||
|
LZR lzr = this.b;
|
||
|
LZR lzr2 = sYb.b;
|
||
|
return lzr != null ? lzr.equals(lzr2) : lzr2 == null;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.c;
|
||
|
int hashCode = str != null ? str.hashCode() : 0;
|
||
|
String str2 = this.e;
|
||
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
||
|
LZR lzr = this.b;
|
||
|
return (((hashCode * 31) + hashCode2) * 31) + (lzr != null ? lzr.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ SYb(HBt hBt, byte b) {
|
||
|
this(hBt);
|
||
|
}
|
||
|
}
|