ComparisonFileRootInfo

constructor(@Json(name = "displayPath") displayPath: String, @Json(name = "realPathA") realPathA: String? = null, @Json(name = "realPathB") realPathB: String? = null)

Parameters

displayPath

Human-friendly representation of the path.

realPathA

The real filesystem path in build A. Null when the root is not in build A or when the real path equals displayPath.

realPathB

The real filesystem path in build B. Null when the root is not in build B or when the real path equals displayPath.