public class DocumentChangeNotification extends EventArgs
Constructor and Description |
---|
DocumentChangeNotification() |
Modifier and Type | Method and Description |
---|---|
String |
getCollectionName()
Document collection name.
|
Etag |
getEtag()
Document etag.
|
String |
getId()
Identifier of document for which notification was created.
|
String |
getMessage()
Notification message.
|
DocumentChangeTypes |
getType()
Type of change that occurred on document.
|
String |
getTypeName()
Document type name.
|
void |
setCollectionName(String collectionName)
Document collection name.
|
void |
setEtag(Etag etag)
Document etag.
|
void |
setId(String id)
Identifier of document for which notification was created.
|
void |
setMessage(String message)
Notification message.
|
void |
setType(DocumentChangeTypes type)
Type of change that occurred on document.
|
void |
setTypeName(String typeName)
Document type name.
|
String |
toString() |
public DocumentChangeTypes getType()
public void setType(DocumentChangeTypes type)
type
- public String getCollectionName()
public void setCollectionName(String collectionName)
collectionName
- public String getTypeName()
public void setTypeName(String typeName)
typeName
- public String getId()
public void setId(String id)
id
- public Etag getEtag()
public void setEtag(Etag etag)
etag
- public String getMessage()
public void setMessage(String message)
message
- Copyright © 2016. All Rights Reserved.