global class SmartDataDiscoveryProjectedPredictionSettingsInput {
|
global Integer confidenceInterval;
|
global Integer numberOfIntervalsToProjectAhead;
|
global Boolean showProjectedPredictionByInterval;
|
global SmartDataDiscoveryProjectedPredictionSettingsInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|