package n4;

import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class G extends t0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final List f15208a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f15209b;

    public G(String str, List list) {
        this.f15208a = list;
        this.f15209b = str;
    }

    public final boolean equals(Object obj) {
        String str;
        if (obj == this) {
            return true;
        }
        if (obj instanceof t0) {
            t0 t0Var = (t0) obj;
            if (this.f15208a.equals(((G) t0Var).f15208a) && ((str = this.f15209b) != null ? str.equals(((G) t0Var).f15209b) : ((G) t0Var).f15209b == null)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (this.f15208a.hashCode() ^ 1000003) * 1000003;
        String str = this.f15209b;
        return iHashCode ^ (str == null ? 0 : str.hashCode());
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("FilesPayload{files=");
        sb.append(this.f15208a);
        sb.append(", orgId=");
        return I1.a.r(sb, this.f15209b, "}");
    }
}
