public class EventCaseAuditLogOptDto extends AbstractModel
header, skipSign| Constructor and Description |
|---|
EventCaseAuditLogOptDto() |
EventCaseAuditLogOptDto(EventCaseAuditLogOptDto 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 |
getCaseId()
Get Event Instance ID
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getDescription()
Get Event Instance Description
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getDimension()
Get Data Time
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getEventBroadcastType()
Get Event Broadcast Type
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getEventName()
Get Event nameNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getEventSubType()
Get Event Split Type
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getEventTriggerTimestamp()
Get Event Instance Trigger Timestamp
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getEventType()
Get Event typeNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getLogTimestamp()
Get Event Instance Consumption Timestamp
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getStatus()
Get Event Instance Status
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTimeUnit()
Get Event Instance TTL Unit
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getTTL()
Get Event Instance TTL
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCaseId(String CaseId)
Set Event Instance ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDescription(String Description)
Set Event Instance Description
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDimension(String Dimension)
Set Data Time
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setEventBroadcastType(String EventBroadcastType)
Set Event Broadcast Type
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setEventName(String EventName)
Set Event nameNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setEventSubType(String EventSubType)
Set Event Split Type
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setEventTriggerTimestamp(String EventTriggerTimestamp)
Set Event Instance Trigger Timestamp
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setEventType(String EventType)
Set Event typeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setLogTimestamp(String LogTimestamp)
Set Event Instance Consumption Timestamp
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setStatus(String Status)
Set Event Instance Status
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTimeUnit(String TimeUnit)
Set Event Instance TTL Unit
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTTL(Long TTL)
Set Event Instance TTL
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic EventCaseAuditLogOptDto()
public EventCaseAuditLogOptDto(EventCaseAuditLogOptDto source)
public String getCaseId()
public void setCaseId(String CaseId)
CaseId - Event Instance ID
Note: This field may return null, indicating that no valid value can be obtained.public String getEventName()
public void setEventName(String EventName)
EventName - Event nameNote: This field may return null, indicating that no valid value can be obtained.public String getEventType()
public void setEventType(String EventType)
EventType - Event typeNote: This field may return null, indicating that no valid value can be obtained.public String getEventSubType()
public void setEventSubType(String EventSubType)
EventSubType - Event Split Type
Note: This field may return null, indicating that no valid value can be obtained.public String getEventBroadcastType()
public void setEventBroadcastType(String EventBroadcastType)
EventBroadcastType - Event Broadcast Type
Note: This field may return null, indicating that no valid value can be obtained.public Long getTTL()
public void setTTL(Long TTL)
TTL - Event Instance TTL
Note: This field may return null, indicating that no valid value can be obtained.public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit - Event Instance TTL Unit
Note: This field may return null, indicating that no valid value can be obtained.public String getDimension()
public void setDimension(String Dimension)
Dimension - Data Time
Note: This field may return null, indicating that no valid value can be obtained.public String getStatus()
public void setStatus(String Status)
Status - Event Instance Status
Note: This field may return null, indicating that no valid value can be obtained.public String getEventTriggerTimestamp()
public void setEventTriggerTimestamp(String EventTriggerTimestamp)
EventTriggerTimestamp - Event Instance Trigger Timestamp
Note: This field may return null, indicating that no valid value can be obtained.public String getLogTimestamp()
public void setLogTimestamp(String LogTimestamp)
LogTimestamp - Event Instance Consumption Timestamp
Note: This field may return null, indicating that no valid value can be obtained.public String getDescription()
public void setDescription(String Description)
Description - Event Instance Description
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.