72 lines
2.0 KiB
Java
72 lines
2.0 KiB
Java
package o;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class xZA {
|
|
private final C0535Ixo a;
|
|
private final int b;
|
|
private final String c;
|
|
private final int d;
|
|
private final int e;
|
|
private final int g;
|
|
|
|
public xZA(int i, int i2, int i3, int i4, String str, C0535Ixo c0535Ixo) {
|
|
this.b = i;
|
|
this.g = i2;
|
|
this.d = i3;
|
|
this.e = i4;
|
|
this.c = str;
|
|
this.a = c0535Ixo;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
xZA xza = (xZA) obj;
|
|
if (this.e != xza.e || this.d != xza.d || this.b != xza.b || this.g != xza.g) {
|
|
return false;
|
|
}
|
|
C0535Ixo c0535Ixo = this.a;
|
|
if (c0535Ixo == null ? xza.a != null : !c0535Ixo.equals(xza.a)) {
|
|
return false;
|
|
}
|
|
String str = this.c;
|
|
String str2 = xza.c;
|
|
return str == null ? str2 == null : str.equals(str2);
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int i = this.b;
|
|
int i2 = this.g;
|
|
int i3 = this.d;
|
|
int i4 = this.e;
|
|
String str = this.c;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
C0535Ixo c0535Ixo = this.a;
|
|
return (((((((((i * 31) + i2) * 31) + i3) * 31) + i4) * 31) + hashCode) * 31) + (c0535Ixo != null ? c0535Ixo.hashCode() : 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
StringBuilder sb = new StringBuilder("x: ");
|
|
sb.append(this.b);
|
|
sb.append(" y: ");
|
|
sb.append(this.g);
|
|
sb.append(" width: ");
|
|
sb.append(this.d);
|
|
sb.append(" height: ");
|
|
sb.append(this.e);
|
|
if (this.c != null) {
|
|
sb.append(" name: ");
|
|
sb.append(this.c);
|
|
}
|
|
if (this.a != null) {
|
|
sb.append(" age: ");
|
|
sb.append(this.a.a());
|
|
}
|
|
return sb.toString();
|
|
}
|
|
}
|