global class SocialCustomerServiceInboundPost {
|
global Datetime createdDate;
|
global String errorDetail;
|
global String errorMessage;
|
global String id;
|
global SocialCustomerServiceInboundPost() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|