Package com.moesif.api.models
Class CompanyModel
java.lang.Object
com.moesif.api.models.CompanyModel
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGETTER the campaign objectGETTER Company DomainGETTER User's company_id stringGETTER Last seen IP Address of the user if knownGETTER Custom company metadata as a JSON objectGETTER Timestamp of when user was updated.GETTER End user's auth/session tokenvoidsetCampaign(CampaignModel value) SETTER the campaign objectvoidsetCompanyDomain(String value) SETTER Company DomainvoidsetCompanyId(String value) SETTER User's company_id stringvoidsetIpAddress(String value) SETTER Last seen IP Address of the user if knownvoidsetMetadata(Object value) SETTER Custom company metadata as a JSON objectvoidsetModifiedTime(Date value) SETTER Timestamp of when user was updated.voidsetSessionToken(String value) SETTER End user's auth/session token
-
Constructor Details
-
CompanyModel
public CompanyModel()
-
-
Method Details
-
getCompanyId
GETTER User's company_id string- Returns:
- the value
-
setCompanyId
SETTER User's company_id string- Parameters:
value- the value to set
-
getModifiedTime
GETTER Timestamp of when user was updated. (Moesif will use the current time if not set)- Returns:
- the value
-
setModifiedTime
SETTER Timestamp of when user was updated. (Moesif will use the current time if not set)- Parameters:
value- the value to set
-
getIpAddress
GETTER Last seen IP Address of the user if known- Returns:
- the value
-
setIpAddress
SETTER Last seen IP Address of the user if known- Parameters:
value- the value to set
-
getSessionToken
GETTER End user's auth/session token- Returns:
- the value
-
setSessionToken
SETTER End user's auth/session token- Parameters:
value- the value to set
-
getCompanyDomain
GETTER Company Domain- Returns:
- the value
-
setCompanyDomain
SETTER Company Domain- Parameters:
value- the value to set
-
getMetadata
GETTER Custom company metadata as a JSON object- Returns:
- the value
-
setMetadata
SETTER Custom company metadata as a JSON object- Parameters:
value- the value to set
-
getCampaign
GETTER the campaign object- Returns:
- the value
-
setCampaign
SETTER the campaign object- Parameters:
value- the value to set
-