public static class BlueprintDescriptor.Media extends Object
| Constructor and Description |
|---|
Media() |
| Modifier and Type | Method and Description |
|---|---|
BlueprintDescriptor.Developer |
getDeveloper() |
List<BlueprintDescriptor.ScreenshotWrapper> |
getScreenshots() |
List<BlueprintDescriptor.VideoWrapper> |
getVideos() |
void |
setDeveloper(BlueprintDescriptor.Developer developer) |
void |
setScreenshots(List<BlueprintDescriptor.ScreenshotWrapper> screenshots) |
void |
setVideos(List<BlueprintDescriptor.VideoWrapper> videos) |
public List<BlueprintDescriptor.ScreenshotWrapper> getScreenshots()
public void setScreenshots(List<BlueprintDescriptor.ScreenshotWrapper> screenshots)
public List<BlueprintDescriptor.VideoWrapper> getVideos()
public void setVideos(List<BlueprintDescriptor.VideoWrapper> videos)
public BlueprintDescriptor.Developer getDeveloper()
public void setDeveloper(BlueprintDescriptor.Developer developer)
Copyright © 2020 CrafterCMS. All rights reserved.