public class ShowRecordRuleResponse extends SdkResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ShowRecordRuleResponse.RecordFormatsEnum
Gets or Sets recordFormats
|
| Constructor and Description |
|---|
ShowRecordRuleResponse() |
getHttpStatusCode, setHttpStatusCodepublic ShowRecordRuleResponse withRuleId(String ruleId)
public String getRuleId()
public void setRuleId(String ruleId)
public ShowRecordRuleResponse withAppId(String appId)
public String getAppId()
public void setAppId(String appId)
public ShowRecordRuleResponse withObsAddr(RecordObsFileAddr obsAddr)
public ShowRecordRuleResponse withObsAddr(java.util.function.Consumer<RecordObsFileAddr> obsAddrSetter)
public RecordObsFileAddr getObsAddr()
public void setObsAddr(RecordObsFileAddr obsAddr)
public ShowRecordRuleResponse withRecordFormats(List<ShowRecordRuleResponse.RecordFormatsEnum> recordFormats)
public ShowRecordRuleResponse addRecordFormatsItem(ShowRecordRuleResponse.RecordFormatsEnum recordFormatsItem)
public ShowRecordRuleResponse withRecordFormats(java.util.function.Consumer<List<ShowRecordRuleResponse.RecordFormatsEnum>> recordFormatsSetter)
public List<ShowRecordRuleResponse.RecordFormatsEnum> getRecordFormats()
public void setRecordFormats(List<ShowRecordRuleResponse.RecordFormatsEnum> recordFormats)
public ShowRecordRuleResponse withHlsConfig(HLSRecordConfig hlsConfig)
public ShowRecordRuleResponse withHlsConfig(java.util.function.Consumer<HLSRecordConfig> hlsConfigSetter)
public HLSRecordConfig getHlsConfig()
public void setHlsConfig(HLSRecordConfig hlsConfig)
public ShowRecordRuleResponse withMp4Config(MP4RecordConfig mp4Config)
public ShowRecordRuleResponse withMp4Config(java.util.function.Consumer<MP4RecordConfig> mp4ConfigSetter)
public MP4RecordConfig getMp4Config()
public void setMp4Config(MP4RecordConfig mp4Config)
public ShowRecordRuleResponse withCreateTime(String createTime)
public String getCreateTime()
public void setCreateTime(String createTime)
public ShowRecordRuleResponse withUpdateTime(String updateTime)
public String getUpdateTime()
public void setUpdateTime(String updateTime)
public ShowRecordRuleResponse withXRequestId(String xRequestId)
public String getXRequestId()
public void setXRequestId(String xRequestId)
Copyright © 2021. All rights reserved.