Package io.sentry.protocol
Class Browser
java.lang.Object
io.sentry.protocol.Browser
- All Implemented Interfaces:
JsonSerializable,JsonUnknown
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable StringgetName()@Nullable StringinthashCode()voidserialize(@NotNull ObjectWriter writer, @NotNull ILogger logger) voidvoidsetUnknown(@Nullable Map<String, Object> unknown) voidsetVersion(@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:
getUnknownin interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknownin interfaceJsonUnknown
-
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serializein interfaceJsonSerializable- Throws:
IOException
-