-
- 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 String
PARAM_TAPTAP_OPEN_ID
public String
tdsUserId
public String
tdsUserName
public String
taptapOpenId
-
Method Summary
Modifier and Type Method Description UserModel
withTdsUserId(String tapUserId)
UserModel
withTdsUserName(String tdsUserName)
UserModel
withTapTapOpenId(String taptapOpenId)
Map<String, String>
convert()
-
-
Method Detail
-
withTdsUserId
UserModel withTdsUserId(String tapUserId)
-
withTdsUserName
UserModel withTdsUserName(String tdsUserName)
-
withTapTapOpenId
UserModel withTapTapOpenId(String taptapOpenId)
-
-
-
-