public static class SnapshotDiffReport.DiffReportEntry extends Object
| Constructor and Description | 
|---|
| DiffReportEntry(SnapshotDiffReport.DiffType type,
               byte[] sourcePath) | 
| DiffReportEntry(SnapshotDiffReport.DiffType type,
               byte[][] sourcePathComponents) | 
| DiffReportEntry(SnapshotDiffReport.DiffType type,
               byte[][] sourcePathComponents,
               byte[][] targetPathComponents) | 
| DiffReportEntry(SnapshotDiffReport.DiffType type,
               byte[] sourcePath,
               byte[] targetPath) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| byte[] | getSourcePath() | 
| byte[] | getTargetPath() | 
| SnapshotDiffReport.DiffType | getType() | 
| int | hashCode() | 
| String | toString() | 
public DiffReportEntry(SnapshotDiffReport.DiffType type, byte[] sourcePath)
public DiffReportEntry(SnapshotDiffReport.DiffType type, byte[][] sourcePathComponents)
public DiffReportEntry(SnapshotDiffReport.DiffType type, byte[] sourcePath, byte[] targetPath)
public DiffReportEntry(SnapshotDiffReport.DiffType type, byte[][] sourcePathComponents, byte[][] targetPathComponents)
public SnapshotDiffReport.DiffType getType()
public byte[] getSourcePath()
public byte[] getTargetPath()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.