Class CreateStreamLinkEventRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.CreateStreamLinkEventRequest
-
public class CreateStreamLinkEventRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateStreamLinkEventRequest()
CreateStreamLinkEventRequest(CreateStreamLinkEventRequest 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 事件描述。String
getEventName()
Get 事件名称。void
setDescription(String Description)
Set 事件描述。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
-
CreateStreamLinkEventRequest
public CreateStreamLinkEventRequest()
-
CreateStreamLinkEventRequest
public CreateStreamLinkEventRequest(CreateStreamLinkEventRequest 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
-
getEventName
public String getEventName()
Get 事件名称。- Returns:
- EventName 事件名称。
-
setEventName
public void setEventName(String EventName)
Set 事件名称。- Parameters:
EventName
- 事件名称。
-
getDescription
public String getDescription()
Get 事件描述。- Returns:
- Description 事件描述。
-
setDescription
public void setDescription(String Description)
Set 事件描述。- Parameters:
Description
- 事件描述。
-
-