global class SmartDataDiscoveryNumericTransformationFilterInput {
|
global Double max;
|
global Double min;
|
global SmartDataDiscoveryNumericTransformationFilterInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|