Class CallSurveyResult
- Object
-
- CallSurveyResult
-
public final class CallSurveyResult extends Object
Submit Survey Result
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.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.String
getCallId()
Uniquely identify the call being servedString
getSurveyId()
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:
finalize
in 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.
-
-