public class
Overwrite
extends
Operation
Inherited Field Summary
From class
com.google.firebase.database.core.operation.Operation
protected final
Path
path
protected final
OperationSource
source
protected final
Operation.OperationType
type
Public Constructor Summary
Overwrite
(
OperationSource
source,
Path
path,
Node
snapshot)
Public Method Summary
Node
getSnapshot
()
Operation
operationForChild
(
ChildKey
childKey)
String
toString
()
Inherited Method Summary
From class
com.google.firebase.database.core.operation.Operation
Path
getPath
()
OperationSource
getSource
()
Operation.OperationType
getType
()
abstract
Operation
operationForChild
(
ChildKey
childKey)
From class java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
Overwrite
(
OperationSource
source,
Path
path,
Node
snapshot)
Parameters
source
path
snapshot
Public Methods
public
Node
getSnapshot
()
public
Operation
operationForChild
(
ChildKey
childKey)
Parameters
childKey
public
String
toString
()