global class SmartDataDiscoveryPredictInputRowObject {
|
global String record;
|
global List<String> row;
|
global SmartDataDiscoveryPredictInputRowObject() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|