public class User extends java.lang.Object implements IJsonSerializable, java.io.Serializable
Constructor and Description |
---|
User()
Initializes a new instance of the User class.
|
Modifier and Type | Method and Description |
---|---|
void |
addToHashMap(java.util.Map<java.lang.String,java.lang.String> map)
Adds all members of this class to a map
|
java.lang.String |
getAccountAcquisitionDate()
Gets the AccountAcquisitionDate property.
|
java.lang.String |
getAccountId()
Gets the AccountId property.
|
java.lang.String |
getAnonUserAcquisitionDate()
Gets the AnonUserAcquisitionDate property.
|
java.lang.String |
getAuthUserAcquisitionDate()
Gets the AuthUserAcquisitionDate property.
|
java.lang.String |
getAuthUserId()
Gets the AuthUserId property.
|
java.lang.String |
getId()
Gets the Id property.
|
java.lang.String |
getStoreRegion()
Gets the StoreRegion property.
|
java.lang.String |
getUserAgent()
Gets the UserAgent property.
|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
void |
serialize(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
protected java.lang.String |
serializeContent(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setAccountAcquisitionDate(java.lang.String value)
Sets the AccountAcquisitionDate property.
|
void |
setAccountId(java.lang.String value)
Sets the AccountId property.
|
void |
setAnonUserAcquisitionDate(java.lang.String value)
Sets the AnonUserAcquisitionDate property.
|
void |
setAuthUserAcquisitionDate(java.lang.String value)
Sets the AuthUserAcquisitionDate property.
|
void |
setAuthUserId(java.lang.String value)
Sets the AuthUserId property.
|
void |
setId(java.lang.String value)
Sets the Id property.
|
void |
setStoreRegion(java.lang.String value)
Sets the StoreRegion property.
|
void |
setUserAgent(java.lang.String value)
Sets the UserAgent property.
|
public java.lang.String getAccountAcquisitionDate()
public void setAccountAcquisitionDate(java.lang.String value)
public java.lang.String getAccountId()
public void setAccountId(java.lang.String value)
public java.lang.String getUserAgent()
public void setUserAgent(java.lang.String value)
public java.lang.String getId()
public void setId(java.lang.String value)
public java.lang.String getStoreRegion()
public void setStoreRegion(java.lang.String value)
public java.lang.String getAuthUserId()
public void setAuthUserId(java.lang.String value)
public java.lang.String getAnonUserAcquisitionDate()
public void setAnonUserAcquisitionDate(java.lang.String value)
public java.lang.String getAuthUserAcquisitionDate()
public void setAuthUserAcquisitionDate(java.lang.String value)
public void addToHashMap(java.util.Map<java.lang.String,java.lang.String> map)
map
- to which the members of this class will be added.public void serialize(java.io.Writer writer) throws java.io.IOException
serialize
in interface IJsonSerializable
writer
- The writer to serialize this object to.java.io.IOException
- will be thrown if something wrong with the output
streamprotected java.lang.String serializeContent(java.io.Writer writer) throws java.io.IOException
writer
- The writer to serialize this object to.java.io.IOException
protected void InitializeFields()