public static class SnapshotDiffReport.DiffReportEntry extends Object
Constructor and Description |
---|
SnapshotDiffReport.DiffReportEntry(SnapshotDiffReport.DiffType type,
byte[] sourcePath) |
SnapshotDiffReport.DiffReportEntry(SnapshotDiffReport.DiffType type,
byte[][] sourcePathComponents) |
SnapshotDiffReport.DiffReportEntry(SnapshotDiffReport.DiffType type,
byte[][] sourcePathComponents,
byte[][] targetPathComponents) |
SnapshotDiffReport.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 SnapshotDiffReport.DiffReportEntry(SnapshotDiffReport.DiffType type, byte[] sourcePath)
public SnapshotDiffReport.DiffReportEntry(SnapshotDiffReport.DiffType type, byte[][] sourcePathComponents)
public SnapshotDiffReport.DiffReportEntry(SnapshotDiffReport.DiffType type, byte[] sourcePath, byte[] targetPath)
public SnapshotDiffReport.DiffReportEntry(SnapshotDiffReport.DiffType type, byte[][] sourcePathComponents, byte[][] targetPathComponents)
public SnapshotDiffReport.DiffType getType()
public byte[] getSourcePath()
public byte[] getTargetPath()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.