public class DeleteStreamLivePlanRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteStreamLivePlanRequest() |
DeleteStreamLivePlanRequest(DeleteStreamLivePlanRequest 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 |
getChannelId()
Get ID of the channel whose event is to be deleted
|
String |
getEventName()
Get Name of the event to delete
|
void |
setChannelId(String ChannelId)
Set ID of the channel whose event is to be deleted
|
void |
setEventName(String EventName)
Set Name of the event to delete
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteStreamLivePlanRequest()
public DeleteStreamLivePlanRequest(DeleteStreamLivePlanRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- ID of the channel whose event is to be deletedpublic String getEventName()
public void setEventName(String EventName)
EventName
- Name of the event to deleteCopyright © 2024. All rights reserved.