public class CreateStreamPackageChannelEndpointRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateStreamPackageChannelEndpointRequest() |
CreateStreamPackageChannelEndpointRequest(CreateStreamPackageChannelEndpointRequest 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 |
---|---|
EndpointAuthInfo |
getAuthInfo()
Get Authentication information
|
String |
getId()
Get Channel ID
|
String |
getManifest()
Get Mainifest name, default is main.
|
String |
getName()
Get Endpoint name, which must contain 1 to 32 characters and supports digits, letters, and underscores
|
String |
getProtocol()
Get Endpoint protocol type, supports HLS, DASH, CMAF (only HLS type input can create CMAF Endpoint).
|
Long |
getTimeShiftDuration()
Get The number of days to look back in TimeShift, up to 30 days is supported.
|
Boolean |
getTimeShiftEnable()
Get Whether to turn on the TimeShift function, true: on, false: off, the default is off.
|
void |
setAuthInfo(EndpointAuthInfo AuthInfo)
Set Authentication information
|
void |
setId(String Id)
Set Channel ID
|
void |
setManifest(String Manifest)
Set Mainifest name, default is main.
|
void |
setName(String Name)
Set Endpoint name, which must contain 1 to 32 characters and supports digits, letters, and underscores
|
void |
setProtocol(String Protocol)
Set Endpoint protocol type, supports HLS, DASH, CMAF (only HLS type input can create CMAF Endpoint).
|
void |
setTimeShiftDuration(Long TimeShiftDuration)
Set The number of days to look back in TimeShift, up to 30 days is supported.
|
void |
setTimeShiftEnable(Boolean TimeShiftEnable)
Set Whether to turn on the TimeShift function, true: on, false: off, the default is off.
|
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 CreateStreamPackageChannelEndpointRequest()
public CreateStreamPackageChannelEndpointRequest(CreateStreamPackageChannelEndpointRequest source)
public String getId()
public void setId(String Id)
Id
- Channel IDpublic String getName()
public void setName(String Name)
Name
- Endpoint name, which must contain 1 to 32 characters and supports digits, letters, and underscorespublic EndpointAuthInfo getAuthInfo()
public void setAuthInfo(EndpointAuthInfo AuthInfo)
AuthInfo
- Authentication informationpublic String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Endpoint protocol type, supports HLS, DASH, CMAF (only HLS type input can create CMAF Endpoint).public String getManifest()
public void setManifest(String Manifest)
Manifest
- Mainifest name, default is main.public Boolean getTimeShiftEnable()
public void setTimeShiftEnable(Boolean TimeShiftEnable)
TimeShiftEnable
- Whether to turn on the TimeShift function, true: on, false: off, the default is off.public Long getTimeShiftDuration()
public void setTimeShiftDuration(Long TimeShiftDuration)
TimeShiftDuration
- The number of days to look back in TimeShift, up to 30 days is supported.Copyright © 2024. All rights reserved.