65 lines
2.0 KiB
Java
65 lines
2.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.vaW, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C17292vaW {
|
|
|
|
@SerializedName("companyCode")
|
|
public final String a;
|
|
|
|
@SerializedName("maxIal")
|
|
public final String b;
|
|
|
|
@SerializedName("marketingNameTH")
|
|
public final String c;
|
|
|
|
@SerializedName("maxAal")
|
|
public final String d;
|
|
|
|
@SerializedName("marketingNameEN")
|
|
public final String e;
|
|
|
|
@SerializedName("nodeId")
|
|
public final String j;
|
|
|
|
public final String toString() {
|
|
String str = this.j;
|
|
String str2 = this.a;
|
|
String str3 = this.c;
|
|
String str4 = this.e;
|
|
String str5 = this.b;
|
|
String str6 = this.d;
|
|
StringBuilder sb = new StringBuilder("IdpEntity(nodeId=");
|
|
sb.append(str);
|
|
sb.append(", companyCode=");
|
|
sb.append(str2);
|
|
sb.append(", marketingNameTH=");
|
|
sb.append(str3);
|
|
sb.append(", marketingNameEN=");
|
|
sb.append(str4);
|
|
sb.append(", maxIal=");
|
|
sb.append(str5);
|
|
sb.append(", maxAal=");
|
|
sb.append(str6);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((((this.j.hashCode() * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C17292vaW)) {
|
|
return false;
|
|
}
|
|
C17292vaW c17292vaW = (C17292vaW) obj;
|
|
return C14957gcv.b((Object) this.j, (Object) c17292vaW.j) && C14957gcv.b((Object) this.a, (Object) c17292vaW.a) && C14957gcv.b((Object) this.c, (Object) c17292vaW.c) && C14957gcv.b((Object) this.e, (Object) c17292vaW.e) && C14957gcv.b((Object) this.b, (Object) c17292vaW.b) && C14957gcv.b((Object) this.d, (Object) c17292vaW.d);
|
|
}
|
|
}
|