File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/com/browserstack/client/model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,31 +21,31 @@ public class BrowserListing implements Serializable {
21
21
22
22
23
23
/**
24
- * @return The desktop
24
+ * @return The desktopPlatforms
25
25
*/
26
26
@ JsonProperty ("desktop" )
27
27
public List <DesktopPlatform > getDesktopPlatforms () {
28
28
return desktopPlatforms ;
29
29
}
30
30
31
31
/**
32
- * @param desktop The desktop
32
+ * @param desktopPlatforms The desktopPlatforms
33
33
*/
34
34
@ JsonProperty ("desktop" )
35
35
public void setDesktopPlatforms (List <DesktopPlatform > desktopPlatforms ) {
36
36
this .desktopPlatforms = desktopPlatforms ;
37
37
}
38
38
39
39
/**
40
- * @return The mobile
40
+ * @return The mobilePlatforms
41
41
*/
42
42
@ JsonProperty ("mobile" )
43
43
public List <MobilePlatform > getMobilePlatforms () {
44
44
return mobilePlatforms ;
45
45
}
46
46
47
47
/**
48
- * @param mobile The mobile
48
+ * @param mobilePlatforms The mobilePlatforms
49
49
*/
50
50
@ JsonProperty ("mobile" )
51
51
public void setMobilePlatforms (List <MobilePlatform > mobilePlatforms ) {
You can’t perform that action at this time.
0 commit comments