package p138.p176.p177.p178.p181;

import java.util.Arrays;
import p138.p139.p143.p144.C2803;
import p138.p176.p177.p178.C3253;

/* JADX INFO: renamed from: ދ.ހ.֏.֏.ރ.ނ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3299 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final C3253 f9747;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final byte[] f9748;

    public C3299(C3253 c3253, byte[] bArr) {
        if (c3253 == null) {
            throw new NullPointerException("encoding is null");
        }
        if (bArr == null) {
            throw new NullPointerException("bytes is null");
        }
        this.f9747 = c3253;
        this.f9748 = bArr;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3299)) {
            return false;
        }
        C3299 c3299 = (C3299) obj;
        if (this.f9747.equals(c3299.f9747)) {
            return Arrays.equals(this.f9748, c3299.f9748);
        }
        return false;
    }

    public int hashCode() {
        return ((this.f9747.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.f9748);
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("EncodedPayload{encoding=");
        sbM4889.append(this.f9747);
        sbM4889.append(", bytes=[...]}");
        return sbM4889.toString();
    }
}
