what-the-bank/sources/o/pAf.java

52 lines
1.5 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.support.feature.result.CommonConstant;
/* loaded from: classes3.dex */
public final class pAf extends C16562pOe {
@SerializedName("key")
public final String a;
@SerializedName(CommonConstant.KEY_DISPLAY_NAME)
public final String b;
@SerializedName("displayVisible")
public final Boolean d;
public final String toString() {
String str = this.a;
Boolean bool = this.d;
String str2 = this.b;
StringBuilder sb = new StringBuilder("ScopesEntity(key=");
sb.append(str);
sb.append(", displayVisible=");
sb.append(bool);
sb.append(", displayName=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.a;
int hashCode = str == null ? 0 : str.hashCode();
Boolean bool = this.d;
int hashCode2 = bool == null ? 0 : bool.hashCode();
String str2 = this.b;
return (((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof pAf)) {
return false;
}
pAf paf = (pAf) obj;
return C14957gcv.b((Object) this.a, (Object) paf.a) && C14957gcv.b(this.d, paf.d) && C14957gcv.b((Object) this.b, (Object) paf.b);
}
}