Class Context
- java.lang.Object
-
- org.webpieces.elasticsearch.mapping.Context
-
public class Context extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Context()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetPath()java.lang.IntegergetPrecision()java.lang.StringgetType()voidsetName(java.lang.String name)voidsetPath(java.lang.String path)voidsetPrecision(java.lang.Integer precision)voidsetType(java.lang.String type)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
getPrecision
public java.lang.Integer getPrecision()
-
setPrecision
public void setPrecision(java.lang.Integer precision)
-
getPath
public java.lang.String getPath()
-
setPath
public void setPath(java.lang.String path)
-
-