public class LogMessage extends AbstractModel
Constructor and Description |
---|
LogMessage() |
LogMessage(LogMessage source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getApplicationClientId()
Get Application `clientId`
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getApplicationName()
Get Application name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getAuthSourceCategory()
Get Authentication source category
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getAuthSourceId()
Get Authentication source ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getAuthSourceName()
Get Authentication source name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getAuthSourceType()
Get Authentication source type
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDescription()
Get Description
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDetail()
Get Details
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getEventCode()
Get Event code
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getEventDate()
Get Event timestamp in milliseconds
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getIp()
Get IP address
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLogId()
Get Log ID
|
String |
getParticipant()
Get Event participant
**TENANT** Tenant
**USER** User
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTenantId()
Get Tenant ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUserAgent()
Get User agent
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUserId()
Get User ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUserStoreId()
Get User pool ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setApplicationClientId(String ApplicationClientId)
Set Application `clientId`
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setApplicationName(String ApplicationName)
Set Application name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAuthSourceCategory(String AuthSourceCategory)
Set Authentication source category
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAuthSourceId(String AuthSourceId)
Set Authentication source ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAuthSourceName(String AuthSourceName)
Set Authentication source name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAuthSourceType(String AuthSourceType)
Set Authentication source type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDescription(String Description)
Set Description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDetail(String Detail)
Set Details
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setEventCode(String EventCode)
Set Event code
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setEventDate(Long EventDate)
Set Event timestamp in milliseconds
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIp(String Ip)
Set IP address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLogId(String LogId)
Set Log ID
|
void |
setParticipant(String Participant)
Set Event participant
**TENANT** Tenant
**USER** User
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTenantId(String TenantId)
Set Tenant ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUserAgent(String UserAgent)
Set User agent
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUserId(String UserId)
Set User ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUserStoreId(String UserStoreId)
Set User pool ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LogMessage()
public LogMessage(LogMessage source)
public String getLogId()
public void setLogId(String LogId)
LogId
- Log IDpublic String getTenantId()
public void setTenantId(String TenantId)
TenantId
- Tenant ID
Note: This field may return null, indicating that no valid values can be obtained.public String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId
- User pool ID
Note: This field may return null, indicating that no valid values can be obtained.public String getEventCode()
public void setEventCode(String EventCode)
EventCode
- Event code
Note: This field may return null, indicating that no valid values can be obtained.public Long getEventDate()
public void setEventDate(Long EventDate)
EventDate
- Event timestamp in milliseconds
Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- Description
Note: This field may return null, indicating that no valid values can be obtained.public String getParticipant()
public void setParticipant(String Participant)
Participant
- Event participant
public String getApplicationClientId()
public void setApplicationClientId(String ApplicationClientId)
ApplicationClientId
- Application `clientId`
Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName
- Application name
Note: This field may return null, indicating that no valid values can be obtained.public String getAuthSourceId()
public void setAuthSourceId(String AuthSourceId)
AuthSourceId
- Authentication source ID
Note: This field may return null, indicating that no valid values can be obtained.public String getAuthSourceName()
public void setAuthSourceName(String AuthSourceName)
AuthSourceName
- Authentication source name
Note: This field may return null, indicating that no valid values can be obtained.public String getAuthSourceType()
public void setAuthSourceType(String AuthSourceType)
AuthSourceType
- Authentication source type
Note: This field may return null, indicating that no valid values can be obtained.public String getAuthSourceCategory()
public void setAuthSourceCategory(String AuthSourceCategory)
AuthSourceCategory
- Authentication source category
Note: This field may return null, indicating that no valid values can be obtained.public String getIp()
public void setIp(String Ip)
Ip
- IP address
Note: This field may return null, indicating that no valid values can be obtained.public String getUserAgent()
public void setUserAgent(String UserAgent)
UserAgent
- User agent
Note: This field may return null, indicating that no valid values can be obtained.public String getUserId()
public void setUserId(String UserId)
UserId
- User ID
Note: This field may return null, indicating that no valid values can be obtained.public String getDetail()
public void setDetail(String Detail)
Detail
- Details
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.