public class DocumentSnapshot extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DocumentSnapshot.Step |
Constructor and Description |
---|
DocumentSnapshot() |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getSnapshot()
Gets the snapshot.
|
java.lang.String |
getStep()
Gets the step.
|
void |
setSnapshot(java.util.Map snapshot)
Sets the snapshot.
|
void |
setStep(java.lang.String step)
Sets the step.
|
equals, hashCode, toString
public java.lang.String getStep()
public java.util.Map getSnapshot()
public void setStep(java.lang.String step)
step
- the new steppublic void setSnapshot(java.util.Map snapshot)
snapshot
- the new snapshot