57 lines
1.6 KiB
Java
57 lines
1.6 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.brM, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C5346brM extends C16562pOe {
|
|
|
|
@SerializedName("privacyType")
|
|
public final String a;
|
|
|
|
@SerializedName("additionalMetaData")
|
|
public final YNI b;
|
|
|
|
@SerializedName("label")
|
|
public final String d;
|
|
|
|
@SerializedName("sortSequence")
|
|
public final int e;
|
|
|
|
public final String toString() {
|
|
int i = this.e;
|
|
String str = this.a;
|
|
String str2 = this.d;
|
|
YNI yni = this.b;
|
|
StringBuilder sb = new StringBuilder("PrivacyEntity(sortSequence=");
|
|
sb.append(i);
|
|
sb.append(", privacyType=");
|
|
sb.append(str);
|
|
sb.append(", label=");
|
|
sb.append(str2);
|
|
sb.append(", additionalMetaData=");
|
|
sb.append(yni);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = Integer.hashCode(this.e);
|
|
int hashCode2 = this.a.hashCode();
|
|
int hashCode3 = this.d.hashCode();
|
|
YNI yni = this.b;
|
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (yni == null ? 0 : yni.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C5346brM)) {
|
|
return false;
|
|
}
|
|
C5346brM c5346brM = (C5346brM) obj;
|
|
return this.e == c5346brM.e && C14957gcv.b((Object) this.a, (Object) c5346brM.a) && C14957gcv.b((Object) this.d, (Object) c5346brM.d) && C14957gcv.b(this.b, c5346brM.b);
|
|
}
|
|
}
|