-
- All Implemented Interfaces:
-
java.io.Serializable
public class Person implements Serializable
Legacy person data representation. See: https://github.com/apptentive/apptentive-android/blob/master/apptentive/src/main/java/com/apptentive/android/sdk/storage/Person.java NOTE: THIS CLASS CAN'T BE RENAMED, MODIFIED, OR MOVED TO ANOTHER PACKAGE - OTHERWISE, JAVA SERIALIZABLE MECHANISM BREAKS!!!
-
-
Field Summary
Fields Modifier and Type Field Description private Stringidprivate Stringemailprivate Stringnameprivate StringfacebookIdprivate StringphoneNumberprivate Stringstreetprivate Stringcityprivate Stringzipprivate Stringcountryprivate Stringbirthdayprivate StringmParticleIdprivate CustomDatacustomData
-
Method Summary
Modifier and Type Method Description StringgetId()voidsetId(String id)StringgetEmail()voidsetEmail(String email)StringgetName()voidsetName(String name)StringgetFacebookId()StringgetPhoneNumber()StringgetStreet()StringgetCity()StringgetZip()StringgetCountry()StringgetBirthday()StringgetMParticleId()CustomDatagetCustomData()voidsetCustomData(CustomData customData)Personclone()-
-
Method Detail
-
getFacebookId
String getFacebookId()
-
getPhoneNumber
String getPhoneNumber()
-
getCountry
String getCountry()
-
getBirthday
String getBirthday()
-
getMParticleId
@Nullable() String getMParticleId()
-
getCustomData
CustomData getCustomData()
-
setCustomData
void setCustomData(CustomData customData)
-
-
-
-