@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class GetStatsByDevice extends Object
| Constructor and Description |
|---|
GetStatsByDevice() |
public GetStatsByDevice desktop(Map<String,GetDeviceBrowserStats> desktop)
public GetStatsByDevice putDesktopItem(String key, GetDeviceBrowserStats desktopItem)
public Map<String,GetDeviceBrowserStats> getDesktop()
public void setDesktop(Map<String,GetDeviceBrowserStats> desktop)
public GetStatsByDevice mobile(Map<String,GetDeviceBrowserStats> mobile)
public GetStatsByDevice putMobileItem(String key, GetDeviceBrowserStats mobileItem)
public Map<String,GetDeviceBrowserStats> getMobile()
public void setMobile(Map<String,GetDeviceBrowserStats> mobile)
public GetStatsByDevice tablet(Map<String,GetDeviceBrowserStats> tablet)
public GetStatsByDevice putTabletItem(String key, GetDeviceBrowserStats tabletItem)
public Map<String,GetDeviceBrowserStats> getTablet()
public void setTablet(Map<String,GetDeviceBrowserStats> tablet)
public GetStatsByDevice unknown(Map<String,GetDeviceBrowserStats> unknown)
public GetStatsByDevice putUnknownItem(String key, GetDeviceBrowserStats unknownItem)
public Map<String,GetDeviceBrowserStats> getUnknown()
public void setUnknown(Map<String,GetDeviceBrowserStats> unknown)
Copyright © 2021. All rights reserved.