global class ProductSearchImageOutputRepresentation {
|
global String alternateText;
|
global String mediaType;
|
global Integer sortOrder;
|
global String title;
|
global String url;
|
global ProductSearchImageOutputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|