public static class RcpClient.Summary
| Constructor and Description |
|---|
Summary(Instance source,
Instance target,
long copiedPaths,
long duration) |
| Modifier and Type | Method and Description |
|---|---|
Instance |
component1() |
Instance |
component2() |
long |
component3() |
long |
component4() |
RcpClient.Summary |
copy(Instance source,
Instance target,
long copiedPaths,
long duration) |
boolean |
equals(java.lang.Object p) |
long |
getCopiedPaths() |
long |
getDuration() |
java.lang.String |
getDurationString() |
Instance |
getSource() |
Instance |
getTarget() |
int |
hashCode() |
java.lang.String |
toString() |
@NotNull public java.lang.String getDurationString()
@NotNull public java.lang.String toString()
@NotNull public Instance getSource()
@NotNull public Instance getTarget()
public long getCopiedPaths()
public long getDuration()
@NotNull public Instance component1()
@NotNull public Instance component2()
public long component3()
public long component4()
@NotNull public RcpClient.Summary copy(@NotNull Instance source, @NotNull Instance target, long copiedPaths, long duration)
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)