public class DesignDocument extends Document
CouchDbDesign
Modifier and Type | Class and Description |
---|---|
static class |
DesignDocument.MapReduce
Holds Map Reduce functions in a view.
|
Constructor and Description |
---|
DesignDocument() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Indicates whether some other design document is equals to this one.
|
Map<String,String> |
getFilters() |
com.google.gson.JsonObject |
getFulltext() |
com.google.gson.JsonObject |
getIndexes() |
String |
getLanguage() |
Map<String,String> |
getLists() |
com.google.gson.JsonArray |
getRewrites() |
Map<String,String> |
getShows() |
Map<String,String> |
getUpdates() |
String |
getValidateDocUpdate() |
Map<String,DesignDocument.MapReduce> |
getViews() |
int |
hashCode() |
void |
setFilters(Map<String,String> filters) |
void |
setFulltext(com.google.gson.JsonObject fulltext) |
void |
setIndexes(com.google.gson.JsonObject indexes) |
void |
setLanguage(String language) |
void |
setLists(Map<String,String> lists) |
void |
setRewrites(com.google.gson.JsonArray rewrites) |
void |
setShows(Map<String,String> shows) |
void |
setUpdates(Map<String,String> updates) |
void |
setValidateDocUpdate(String validateDocUpdate) |
void |
setViews(Map<String,DesignDocument.MapReduce> views) |
addAttachment, getAttachments, getId, getRevision, setAttachments, setId, setRevision
public String getLanguage()
public Map<String,DesignDocument.MapReduce> getViews()
public String getValidateDocUpdate()
public com.google.gson.JsonArray getRewrites()
public com.google.gson.JsonObject getFulltext()
public com.google.gson.JsonObject getIndexes()
public void setLanguage(String language)
public void setViews(Map<String,DesignDocument.MapReduce> views)
public void setValidateDocUpdate(String validateDocUpdate)
public void setRewrites(com.google.gson.JsonArray rewrites)
public void setFulltext(com.google.gson.JsonObject fulltext)
public void setIndexes(com.google.gson.JsonObject indexes)
Copyright © 2011–2016. All rights reserved.