Class CallSurveyResult
- Object
-
- CallSurveyResult
-
public final class CallSurveyResult extends ObjectSubmit Survey Result
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.StringgetAnonymizedParticipantId()An anonymized guid (for privacy reasons) that represents the participant submitting the survey This is not an End User Identifiable Information since this id is different for every survey/call.StringgetCallId()Uniquely identify the call being servedStringgetSurveyId()Uniquely identify the call survey
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalizein classObject
-
getSurveyId
public String getSurveyId()
Uniquely identify the call survey
-
getCallId
public String getCallId()
Uniquely identify the call being served
-
getAnonymizedParticipantId
public String getAnonymizedParticipantId()
An anonymized guid (for privacy reasons) that represents the participant submitting the survey This is not an End User Identifiable Information since this id is different for every survey/call.
-
-