Class ModifyStreamLinkEventRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.ModifyStreamLinkEventRequest
-
public class ModifyStreamLinkEventRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyStreamLinkEventRequest
public ModifyStreamLinkEventRequest()
-
ModifyStreamLinkEventRequest
public 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.
-
-
Method Detail
-
getEventId
public String getEventId()
Get 媒体传输事件Event Id。- Returns:
- EventId 媒体传输事件Event Id。
-
setEventId
public void setEventId(String EventId)
Set 媒体传输事件Event Id。- Parameters:
EventId
- 媒体传输事件Event Id。
-
getEventName
public String getEventName()
Get 需要修改的事件名称。- Returns:
- EventName 需要修改的事件名称。
-
setEventName
public void setEventName(String EventName)
Set 需要修改的事件名称。- Parameters:
EventName
- 需要修改的事件名称。
-
getDescription
public String getDescription()
Get Event的描述信息。- Returns:
- Description Event的描述信息。
-
setDescription
public void setDescription(String Description)
Set Event的描述信息。- Parameters:
Description
- Event的描述信息。
-
-