public class IndexChangeNotification extends EventArgs
Constructor and Description |
---|
IndexChangeNotification() |
Modifier and Type | Method and Description |
---|---|
Etag |
getEtag()
Gets etag
|
String |
getName()
Name of index for which notification was created
|
IndexChangeTypes |
getType()
Type of change that occurred on index.
|
void |
setEtag(Etag etag)
Sets etag
|
void |
setName(String name)
Name of index for which notification was created
|
void |
setType(IndexChangeTypes type)
Type of change that occurred on index.
|
String |
toString() |
public IndexChangeTypes getType()
public void setType(IndexChangeTypes type)
type
- public String getName()
public void setName(String name)
name
- public Etag getEtag()
public void setEtag(Etag etag)
etag
- Copyright © 2016. All Rights Reserved.