public XRayTrace(@Nullable
com.amazonaws.xray.entities.Entity xrayEntity)
public void signalError(@NotNull
java.lang.Exception error)
Puts exception to XRay Trace
public void setTag(@NotNull
java.lang.String name,
@NotNull
java.lang.String value)
Puts annotation to XRay trace
public void setMetadata(@NotNull
java.lang.String key,
@NotNull
java.lang.String value)
Puts metadata to XRay trace
public void close()
Closes the entity
@NotNull public XRayTrace copy(@Nullable com.amazonaws.xray.entities.Entity xrayEntity)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)