public class BrowserListing extends Object implements Serializable
| Constructor and Description |
|---|
BrowserListing() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<DesktopPlatform> |
getDesktopPlatforms() |
List<MobilePlatform> |
getMobilePlatforms() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDesktopPlatforms(List<DesktopPlatform> desktopPlatforms) |
void |
setMobilePlatforms(List<MobilePlatform> mobilePlatforms) |
public List<DesktopPlatform> getDesktopPlatforms()
public void setDesktopPlatforms(List<DesktopPlatform> desktopPlatforms)
desktopPlatforms - The desktopPlatformspublic List<MobilePlatform> getMobilePlatforms()
public void setMobilePlatforms(List<MobilePlatform> mobilePlatforms)
mobilePlatforms - The mobilePlatformsCopyright © 2021. All rights reserved.