public class MatchingEngineHookInput
extends java.lang.Object
implements java.io.Serializable
This class is used by Castor mapping to create OnedataMatchingEngineHookInput xml
Constructor and Description |
---|
MatchingEngineHookInput()
Empty Constructor of MatchingEngineHookInput
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMatchingEngineHost()
Method to retrieve MatchingEngineHost.
|
java.lang.String |
getMatchingEnginePort()
Method to retrieve MatchingEnginePort.
|
MatchingEngineSearchOptions |
getMatchingEngineSearchOptions()
Method to retrieve SearchOptions
|
ActionRowset |
getOriginalRowset()
Method to retrieve Rowset.
|
java.lang.String |
getPredicate()
Returns MatchingEngine predicate.
|
java.lang.String |
getRepositoryId()
Method to retrieve repository id of onedata.
|
java.lang.String |
getTableName()
Method to retrieve name of the table in OneData.
|
void |
setMatchingEngineHost(java.lang.String matchingEngineHost)
Set the matching engine host where netrics server runs.
|
void |
setMatchingEnginePort(java.lang.String matchingEnginePort)
Set the matching engine port where netrics server runs.
|
void |
setMatchingEngineSearchOptions(MatchingEngineSearchOptions aobjSearchOptions)
Set the SearchOptions
|
void |
setOriginalRowset(ActionRowset originalRowset)
Set the action row set
|
void |
setPredicate(java.lang.String asPredicate)
Set Matching Engine Predicate.
|
void |
setRepositoryId(java.lang.String repositoryId)
Set the repository id of OneData
|
void |
setTableName(java.lang.String asTableName)
Set the table name of onedata
|
public MatchingEngineHookInput()
public java.lang.String getMatchingEngineHost()
public java.lang.String getMatchingEnginePort()
public java.lang.String getRepositoryId()
public java.lang.String getTableName()
public java.lang.String getPredicate()
public MatchingEngineSearchOptions getMatchingEngineSearchOptions()
public ActionRowset getOriginalRowset()
public void setRepositoryId(java.lang.String repositoryId)
String
- repositoryIdpublic void setMatchingEngineHost(java.lang.String matchingEngineHost)
String
- matchingEngineHost where netrics server runs.public void setMatchingEnginePort(java.lang.String matchingEnginePort)
String
- matchingEnginePort where netrics server runs.public void setOriginalRowset(ActionRowset originalRowset)
ActionRowset
- - originalRowset ( ActionRowset with designation column name,source column name, weightage value etc
are stored)public void setTableName(java.lang.String asTableName)
asTableName
- Stringpublic void setPredicate(java.lang.String asPredicate)
asPredicate
- Stringpublic void setMatchingEngineSearchOptions(MatchingEngineSearchOptions aobjSearchOptions)
aobjSearchOptions
- MatchingEngineSearchOptions