java.lang.Object
io.vertigo.datafactory.impl.search.dsl.model.DslField

public final class DslField extends Object
Single field definition. (preBody)(fieldName)(postBody)
Author:
npiedeloup
  • Constructor Details

    • DslField

      public DslField(String preBody, String fieldName, String postBody)
      Parameters:
      preBody - String before body
      fieldName - Index's fieldName
      postBody - String after body
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getPreBody

      public String getPreBody()
      Returns:
      preBody
    • getFieldName

      public String getFieldName()
      Returns:
      fieldName
    • getPostBody

      public String getPostBody()
      Returns:
      postBody