@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class BusinessObjectDefinitionValidateResponse extends Object
| Constructor and Description |
|---|
BusinessObjectDefinitionValidateResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getSizeCheckPassed()
A Y/N flag that shows whether the total number of business object definitions in the database is the same as the total number\n in the index
|
Boolean |
getSpotCheckMostRecentPassed()
A Y/N flag that shows whether the spot check that verifies the most recently modified business object definitions in the\n database are the same as the indexed documents
|
Boolean |
getSpotCheckRandomPassed()
A Y/N flag that shows whether the spot check that verifies a percentage of random business object definitions in the database\n are the same as the indexed documents
|
Date |
getValidateStartTime()
The timestamp of when the index validation started
|
int |
hashCode() |
void |
setSizeCheckPassed(Boolean sizeCheckPassed) |
void |
setSpotCheckMostRecentPassed(Boolean spotCheckMostRecentPassed) |
void |
setSpotCheckRandomPassed(Boolean spotCheckRandomPassed) |
void |
setValidateStartTime(Date validateStartTime) |
String |
toString() |
public BusinessObjectDefinitionValidateResponse()
public Date getValidateStartTime()
public void setValidateStartTime(Date validateStartTime)
public Boolean getSizeCheckPassed()
public void setSizeCheckPassed(Boolean sizeCheckPassed)
public Boolean getSpotCheckRandomPassed()
public void setSpotCheckRandomPassed(Boolean spotCheckRandomPassed)
public Boolean getSpotCheckMostRecentPassed()
public void setSpotCheckMostRecentPassed(Boolean spotCheckMostRecentPassed)
Copyright © 2017. All rights reserved.