| Constructor and Description |
|---|
AppFileIcon() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
FileBody |
getFile()
An object containing information of uploaded icon files.
|
AppIconType |
getType()
Returns the type of App icon.
|
int |
hashCode() |
AppFileIcon |
setFile(FileBody file)
An object containing information of uploaded icon files.
|
String |
toString() |
public AppIconType getType()
public FileBody getFile()
public AppFileIcon setFile(FileBody file)
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