Class IndexingParametersInputV1

java.lang.Object
com.seeq.model.IndexingParametersInputV1

public class IndexingParametersInputV1 extends Object
IndexingParametersInputV1
  • Constructor Details

    • IndexingParametersInputV1

      public IndexingParametersInputV1()
  • Method Details

    • sourceAgentName

      public IndexingParametersInputV1 sourceAgentName(String sourceAgentName)
    • getSourceAgentName

      public String getSourceAgentName()
      The name of the agent requesting the index.
      Returns:
      sourceAgentName
    • setSourceAgentName

      public void setSourceAgentName(String sourceAgentName)
    • syncMode

      public IndexingParametersInputV1 syncMode(String syncMode)
    • getSyncMode

      public String getSyncMode()
      The sync mode. Please use one of: FULL, INCREMENTAL
      Returns:
      syncMode
    • setSyncMode

      public void setSyncMode(String syncMode)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object