Package com.seeq.model
Class IndexingParametersInputV1
java.lang.Object
com.seeq.model.IndexingParametersInputV1
IndexingParametersInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The name of the agent requesting the index.The sync mode.int
hashCode()
void
setSourceAgentName
(String sourceAgentName) void
setSyncMode
(String syncMode) sourceAgentName
(String sourceAgentName) toString()
-
Constructor Details
-
IndexingParametersInputV1
public IndexingParametersInputV1()
-
-
Method Details
-
sourceAgentName
-
getSourceAgentName
The name of the agent requesting the index.- Returns:
- sourceAgentName
-
setSourceAgentName
-
syncMode
-
getSyncMode
The sync mode. Please use one of: FULL, INCREMENTAL- Returns:
- syncMode
-
setSyncMode
-
equals
-
hashCode
public int hashCode() -
toString
-