Class RokuRuntimeEnvironment
java.lang.Object
com.mparticle.sdk.model.eventprocessing.RuntimeEnvironment
com.mparticle.sdk.model.eventprocessing.RokuRuntimeEnvironment
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mparticle.sdk.model.eventprocessing.RuntimeEnvironment
RuntimeEnvironment.Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBrand()
getModel()
getName()
int
void
setApplicationName
(String applicationName) void
setApplicationPackage
(String applicationPackage) void
setApplicationVersion
(String applicationVersion) void
void
setBuildId
(String buildId) void
setCountry
(String country) void
setCpuArchitecture
(String cpuArchitecture) void
setLocaleCountry
(String localeCountry) void
setLocaleLanguage
(String localeLanguage) void
setManufacturer
(String manufacturer) void
void
void
setOsVersion
(String osVersion) void
setProduct
(String product) void
setTimeZoneName
(String timeZoneName) void
setUtcOffset
(int utcOffset) Methods inherited from class com.mparticle.sdk.model.eventprocessing.RuntimeEnvironment
getClientIpAddress, getIdentities, getSdkVersion, getType, getUserAgent, isDebug, setClientIpAddress, setIdentities, setSdkVersion, setUserAgent
-
Constructor Details
-
RokuRuntimeEnvironment
public RokuRuntimeEnvironment()
-
-
Method Details
-
getBuildId
-
setBuildId
-
getBrand
-
setBrand
-
getProduct
-
setProduct
-
getName
-
setName
-
getManufacturer
-
setManufacturer
-
getOsVersion
-
setOsVersion
-
getModel
-
setModel
-
getCountry
-
setCountry
-
getLocaleLanguage
-
setLocaleLanguage
-
getLocaleCountry
-
setLocaleCountry
-
getUtcOffset
public int getUtcOffset() -
setUtcOffset
public void setUtcOffset(int utcOffset) -
getTimeZoneName
-
setTimeZoneName
-
getCpuArchitecture
-
setCpuArchitecture
-
getApplicationName
-
setApplicationName
-
getApplicationVersion
-
setApplicationVersion
-
getApplicationPackage
-
setApplicationPackage
-