public class AdBreakInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AdBreakInfo() |
AdBreakInfo(AdBreakInfo 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 |
getMessageType()
Get MessageType, divided into SpliceInsert and TimeSignal.
|
Metadata[] |
getMetadatas()
Get Metadatas.
|
Long |
getOffset()
Get Offset.
|
String |
getSourceLocationId()
Get SourceLocationId.
|
String |
getSourceLocationName()
Get SourceLocationName.
|
SpliceInsertInfo |
getSpliceInsertConf()
Get SpliceInsertConf.
|
TimeSignalInfo |
getTimeSignalConf()
Get TimeSignalConf.
|
String |
getVodSourceName()
Get VodSourceName.
|
void |
setMessageType(String MessageType)
Set MessageType, divided into SpliceInsert and TimeSignal.
|
void |
setMetadatas(Metadata[] Metadatas)
Set Metadatas.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setSourceLocationId(String SourceLocationId)
Set SourceLocationId.
|
void |
setSourceLocationName(String SourceLocationName)
Set SourceLocationName.
|
void |
setSpliceInsertConf(SpliceInsertInfo SpliceInsertConf)
Set SpliceInsertConf.
|
void |
setTimeSignalConf(TimeSignalInfo TimeSignalConf)
Set TimeSignalConf.
|
void |
setVodSourceName(String VodSourceName)
Set VodSourceName.
|
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 AdBreakInfo()
public AdBreakInfo(AdBreakInfo source)
public String getSourceLocationId()
public void setSourceLocationId(String SourceLocationId)
SourceLocationId
- SourceLocationId.public String getVodSourceName()
public void setVodSourceName(String VodSourceName)
VodSourceName
- VodSourceName.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset.public String getMessageType()
public void setMessageType(String MessageType)
MessageType
- MessageType, divided into SpliceInsert and TimeSignal.public TimeSignalInfo getTimeSignalConf()
public void setTimeSignalConf(TimeSignalInfo TimeSignalConf)
TimeSignalConf
- TimeSignalConf.public SpliceInsertInfo getSpliceInsertConf()
public void setSpliceInsertConf(SpliceInsertInfo SpliceInsertConf)
SpliceInsertConf
- SpliceInsertConf.public Metadata[] getMetadatas()
public void setMetadatas(Metadata[] Metadatas)
Metadatas
- Metadatas.public String getSourceLocationName()
public void setSourceLocationName(String SourceLocationName)
SourceLocationName
- SourceLocationName.Copyright © 2024. All rights reserved.