public class AppendResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
newUid
This is > 0 if the append succeeded or -1 otherwise.
|
java.lang.String |
reason
This is not null when the append failed
|
Constructor and Description |
---|
AppendResponse(long newUid) |
AppendResponse(java.lang.String reason) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final long newUid
public final java.lang.String reason
Copyright © 2021. All Rights Reserved.