public static class SnapshotDiffReport.DiffReportEntry
extends java.lang.Object
| Constructor | 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 | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
byte[] |
getSourcePath() |
|
byte[] |
getTargetPath() |
|
SnapshotDiffReport.DiffType |
getType() |
|
int |
hashCode() |
|
java.lang.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 java.lang.String toString()
toString in class java.lang.Objectpublic SnapshotDiffReport.DiffType getType()
public byte[] getSourcePath()
public byte[] getTargetPath()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.