-
- All Implemented Interfaces:
-
android.os.Parcelable,com.glia.androidsdk.engagement.Survey,java.io.Serializable
public class SurveyInternal extends SurveyResponse.Survey implements Survey
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSurveyInternal.Question
-
Field Summary
Fields Modifier and Type Field Description private StringengagementIdpublic final static Parcelable.Creator<SurveyInternal>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetEngagementId()intdescribeContents()voidwriteToParcel(@NotNull() Parcel dest, int flags)voidreadFromParcel(@NotNull() Parcel source)booleanequals(Object o)inthashCode()StringtoString()-
Methods inherited from class com.glia.androidsdk.internal.engagement.SurveyResponse.Survey
getDescription, getId, getName, getQuestions, getSiteId, getTitle, getType -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEngagementId
@NonNull() String getEngagementId()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(@NotNull() Parcel dest, int flags)
-
readFromParcel
void readFromParcel(@NotNull() Parcel source)
-
hashCode
int hashCode()
-
-
-
-