global class ZoneSearchResult {
|
global Boolean hasBestAnswer;
|
global String id;
|
global String title;
|
global ConnectApi.ZoneSearchResultType type;
|
global Integer voteCount;
|
global ZoneSearchResult() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|