global class BannerPhotoInput {
|
global Integer cropHeight;
|
global Integer cropSize;
|
global Integer cropWidth;
|
global Integer cropX;
|
global Integer cropY;
|
global String fileId;
|
global Integer versionNumber;
|
global BannerPhotoInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|