org.ektorp.support
Class DesignDocument.View
java.lang.Object
org.ektorp.support.DesignDocument.View
- Enclosing class:
- DesignDocument
public static class DesignDocument.View
- extends Object
Definition of a view in a design document.
- Author:
- henrik lundgren
DesignDocument.View
public DesignDocument.View()
DesignDocument.View
public DesignDocument.View(String map)
DesignDocument.View
public DesignDocument.View(String map,
String reduce)
of
public static DesignDocument.View of(View v)
getMap
public String getMap()
setMap
public void setMap(String map)
getReduce
public String getReduce()
setReduce
public void setReduce(String reduce)
getAnonymous
public Map<String,Object> getAnonymous()
- Returns:
- a Map containing fields that did not map to any other field in the class during object deserializarion from a JSON document.
setAnonymous
public void setAnonymous(String key,
Object value)
- Parameters:
key - value -
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2017. All rights reserved.