public class CustomizeFileResource extends Object implements CustomizeResource
| Constructor and Description |
|---|
CustomizeFileResource() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
FileBody |
getFile()
The information of uploaded file.
|
CustomizeType |
getType()
Returns the resource type of this setting.
|
int |
hashCode() |
CustomizeFileResource |
setFile(FileBody file)
The information of uploaded file.
|
String |
toString() |
public CustomizeType getType()
getType in interface CustomizeResourcepublic FileBody getFile()
public CustomizeFileResource 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