public static class SnapshotDiffReportListing.DiffReportListingEntry
extends java.lang.Object
| Constructor | Description |
|---|---|
DiffReportListingEntry(long dirId,
long fileId,
byte[][] sourcePath,
boolean isReference,
byte[][] targetPath) |
|
DiffReportListingEntry(long dirId,
long fileId,
byte[] sourcePath,
boolean isReference,
byte[] targetpath) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getDirId() |
|
long |
getFileId() |
|
byte[][] |
getSourcePath() |
|
byte[][] |
getTargetPath() |
|
boolean |
isReference() |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.