Package org.robolectric.shadows
Class ShadowTrace.AsyncTraceSection
- java.lang.Object
-
- org.robolectric.shadows.ShadowTrace.AsyncTraceSection
-
- Enclosing class:
- ShadowTrace
public abstract static class ShadowTrace.AsyncTraceSection extends Object
AutoValue representation of a trace triggered by one of the async apis
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ShadowTrace.AsyncTraceSection.Builder
Builder for traces triggered by one of the async apis
-
Constructor Summary
Constructors Constructor Description AsyncTraceSection()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Integer
getCookie()
abstract String
getSectionName()
static ShadowTrace.AsyncTraceSection.Builder
newBuilder()
-
-
-
Method Detail
-
getSectionName
public abstract String getSectionName()
-
getCookie
public abstract Integer getCookie()
-
newBuilder
public static ShadowTrace.AsyncTraceSection.Builder newBuilder()
-
-