public class SlateInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SlateInfo()  | 
SlateInfo(SlateInfo 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 | 
getSourceLocationId()
Get The ID of the source location. 
 | 
String | 
getVodSourceName()
Get The corresponding vod shim content source name. 
 | 
void | 
setSourceLocationId(String SourceLocationId)
Set The ID of the source location. 
 | 
void | 
setVodSourceName(String VodSourceName)
Set The corresponding vod shim content source name. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SlateInfo()
public SlateInfo(SlateInfo source)
public String getSourceLocationId()
public void setSourceLocationId(String SourceLocationId)
SourceLocationId - The ID of the source location.public String getVodSourceName()
public void setVodSourceName(String VodSourceName)
VodSourceName - The corresponding vod shim content source name.Copyright © 2025. All rights reserved.