public class SearchStatus extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
SearchStatus.Status
The current status of Continuous Relevancy Training for this environment. 
 | 
| Constructor and Description | 
|---|
SearchStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Date | 
getLastTrained()
Gets the lastTrained. 
 | 
java.lang.String | 
getScope()
Gets the scope. 
 | 
java.lang.String | 
getStatus()
Gets the status. 
 | 
java.lang.String | 
getStatusDescription()
Gets the statusDescription. 
 | 
equals, hashCode, toStringpublic java.lang.String getScope()
public java.lang.String getStatus()
public java.lang.String getStatusDescription()
public java.util.Date getLastTrained()