public class DeleteLiveTimeShiftRuleRequest extends AbstractModel
| Constructor and Description | 
|---|
DeleteLiveTimeShiftRuleRequest()  | 
DeleteLiveTimeShiftRuleRequest(DeleteLiveTimeShiftRuleRequest 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 | 
getAppName()
Get The push path, which should be the same as `AppName` in the push and playback URLs. 
 | 
String | 
getDomainName()
Get The push domain. 
 | 
String | 
getStreamName()
Get The stream name. 
 | 
void | 
setAppName(String AppName)
Set The push path, which should be the same as `AppName` in the push and playback URLs. 
 | 
void | 
setDomainName(String DomainName)
Set The push domain. 
 | 
void | 
setStreamName(String StreamName)
Set The stream name. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DeleteLiveTimeShiftRuleRequest()
public DeleteLiveTimeShiftRuleRequest(DeleteLiveTimeShiftRuleRequest source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName - The push domain.
`Domain name+AppName+StreamName` uniquely identifies a time shifting rule. To delete a time shifting rule, exact match is required. This means if the `AppName` of a time shifting rule is empty, to delete the rule, you need to pass in an empty string for `AppName`.public String getAppName()
public void setAppName(String AppName)
AppName - The push path, which should be the same as `AppName` in the push and playback URLs. The default value is `live`.
`Domain name+AppName+StreamName` uniquely identifies a time shifting rule. To delete a time shifting rule, exact match is required. This means if the `AppName` of a time shifting rule is empty, to delete the rule, you need to pass in an empty string for `AppName`.public String getStreamName()
public void setStreamName(String StreamName)
StreamName - The stream name.
`Domain name+AppName+StreamName` uniquely identifies a time shifting rule. To delete a time shifting rule, exact match is required. This means if the `AppName` of a time shifting rule is empty, to delete the rule, you need to pass in an empty string for `AppName`.Copyright © 2023. All rights reserved.