package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class MRj { @SerializedName("tag") public final String d; private MRj(byte b) { this.d = null; } private /* synthetic */ MRj(char c) { this((byte) 0); } public final String toString() { String str = this.d; StringBuilder sb = new StringBuilder("IntegrityNonceEntity(tag="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; if (str == null) { return 0; } return str.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof MRj) && C14957gcv.b((Object) this.d, (Object) ((MRj) obj).d); } public MRj() { this((char) 0); } }