76 lines
2.3 KiB
Java
76 lines
2.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class LJU {
|
|
|
|
@SerializedName("disclaimer")
|
|
public final List<String> a;
|
|
|
|
@SerializedName("baa")
|
|
public final List<UIj> b;
|
|
|
|
@SerializedName("riskScore")
|
|
public final String c;
|
|
|
|
@SerializedName("riskMessage")
|
|
public final String d;
|
|
|
|
@SerializedName("riskLevelCode")
|
|
public final String e;
|
|
|
|
@SerializedName("tokenId")
|
|
public final String i;
|
|
|
|
public final String toString() {
|
|
String str = this.i;
|
|
String str2 = this.e;
|
|
String str3 = this.d;
|
|
String str4 = this.c;
|
|
List<UIj> list = this.b;
|
|
List<String> list2 = this.a;
|
|
StringBuilder sb = new StringBuilder("RiskAssessmentCalculationEntity(tokenId=");
|
|
sb.append(str);
|
|
sb.append(", riskLevelCode=");
|
|
sb.append(str2);
|
|
sb.append(", riskMessage=");
|
|
sb.append(str3);
|
|
sb.append(", riskScore=");
|
|
sb.append(str4);
|
|
sb.append(", baa=");
|
|
sb.append(list);
|
|
sb.append(", disclaimer=");
|
|
sb.append(list2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.i;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.e;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.d;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.c;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
List<UIj> list = this.b;
|
|
int hashCode5 = list == null ? 0 : list.hashCode();
|
|
List<String> list2 = this.a;
|
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (list2 != null ? list2.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof LJU)) {
|
|
return false;
|
|
}
|
|
LJU lju = (LJU) obj;
|
|
return C14957gcv.b((Object) this.i, (Object) lju.i) && C14957gcv.b((Object) this.e, (Object) lju.e) && C14957gcv.b((Object) this.d, (Object) lju.d) && C14957gcv.b((Object) this.c, (Object) lju.c) && C14957gcv.b(this.b, lju.b) && C14957gcv.b(this.a, lju.a);
|
|
}
|
|
}
|