public class SearchStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchStatus.Status
The current status of Continuous Relevancy Training for this environment.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Date |
lastTrained |
protected java.lang.String |
scope |
protected java.lang.String |
status |
protected java.lang.String |
statusDescription |
| 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.
|
protected java.lang.String scope
protected java.lang.String status
@SerializedName(value="status_description") protected java.lang.String statusDescription
@SerializedName(value="last_trained") protected java.util.Date lastTrained
public java.lang.String getScope()
public java.lang.String getStatus()
public java.lang.String getStatusDescription()
public java.util.Date getLastTrained()