public class DataRuleResults extends Reference
data_rule_results asset type in IGC, displayed as 'Data Rule Results' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
benchmark |
protected Date |
endTime |
protected String |
name |
protected String |
nativeId |
protected Number |
numberOfRecordsMet |
protected Number |
numberOfRecordsNotMet |
protected Number |
numberOfRecordsTested |
protected ItemList<RuleExecutionResult> |
ruleResults |
protected Date |
startTime |
| Constructor and Description |
|---|
DataRuleResults() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBenchmark()
Retrieve the
benchmark property (displayed as 'Benchmark') of the object. |
Date |
getEndTime()
Retrieve the
end_time property (displayed as 'End Time') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
Number |
getNumberOfRecordsMet()
Retrieve the
number_of_records_met property (displayed as 'Number of Records Met') of the object. |
Number |
getNumberOfRecordsNotMet()
Retrieve the
number_of_records_not_met property (displayed as 'Number of Records Not Met') of the object. |
Number |
getNumberOfRecordsTested()
Retrieve the
number_of_records_tested property (displayed as 'Number of Records Tested') of the object. |
ItemList<RuleExecutionResult> |
getRuleResults()
Retrieve the
rule_results property (displayed as 'Rule Results') of the object. |
Date |
getStartTime()
Retrieve the
start_time property (displayed as 'Start Time') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setBenchmark(String benchmark)
Set the
benchmark property (displayed as Benchmark) of the object. |
void |
setEndTime(Date endTime)
Set the
end_time property (displayed as End Time) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setNumberOfRecordsMet(Number numberOfRecordsMet)
Set the
number_of_records_met property (displayed as Number of Records Met) of the object. |
void |
setNumberOfRecordsNotMet(Number numberOfRecordsNotMet)
Set the
number_of_records_not_met property (displayed as Number of Records Not Met) of the object. |
void |
setNumberOfRecordsTested(Number numberOfRecordsTested)
Set the
number_of_records_tested property (displayed as Number of Records Tested) of the object. |
void |
setRuleResults(ItemList<RuleExecutionResult> ruleResults)
Set the
rule_results property (displayed as Rule Results) of the object. |
void |
setStartTime(Date startTime)
Set the
start_time property (displayed as Start Time) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String benchmark
protected Date endTime
protected String name
protected String nativeId
protected Number numberOfRecordsMet
protected Number numberOfRecordsNotMet
protected Number numberOfRecordsTested
protected ItemList<RuleExecutionResult> ruleResults
protected Date startTime
public String getBenchmark()
benchmark property (displayed as 'Benchmark') of the object.Stringpublic void setBenchmark(String benchmark)
benchmark property (displayed as Benchmark) of the object.benchmark - the value to setpublic Date getEndTime()
end_time property (displayed as 'End Time') of the object.Datepublic void setEndTime(Date endTime)
end_time property (displayed as End Time) of the object.endTime - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setpublic Number getNumberOfRecordsMet()
number_of_records_met property (displayed as 'Number of Records Met') of the object.Numberpublic void setNumberOfRecordsMet(Number numberOfRecordsMet)
number_of_records_met property (displayed as Number of Records Met) of the object.numberOfRecordsMet - the value to setpublic Number getNumberOfRecordsNotMet()
number_of_records_not_met property (displayed as 'Number of Records Not Met') of the object.Numberpublic void setNumberOfRecordsNotMet(Number numberOfRecordsNotMet)
number_of_records_not_met property (displayed as Number of Records Not Met) of the object.numberOfRecordsNotMet - the value to setpublic Number getNumberOfRecordsTested()
number_of_records_tested property (displayed as 'Number of Records Tested') of the object.Numberpublic void setNumberOfRecordsTested(Number numberOfRecordsTested)
number_of_records_tested property (displayed as Number of Records Tested) of the object.numberOfRecordsTested - the value to setpublic ItemList<RuleExecutionResult> getRuleResults()
rule_results property (displayed as 'Rule Results') of the object.ItemList<RuleExecutionResult>public void setRuleResults(ItemList<RuleExecutionResult> ruleResults)
rule_results property (displayed as Rule Results) of the object.ruleResults - the value to setpublic Date getStartTime()
start_time property (displayed as 'Start Time') of the object.Datepublic void setStartTime(Date startTime)
start_time property (displayed as Start Time) of the object.startTime - the value to setCopyright © 2018–2021 ODPi. All rights reserved.