global class AlternativeInput {
|
global String textRepresentation;
|
global String thumbnailUrl;
|
global String title;
|
global AlternativeInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|