public class MobilePlatform
extends java.lang.Object
| Constructor and Description |
|---|
MobilePlatform() |
| Modifier and Type | Method and Description |
|---|---|
MobilePlatform |
deviceName(java.lang.String deviceName) |
MobilePlatform |
deviceType(DeviceType deviceType) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDeviceName()
Optional field, added to help with device detection using device atlas.
|
DeviceType |
getDeviceType()
Get deviceType
|
MobilePlatformType |
getPlatformType()
Get platformType
|
java.lang.String |
getVersion()
If not specified - all activities with any platformVersion will be evaluated.
|
int |
hashCode() |
MobilePlatform |
platformType(MobilePlatformType platformType) |
void |
setDeviceName(java.lang.String deviceName) |
void |
setDeviceType(DeviceType deviceType) |
void |
setPlatformType(MobilePlatformType platformType) |
void |
setVersion(java.lang.String version) |
java.lang.String |
toString() |
MobilePlatform |
version(java.lang.String version) |
public MobilePlatform deviceName(java.lang.String deviceName)
public java.lang.String getDeviceName()
public void setDeviceName(java.lang.String deviceName)
public MobilePlatform deviceType(DeviceType deviceType)
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
public MobilePlatform platformType(MobilePlatformType platformType)
public MobilePlatformType getPlatformType()
public void setPlatformType(MobilePlatformType platformType)
public MobilePlatform version(java.lang.String version)
public java.lang.String getVersion()
public void setVersion(java.lang.String version)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object