global class CdpSegmentMemberRowOutput {
|
global String deltaType;
|
global String id;
|
global String kqId;
|
global String snapshotType;
|
global String timestamp;
|
global String versionStamp;
|
global CdpSegmentMemberRowOutput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|