public class FilesInfoResponse extends Object implements SlackApiResponse
| Constructor and Description |
|---|
FilesInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<FileComment> |
getComments()
Deprecated.
|
String |
getContent() |
String |
getContentHighlightCss() |
String |
getContentHighlightHtml() |
String |
getError() |
File |
getFile() |
String |
getNeeded() |
Paging |
getPaging()
Deprecated.
|
String |
getProvided() |
String |
getWarning() |
int |
hashCode() |
boolean |
isOk() |
boolean |
isTruncated() |
void |
setComments(List<FileComment> comments)
Deprecated.
|
void |
setContent(String content) |
void |
setContentHighlightCss(String contentHighlightCss) |
void |
setContentHighlightHtml(String contentHighlightHtml) |
void |
setError(String error) |
void |
setFile(File file) |
void |
setNeeded(String needed) |
void |
setOk(boolean ok) |
void |
setPaging(Paging paging)
Deprecated.
|
void |
setProvided(String provided) |
void |
setTruncated(boolean truncated) |
void |
setWarning(String warning) |
String |
toString() |
public boolean isOk()
isOk in interface SlackApiResponsepublic String getWarning()
getWarning in interface SlackApiResponsepublic String getError()
getError in interface SlackApiResponsepublic String getNeeded()
getNeeded in interface SlackApiResponsepublic String getProvided()
getProvided in interface SlackApiResponsepublic File getFile()
public String getContent()
public String getContentHighlightHtml()
public String getContentHighlightCss()
public boolean isTruncated()
@Deprecated public List<FileComment> getComments()
@Deprecated public Paging getPaging()
public void setOk(boolean ok)
setOk in interface SlackApiResponsepublic void setWarning(String warning)
setWarning in interface SlackApiResponsepublic void setError(String error)
setError in interface SlackApiResponsepublic void setNeeded(String needed)
setNeeded in interface SlackApiResponsepublic void setProvided(String provided)
setProvided in interface SlackApiResponsepublic void setFile(File file)
public void setContent(String content)
public void setContentHighlightHtml(String contentHighlightHtml)
public void setContentHighlightCss(String contentHighlightCss)
public void setTruncated(boolean truncated)
@Deprecated public void setComments(List<FileComment> comments)
@Deprecated public void setPaging(Paging paging)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.