public class EventOpsDto extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
EventOpsDto()  | 
EventOpsDto(EventOpsDto 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 | 
getCreationTimestamp()
Get Creation Timestamp
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getDescription()
Get DescriptionNote: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getDimensionFormat()
Get Data Time Format
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getEventBroadcastType()
Get Event Broadcast TypeNote: This field may return null, indicating that no valid value can be obtained. 
 | 
EventCaseOpsDto[] | 
getEventCases()
Get Incident Case
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getEventSubType()
Get Event Segmentation TypeNote: 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. 
 | 
EventListenerOpsDto[] | 
getListeners()
Get Listener
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getName()
Get Event nameNote: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getOwner()
Get Owner
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getProperties()
Get AttributeNote: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getTimeToLive()
Get UptimeNote: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getTimeUnit()
Get Lifetime Unit
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setCreationTimestamp(String CreationTimestamp)
Set Creation Timestamp
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setDescription(String Description)
Set DescriptionNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setDimensionFormat(String DimensionFormat)
Set Data Time Format
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setEventBroadcastType(String EventBroadcastType)
Set Event Broadcast TypeNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setEventCases(EventCaseOpsDto[] EventCases)
Set Incident Case
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setEventSubType(String EventSubType)
Set Event Segmentation TypeNote: 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 | 
setListeners(EventListenerOpsDto[] Listeners)
Set Listener
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setName(String Name)
Set Event nameNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setOwner(String Owner)
Set Owner
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setProperties(String Properties)
Set AttributeNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setTimeToLive(Long TimeToLive)
Set UptimeNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setTimeUnit(String TimeUnit)
Set Lifetime Unit
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 EventOpsDto()
public EventOpsDto(EventOpsDto source)
public String getName()
public void setName(String Name)
Name - 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 Segmentation TypeNote: This field may return null, indicating that no valid value can be obtained.public String getEventBroadcastType()
public void setEventBroadcastType(String EventBroadcastType)
EventBroadcastType - Event Broadcast TypeNote: This field may return null, indicating that no valid value can be obtained.public String getDimensionFormat()
public void setDimensionFormat(String DimensionFormat)
DimensionFormat - Data Time Format
Note: This field may return null, indicating that no valid value can be obtained.public Long getTimeToLive()
public void setTimeToLive(Long TimeToLive)
TimeToLive - UptimeNote: This field may return null, indicating that no valid value can be obtained.public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit - Lifetime Unit
Note: This field may return null, indicating that no valid value can be obtained.public String getCreationTimestamp()
public void setCreationTimestamp(String CreationTimestamp)
CreationTimestamp - Creation Timestamp
Note: This field may return null, indicating that no valid value can be obtained.public String getOwner()
public void setOwner(String Owner)
Owner - Owner
Note: This field may return null, indicating that no valid value can be obtained.public String getProperties()
public void setProperties(String Properties)
Properties - AttributeNote: This field may return null, indicating that no valid value can be obtained.public String getDescription()
public void setDescription(String Description)
Description - DescriptionNote: This field may return null, indicating that no valid value can be obtained.public EventListenerOpsDto[] getListeners()
public void setListeners(EventListenerOpsDto[] Listeners)
Listeners - Listener
Note: This field may return null, indicating that no valid value can be obtained.public EventCaseOpsDto[] getEventCases()
public void setEventCases(EventCaseOpsDto[] EventCases)
EventCases - Incident Case
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.