public class SyncResult.Error extends java.lang.Object implements java.lang.Comparable<SyncResult.Error>
| Constructor and Description |
|---|
Error(T sourcePath,
T targetPath,
java.lang.Exception e) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SyncResult.Error o) |
java.lang.Exception |
getException() |
T |
getSourcePath() |
T |
getTargetPath() |
java.time.Instant |
getTimestamp() |
int |
hashCode() |
java.lang.String |
toString() |
public T getSourcePath()
public T getTargetPath()
public java.lang.Exception getException()
public java.time.Instant getTimestamp()
public int compareTo(SyncResult.Error o)
compareTo in interface java.lang.Comparable<SyncResult.Error>public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007–2020. All rights reserved.