public class Event extends AbstractModel
Constructor and Description |
---|
Event() |
Event(Event 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 |
---|---|
Long |
getAccountID()
Get Root account ID
|
String |
getCloudAuditEvent()
Get Log details
|
Long |
getErrorCode()
Get Authentication error code
|
String |
getEventId()
Get Log ID
|
String |
getEventName()
Get Event name
|
String |
getEventNameCn()
Get Description of event name in Chinese (please use this field as required; if you are using other languages, ignore this field)
|
String |
getEventRegion()
Get Event region
|
String |
getEventSource()
Get Request source
|
String |
getEventTime()
Get Event Time
|
String |
getLocation()
Get IP location
|
String |
getRequestID()
Get Request ID
|
String |
getResourceRegion()
Get Resource region
|
Resource |
getResources()
Get Resource pair
|
String |
getResourceTypeCn()
Get Description of resource type in Chinese (please use this field as required; if you are using other languages, ignore this field)
|
String |
getSecretId()
Get Certificate ID
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
String |
getSourceIPAddress()
Get Source IP
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
String |
getUsername()
Get Username
|
void |
setAccountID(Long AccountID)
Set Root account ID
|
void |
setCloudAuditEvent(String CloudAuditEvent)
Set Log details
|
void |
setErrorCode(Long ErrorCode)
Set Authentication error code
|
void |
setEventId(String EventId)
Set Log ID
|
void |
setEventName(String EventName)
Set Event name
|
void |
setEventNameCn(String EventNameCn)
Set Description of event name in Chinese (please use this field as required; if you are using other languages, ignore this field)
|
void |
setEventRegion(String EventRegion)
Set Event region
|
void |
setEventSource(String EventSource)
Set Request source
|
void |
setEventTime(String EventTime)
Set Event Time
|
void |
setLocation(String Location)
Set IP location
|
void |
setRequestID(String RequestID)
Set Request ID
|
void |
setResourceRegion(String ResourceRegion)
Set Resource region
|
void |
setResources(Resource Resources)
Set Resource pair
|
void |
setResourceTypeCn(String ResourceTypeCn)
Set Description of resource type in Chinese (please use this field as required; if you are using other languages, ignore this field)
|
void |
setSecretId(String SecretId)
Set Certificate ID
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
void |
setSourceIPAddress(String SourceIPAddress)
Set Source IP
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
void |
setUsername(String Username)
Set Username
|
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 Event()
public Event(Event source)
public String getEventId()
public void setEventId(String EventId)
EventId
- Log IDpublic String getUsername()
public void setUsername(String Username)
Username
- Usernamepublic String getEventTime()
public void setEventTime(String EventTime)
EventTime
- Event Timepublic String getCloudAuditEvent()
public void setCloudAuditEvent(String CloudAuditEvent)
CloudAuditEvent
- Log detailspublic String getResourceTypeCn()
public void setResourceTypeCn(String ResourceTypeCn)
ResourceTypeCn
- Description of resource type in Chinese (please use this field as required; if you are using other languages, ignore this field)public Long getErrorCode()
public void setErrorCode(Long ErrorCode)
ErrorCode
- Authentication error codepublic String getEventName()
public void setEventName(String EventName)
EventName
- Event namepublic String getSecretId()
public void setSecretId(String SecretId)
SecretId
- Certificate ID
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getEventSource()
public void setEventSource(String EventSource)
EventSource
- Request sourcepublic String getRequestID()
public void setRequestID(String RequestID)
RequestID
- Request IDpublic String getResourceRegion()
public void setResourceRegion(String ResourceRegion)
ResourceRegion
- Resource regionpublic Long getAccountID()
public void setAccountID(Long AccountID)
AccountID
- Root account IDpublic String getSourceIPAddress()
public void setSourceIPAddress(String SourceIPAddress)
SourceIPAddress
- Source IP
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getEventNameCn()
public void setEventNameCn(String EventNameCn)
EventNameCn
- Description of event name in Chinese (please use this field as required; if you are using other languages, ignore this field)public Resource getResources()
public void setResources(Resource Resources)
Resources
- Resource pairpublic String getEventRegion()
public void setEventRegion(String EventRegion)
EventRegion
- Event regionpublic String getLocation()
public void setLocation(String Location)
Location
- IP locationCopyright © 2023. All rights reserved.