public class Media extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Asset> |
screenshots |
protected List<Asset> |
videos |
| Constructor and Description |
|---|
Media() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Asset> |
getScreenshots() |
List<Asset> |
getVideos() |
int |
hashCode() |
void |
setScreenshots(List<Asset> screenshots) |
void |
setVideos(List<Asset> videos) |
String |
toString() |
Copyright © 2020 CrafterCMS. All rights reserved.