-
- All Implemented Interfaces:
-
com.tds.common.tracker.model.BaseTrackModel
public class UserModel implements BaseTrackModel
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPARAM_TAPTAP_OPEN_IDpublic StringtdsUserIdpublic StringtdsUserNamepublic StringtaptapOpenId
-
Method Summary
Modifier and Type Method Description UserModelwithTdsUserId(String tapUserId)UserModelwithTdsUserName(String tdsUserName)UserModelwithTapTapOpenId(String taptapOpenId)Map<String, String>convert()-
-
Method Detail
-
withTdsUserId
UserModel withTdsUserId(String tapUserId)
-
withTdsUserName
UserModel withTdsUserName(String tdsUserName)
-
withTapTapOpenId
UserModel withTapTapOpenId(String taptapOpenId)
-
-
-
-