global class SmartDataDiscoveryTypographicClusteringTransformationInput {
|
global Integer distanceThreshold;
|
global Boolean ignoreCase;
|
global SmartDataDiscoveryTypographicClusteringTransformationInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|