global class FeedPollChoice {
|
global String id;
|
global Integer position;
|
global String text;
|
global Integer voteCount;
|
global Double voteCountRatio;
|
global FeedPollChoice() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|