package com.discord.api.friendsuggestions; import c.d.b.a.a; /* compiled from: FriendSuggestionDelete.kt */ public final class FriendSuggestionDelete { private final long suggestedUserId; public final long a() { return this.suggestedUserId; } public boolean equals(Object obj) { if (this != obj) { return (obj instanceof FriendSuggestionDelete) && this.suggestedUserId == ((FriendSuggestionDelete) obj).suggestedUserId; } return true; } public int hashCode() { long j = this.suggestedUserId; return (int) (j ^ (j >>> 32)); } public String toString() { return a.A(a.L("FriendSuggestionDelete(suggestedUserId="), this.suggestedUserId, ")"); } }