Package io.sentry
Class ProfileContext
java.lang.Object
io.sentry.ProfileContext
- All Implemented Interfaces:
JsonSerializable,JsonUnknown
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProfileContext(@NotNull ProfileContext profileContext) Copy constructor.ProfileContext(@NotNull SentryId profilerId) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull SentryIdinthashCode()voidserialize(@NotNull ObjectWriter writer, @NotNull ILogger logger) voidsetUnknown(@Nullable Map<String, Object> unknown)
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
ProfileContext
public ProfileContext() -
ProfileContext
-
ProfileContext
Copy constructor.- Parameters:
profileContext- the ProfileContext to copy
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serializein interfaceJsonSerializable- Throws:
IOException
-
getProfilerId
-
getUnknown
- Specified by:
getUnknownin interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknownin interfaceJsonUnknown
-