public class ThreadCommentFile
extends Object
| Constructor and Description |
|---|
ThreadCommentFile() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getFileKey()
The fileKey of the attachment file.
|
Integer |
getWidth()
A width can be specified if the attachment file is an image.
|
int |
hashCode() |
ThreadCommentFile |
setFileKey(String fileKey)
The fileKey of the attachment file.
|
ThreadCommentFile |
setWidth(Integer width)
A width can be specified if the attachment file is an image.
|
String |
toString() |
public String getFileKey()
public Integer getWidth()
public ThreadCommentFile setFileKey(String fileKey)
this.public ThreadCommentFile setWidth(Integer width)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object