global class ChatGetPermalinkResponse { global ChatGetPermalinkResponse() { } global Object clone() { } global String getChannel() { } global String getError() { } global Map> getHttpResponseHeaders() { } global String getNeeded() { } global String getPermalink() { } global String getProvided() { } global String getWarning() { } global Boolean isOk() { } global void setChannel(String channel) { } global void setError(String error) { } global void setHttpResponseHeaders(Map> httpResponseHeaders) { } global void setNeeded(String needed) { } global void setOk(Boolean ok) { } global void setPermalink(String permalink) { } global void setProvided(String provided) { } global void setWarning(String warning) { } global String toString() { } }