53 lines
1.5 KiB
Java
53 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import com.huawei.hms.support.feature.result.CommonConstant;
|
||
|
|
||
|
/* renamed from: o.aOL, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1778aOL {
|
||
|
|
||
|
@SerializedName(CommonConstant.KEY_STATUS)
|
||
|
private final C4949bjn a;
|
||
|
|
||
|
@SerializedName("e2ee")
|
||
|
public final FJd c;
|
||
|
|
||
|
@SerializedName("e2eedp")
|
||
|
public final FJd e;
|
||
|
|
||
|
public final String toString() {
|
||
|
C4949bjn c4949bjn = this.a;
|
||
|
FJd fJd = this.c;
|
||
|
FJd fJd2 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("DataProtectionEntity(status=");
|
||
|
sb.append(c4949bjn);
|
||
|
sb.append(", e2ee=");
|
||
|
sb.append(fJd);
|
||
|
sb.append(", e2eedp=");
|
||
|
sb.append(fJd2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
C4949bjn c4949bjn = this.a;
|
||
|
int hashCode = c4949bjn == null ? 0 : c4949bjn.hashCode();
|
||
|
FJd fJd = this.c;
|
||
|
int hashCode2 = fJd == null ? 0 : fJd.hashCode();
|
||
|
FJd fJd2 = this.e;
|
||
|
return (((hashCode * 31) + hashCode2) * 31) + (fJd2 != null ? fJd2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C1778aOL)) {
|
||
|
return false;
|
||
|
}
|
||
|
C1778aOL c1778aOL = (C1778aOL) obj;
|
||
|
return C14957gcv.b(this.a, c1778aOL.a) && C14957gcv.b(this.c, c1778aOL.c) && C14957gcv.b(this.e, c1778aOL.e);
|
||
|
}
|
||
|
}
|