public class UrlVerificationEvent extends EventApiMessage
Url verification event - see https://api.slack.com/events/url_verification
public UrlVerificationEvent(@NotNull
java.lang.String token,
@NotNull
java.lang.String challenge)
Url verification event - see https://api.slack.com/events/url_verification
@NotNull public java.lang.String getToken()
@NotNull public java.lang.String getChallenge()
@NotNull public java.lang.String component1()
@NotNull public java.lang.String component2()
@NotNull public UrlVerificationEvent copy(@NotNull java.lang.String token, @NotNull java.lang.String challenge)
Url verification event - see https://api.slack.com/events/url_verification
@NotNull public java.lang.String toString()
Url verification event - see https://api.slack.com/events/url_verification
public int hashCode()
Url verification event - see https://api.slack.com/events/url_verification
public boolean equals(@Nullable
java.lang.Object p)
Url verification event - see https://api.slack.com/events/url_verification