Package io.sentry
Class ProfileContext
java.lang.Object
io.sentry.ProfileContext
- All Implemented Interfaces:
JsonSerializable
,JsonUnknown
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProfileContext
(@NotNull ProfileContext profileContext) Copy constructor.ProfileContext
(@NotNull SentryId profilerId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull SentryId
int
hashCode()
void
serialize
(@NotNull ObjectWriter writer, @NotNull ILogger logger) void
setUnknown
(@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:
serialize
in interfaceJsonSerializable
- Throws:
IOException
-
getProfilerId
-
getUnknown
- Specified by:
getUnknown
in interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknown
in interfaceJsonUnknown
-