55 lines
1.4 KiB
Java
55 lines
1.4 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class G {
|
||
|
|
||
|
@SerializedName("function")
|
||
|
private final String a;
|
||
|
|
||
|
@SerializedName("dataSource")
|
||
|
private final String d;
|
||
|
|
||
|
@SerializedName("insAcctId")
|
||
|
private final String e;
|
||
|
|
||
|
public G(String str, String str2, String str3) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
this.a = str;
|
||
|
this.e = str2;
|
||
|
this.d = str3;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.d;
|
||
|
StringBuilder sb = new StringBuilder("EPolicyReviewRequest(function=");
|
||
|
sb.append(str);
|
||
|
sb.append(", insAcctId=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", dataSource=");
|
||
|
sb.append(str3);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((this.a.hashCode() * 31) + this.e.hashCode()) * 31) + this.d.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof G)) {
|
||
|
return false;
|
||
|
}
|
||
|
G g = (G) obj;
|
||
|
return C14957gcv.b((Object) this.a, (Object) g.a) && C14957gcv.b((Object) this.e, (Object) g.e) && C14957gcv.b((Object) this.d, (Object) g.d);
|
||
|
}
|
||
|
}
|