Package software.xdev.brevo.model
Class GetAccountActivityLogsInner
java.lang.Object
software.xdev.brevo.model.GetAccountActivityLogsInner
GetAccountActivityLogsInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanType of activity in the account.getDate()Time of the activity.Browser details of the user who performed the activity.Email address of the user who performed activity in the account.IP address of the user who performed activity in the account.inthashCode()voidvoidvoidsetUserAgent(String userAgent) voidsetUserEmail(String userEmail) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ACTION
- See Also:
-
JSON_PROPERTY_DATE
- See Also:
-
JSON_PROPERTY_USER_EMAIL
- See Also:
-
JSON_PROPERTY_USER_IP
- See Also:
-
JSON_PROPERTY_USER_AGENT
- See Also:
-
-
Constructor Details
-
GetAccountActivityLogsInner
public GetAccountActivityLogsInner()
-
-
Method Details
-
action
-
getAction
Type of activity in the account.- Returns:
- action
-
setAction
-
date
-
getDate
Time of the activity.- Returns:
- date
-
setDate
-
userEmail
-
getUserEmail
Email address of the user who performed activity in the account.- Returns:
- userEmail
-
setUserEmail
-
userIp
-
getUserIp
IP address of the user who performed activity in the account.- Returns:
- userIp
-
setUserIp
-
userAgent
-
getUserAgent
Browser details of the user who performed the activity.- Returns:
- userAgent
-
setUserAgent
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-