45 lines
1.2 KiB
Java
45 lines
1.2 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.dJe, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C8379dJe {
|
|
|
|
@SerializedName("fieldFlag")
|
|
public final String d;
|
|
|
|
@SerializedName("listOfValue")
|
|
public final List<String> e;
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
List<String> list = this.e;
|
|
StringBuilder sb = new StringBuilder("FieldListEntity(fieldFlag=");
|
|
sb.append(str);
|
|
sb.append(", listOfValue=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.d;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
List<String> list = this.e;
|
|
return (hashCode * 31) + (list != null ? list.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C8379dJe)) {
|
|
return false;
|
|
}
|
|
C8379dJe c8379dJe = (C8379dJe) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) c8379dJe.d) && C14957gcv.b(this.e, c8379dJe.e);
|
|
}
|
|
}
|