public class RegisterEventRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RegisterEventRequest() | 
| RegisterEventRequest(RegisterEventRequest 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 | getDescription()Get Event Description | 
| String | getDimensionFormat()Get Required. | 
| String | getEventBroadcastType()Get Broadcast: BROADCAST, Unicast: SINGLE | 
| String | getEventSubType()Get Event Segmentation Type, cycle types: DAY, HOUR, MIN, SECOND | 
| String | getEventType()Get Required. | 
| String | getName()Get Event Name, supports English, numbers, and underscores, up to 20 characters long, cannot start with a number or underscore. | 
| String | getOwner()Get Event Owner | 
| String | getProjectId()Get Project ID | 
| Long | getTimeToLive()Get Uptime | 
| String | getTimeUnit()Get For cycle types of day and hour: HOURS, For minutes: MINUTES, For seconds: SECONDS | 
| void | setDescription(String Description)Set Event Description | 
| void | setDimensionFormat(String DimensionFormat)Set Required. | 
| void | setEventBroadcastType(String EventBroadcastType)Set Broadcast: BROADCAST, Unicast: SINGLE | 
| void | setEventSubType(String EventSubType)Set Event Segmentation Type, cycle types: DAY, HOUR, MIN, SECOND | 
| void | setEventType(String EventType)Set Required. | 
| void | setName(String Name)Set Event Name, supports English, numbers, and underscores, up to 20 characters long, cannot start with a number or underscore. | 
| void | setOwner(String Owner)Set Event Owner | 
| void | setProjectId(String ProjectId)Set Project ID | 
| void | setTimeToLive(Long TimeToLive)Set Uptime | 
| void | setTimeUnit(String TimeUnit)Set For cycle types of day and hour: HOURS, For minutes: MINUTES, For seconds: SECONDS | 
| 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 RegisterEventRequest()
public RegisterEventRequest(RegisterEventRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDpublic String getName()
public void setName(String Name)
Name - Event Name, supports English, numbers, and underscores, up to 20 characters long, cannot start with a number or underscore.public String getEventSubType()
public void setEventSubType(String EventSubType)
EventSubType - Event Segmentation Type, cycle types: DAY, HOUR, MIN, SECONDpublic String getEventBroadcastType()
public void setEventBroadcastType(String EventBroadcastType)
EventBroadcastType - Broadcast: BROADCAST, Unicast: SINGLEpublic String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit - For cycle types of day and hour: HOURS, For minutes: MINUTES, For seconds: SECONDSpublic String getOwner()
public void setOwner(String Owner)
Owner - Event Ownerpublic String getEventType()
public void setEventType(String EventType)
EventType - Required. event type. default value: TIME_SERIES.public String getDimensionFormat()
public void setDimensionFormat(String DimensionFormat)
DimensionFormat - Required. corresponds to day: yyyyMMdd, corresponds to HOUR: yyyyMMddHH, corresponds to MIN: yyyyMMddHHmm, corresponds to SECOND: yyyyMMddHHmmss. default value: yyyyMMdd.public Long getTimeToLive()
public void setTimeToLive(Long TimeToLive)
TimeToLive - Uptimepublic String getDescription()
public void setDescription(String Description)
Description - Event DescriptionCopyright © 2025. All rights reserved.