public class CreateStreamLivePlanRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateStreamLivePlanRequest() |
CreateStreamLivePlanRequest(CreateStreamLivePlanRequest 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 for which you want to configure an event
|
PlanReq |
getPlan()
Get Event configuration
|
void |
setChannelId(String ChannelId)
Set ID of the channel for which you want to configure an event
|
void |
setPlan(PlanReq Plan)
Set Event configuration
|
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 CreateStreamLivePlanRequest()
public CreateStreamLivePlanRequest(CreateStreamLivePlanRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- ID of the channel for which you want to configure an eventpublic PlanReq getPlan()
public void setPlan(PlanReq Plan)
Plan
- Event configurationCopyright © 2024. All rights reserved.