public class ImageRestriction extends Object
| 构造器和说明 |
|---|
ImageRestriction() |
| 限定符和类型 | 方法和说明 |
|---|---|
ImageRestriction |
addFileFormatItem(String fileFormatItem) |
boolean |
equals(Object o) |
ImageRestriction |
fileFormat(List<String> fileFormat) |
ImageRestriction |
fileSize(Long fileSize) |
List<String> |
getFileFormat()
Get fileFormat
|
Long |
getFileSize()
Get fileSize
|
Long |
getHeight()
Get height
|
Long |
getWidth()
Get width
|
int |
hashCode() |
ImageRestriction |
height(Long height) |
void |
setFileFormat(List<String> fileFormat) |
void |
setFileSize(Long fileSize) |
void |
setHeight(Long height) |
void |
setWidth(Long width) |
String |
toString() |
ImageRestriction |
width(Long width) |
public ImageRestriction width(Long width)
public Long getWidth()
public void setWidth(Long width)
public ImageRestriction height(Long height)
public Long getHeight()
public void setHeight(Long height)
public ImageRestriction fileSize(Long fileSize)
public Long getFileSize()
public void setFileSize(Long fileSize)
public ImageRestriction fileFormat(List<String> fileFormat)
public ImageRestriction addFileFormatItem(String fileFormatItem)
Copyright © 2020. All rights reserved.