Package io.sentry.protocol
Class Browser
java.lang.Object
io.sentry.protocol.Browser
- All Implemented Interfaces:
JsonSerializable
,JsonUnknown
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable String
getName()
@Nullable String
int
hashCode()
void
serialize
(@NotNull ObjectWriter writer, @NotNull ILogger logger) void
void
setUnknown
(@Nullable Map<String, Object> unknown) void
setVersion
(@Nullable String version)
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
Browser
public Browser()
-
-
Method Details
-
getName
-
setName
-
getVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
getUnknown
- Specified by:
getUnknown
in interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknown
in interfaceJsonUnknown
-
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serialize
in interfaceJsonSerializable
- Throws:
IOException
-