Package com.naver.ads.inspector
Class EventBreadcrumb
-
- All Implemented Interfaces:
-
com.naver.ads.inspector.JSONObjectSerializable
public final class EventBreadcrumb implements JSONObjectSerializable
Series of Naver Ads Services events.
-
-
Constructor Summary
Constructors Constructor Description EventBreadcrumb(String type, String category, Map<String, Object> data, String message, Date timestamp)EventBreadcrumb(String type, String category, Map<String, Object> data, String message)EventBreadcrumb(String type, String category, Map<String, Object> data)
-
Method Summary
Modifier and Type Method Description final StringgetType()the type of breadcrumb. final StringgetCategory()the dotted string that indicate what the breadcrumb is or where it comes from. final Map<String, Object>getData()the data associated with this breadcrumb. final StringgetMessage()the message of breadcrumb. final DategetTimestamp()a timestamp representing when the breadcrumb occurred. StringtoString()Returns a log friendly string version of this object. JSONObjecttoJSONObject()Returns a log friendly JSONObject version this object. -
-
Method Detail
-
getCategory
final String getCategory()
the dotted string that indicate what the breadcrumb is or where it comes from.
-
getMessage
final String getMessage()
the message of breadcrumb.
-
getTimestamp
final Date getTimestamp()
a timestamp representing when the breadcrumb occurred.
-
toJSONObject
JSONObject toJSONObject()
Returns a log friendly JSONObject version this object.
-
-
-
-