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

83 lines
2.6 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class HNR extends C16562pOe {
@SerializedName("consentType")
public final String a;
@SerializedName("channelCode")
public final String b;
@SerializedName("consentVersion")
public final String c;
@SerializedName("consentStatus")
public final String d;
@SerializedName("consentName")
public final String e;
@SerializedName("consentVersionStatus")
public final String h;
@SerializedName("content")
public final iKp j;
public final String toString() {
String str = this.a;
String str2 = this.e;
String str3 = this.c;
String str4 = this.h;
String str5 = this.b;
String str6 = this.d;
iKp ikp = this.j;
StringBuilder sb = new StringBuilder("ConsentInfoEkycEntity(consentType=");
sb.append(str);
sb.append(", consentName=");
sb.append(str2);
sb.append(", consentVersion=");
sb.append(str3);
sb.append(", consentVersionStatus=");
sb.append(str4);
sb.append(", channelCode=");
sb.append(str5);
sb.append(", consentStatus=");
sb.append(str6);
sb.append(", content=");
sb.append(ikp);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.a;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.e;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.c;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.h;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.b;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.d;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
iKp ikp = this.j;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (ikp != null ? ikp.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof HNR)) {
return false;
}
HNR hnr = (HNR) obj;
return C14957gcv.b((Object) this.a, (Object) hnr.a) && C14957gcv.b((Object) this.e, (Object) hnr.e) && C14957gcv.b((Object) this.c, (Object) hnr.c) && C14957gcv.b((Object) this.h, (Object) hnr.h) && C14957gcv.b((Object) this.b, (Object) hnr.b) && C14957gcv.b((Object) this.d, (Object) hnr.d) && C14957gcv.b(this.j, hnr.j);
}
}