-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class User implements IJsonSerializable, Serializable
Data contract class User.
-
-
Field Summary
Fields Modifier and Type Field Description private StringaccountAcquisitionDateprivate StringaccountIdprivate StringuserAgentprivate Stringidprivate StringstoreRegionprivate StringauthUserIdprivate StringanonUserAcquisitionDateprivate StringauthUserAcquisitionDate
-
Constructor Summary
Constructors Constructor Description User()Initializes a new instance of the User class.
-
Method Summary
Modifier and Type Method Description StringgetAccountAcquisitionDate()Gets the AccountAcquisitionDate property. voidsetAccountAcquisitionDate(String value)Sets the AccountAcquisitionDate property. StringgetAccountId()Gets the AccountId property. voidsetAccountId(String value)Sets the AccountId property. StringgetUserAgent()Gets the UserAgent property. voidsetUserAgent(String value)Sets the UserAgent property. StringgetId()Gets the Id property. voidsetId(String value)Sets the Id property. StringgetStoreRegion()Gets the StoreRegion property. voidsetStoreRegion(String value)Sets the StoreRegion property. StringgetAuthUserId()Gets the AuthUserId property. voidsetAuthUserId(String value)Sets the AuthUserId property. StringgetAnonUserAcquisitionDate()Gets the AnonUserAcquisitionDate property. voidsetAnonUserAcquisitionDate(String value)Sets the AnonUserAcquisitionDate property. StringgetAuthUserAcquisitionDate()Gets the AuthUserAcquisitionDate property. voidsetAuthUserAcquisitionDate(String value)Sets the AuthUserAcquisitionDate property. voidaddToHashMap(Map<String, String> map)Adds all members of this class to a hashmap voidserialize(Writer writer)Serializes the beginning of this object to the passed in writer. -
-
Method Detail
-
getAccountAcquisitionDate
String getAccountAcquisitionDate()
Gets the AccountAcquisitionDate property.
-
setAccountAcquisitionDate
void setAccountAcquisitionDate(String value)
Sets the AccountAcquisitionDate property.
-
getAccountId
String getAccountId()
Gets the AccountId property.
-
setAccountId
void setAccountId(String value)
Sets the AccountId property.
-
getUserAgent
String getUserAgent()
Gets the UserAgent property.
-
setUserAgent
void setUserAgent(String value)
Sets the UserAgent property.
-
getStoreRegion
String getStoreRegion()
Gets the StoreRegion property.
-
setStoreRegion
void setStoreRegion(String value)
Sets the StoreRegion property.
-
getAuthUserId
String getAuthUserId()
Gets the AuthUserId property.
-
setAuthUserId
void setAuthUserId(String value)
Sets the AuthUserId property.
-
getAnonUserAcquisitionDate
String getAnonUserAcquisitionDate()
Gets the AnonUserAcquisitionDate property.
-
setAnonUserAcquisitionDate
void setAnonUserAcquisitionDate(String value)
Sets the AnonUserAcquisitionDate property.
-
getAuthUserAcquisitionDate
String getAuthUserAcquisitionDate()
Gets the AuthUserAcquisitionDate property.
-
setAuthUserAcquisitionDate
void setAuthUserAcquisitionDate(String value)
Sets the AuthUserAcquisitionDate property.
-
addToHashMap
void addToHashMap(Map<String, String> map)
Adds all members of this class to a hashmap
- Parameters:
map- to which the members of this class will be added.
-
-
-
-