Package io.sentry.protocol
Class App
- java.lang.Object
-
- io.sentry.protocol.App
-
- All Implemented Interfaces:
IUnknownPropertiesConsumer
public final class App extends java.lang.Object implements IUnknownPropertiesConsumer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE
-
Constructor Summary
Constructors Constructor Description App()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidacceptUnknownProperties(@NotNull java.util.Map<java.lang.String,java.lang.Object> unknown)@Nullable java.lang.StringgetAppBuild()@Nullable java.lang.StringgetAppIdentifier()@Nullable java.lang.StringgetAppName()@Nullable java.util.DategetAppStartTime()@Nullable java.lang.StringgetAppVersion()@Nullable java.lang.StringgetBuildType()@Nullable java.lang.StringgetDeviceAppHash()voidsetAppBuild(@Nullable java.lang.String appBuild)voidsetAppIdentifier(@Nullable java.lang.String appIdentifier)voidsetAppName(@Nullable java.lang.String appName)voidsetAppStartTime(@Nullable java.util.Date appStartTime)voidsetAppVersion(@Nullable java.lang.String appVersion)voidsetBuildType(@Nullable java.lang.String buildType)voidsetDeviceAppHash(@Nullable java.lang.String deviceAppHash)
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAppIdentifier
@Nullable public @Nullable java.lang.String getAppIdentifier()
-
setAppIdentifier
public void setAppIdentifier(@Nullable @Nullable java.lang.String appIdentifier)
-
getAppStartTime
@Nullable public @Nullable java.util.Date getAppStartTime()
-
setAppStartTime
public void setAppStartTime(@Nullable @Nullable java.util.Date appStartTime)
-
getDeviceAppHash
@Nullable public @Nullable java.lang.String getDeviceAppHash()
-
setDeviceAppHash
public void setDeviceAppHash(@Nullable @Nullable java.lang.String deviceAppHash)
-
getBuildType
@Nullable public @Nullable java.lang.String getBuildType()
-
setBuildType
public void setBuildType(@Nullable @Nullable java.lang.String buildType)
-
getAppName
@Nullable public @Nullable java.lang.String getAppName()
-
setAppName
public void setAppName(@Nullable @Nullable java.lang.String appName)
-
getAppVersion
@Nullable public @Nullable java.lang.String getAppVersion()
-
setAppVersion
public void setAppVersion(@Nullable @Nullable java.lang.String appVersion)
-
getAppBuild
@Nullable public @Nullable java.lang.String getAppBuild()
-
setAppBuild
public void setAppBuild(@Nullable @Nullable java.lang.String appBuild)
-
acceptUnknownProperties
@Internal public void acceptUnknownProperties(@NotNull @NotNull java.util.Map<java.lang.String,java.lang.Object> unknown)- Specified by:
acceptUnknownPropertiesin interfaceIUnknownPropertiesConsumer
-
-