public class ModifyStreamLinkEventRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyStreamLinkEventRequest() | 
| ModifyStreamLinkEventRequest(ModifyStreamLinkEventRequest 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的描述信息。 | 
| String | getEventId()Get 媒体传输事件Event Id。 | 
| String | getEventName()Get 需要修改的事件名称。 | 
| void | setDescription(String Description)Set Event的描述信息。 | 
| void | setEventId(String EventId)Set 媒体传输事件Event Id。 | 
| void | setEventName(String EventName)Set 需要修改的事件名称。 | 
| 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 ModifyStreamLinkEventRequest()
public ModifyStreamLinkEventRequest(ModifyStreamLinkEventRequest source)
public String getEventId()
public void setEventId(String EventId)
EventId - 媒体传输事件Event Id。public String getEventName()
public void setEventName(String EventName)
EventName - 需要修改的事件名称。public String getDescription()
public void setDescription(String Description)
Description - Event的描述信息。Copyright © 2025. All rights reserved.