global class ContentImageFileDetails {
|
global Integer height;
|
global String imageFormat;
|
global String orientation;
|
global Integer width;
|
global ContentImageFileDetails() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|