public class ProgramScheduleInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProgramScheduleInfo() |
ProgramScheduleInfo(ProgramScheduleInfo 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 |
getDuration()
Get Duration.
|
String |
getProgramId()
Get program id.
|
String |
getProgramName()
Get program name.
|
String |
getSourceId()
Get source id.
|
String |
getSourceLocationId()
Get The id of the source location.
|
String |
getSourceType()
Get source type.
|
Long |
getStartTime()
Get Start timestamp.
|
void |
setDuration(String Duration)
Set Duration.
|
void |
setProgramId(String ProgramId)
Set program id.
|
void |
setProgramName(String ProgramName)
Set program name.
|
void |
setSourceId(String SourceId)
Set source id.
|
void |
setSourceLocationId(String SourceLocationId)
Set The id of the source location.
|
void |
setSourceType(String SourceType)
Set source type.
|
void |
setStartTime(Long StartTime)
Set Start timestamp.
|
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 ProgramScheduleInfo()
public ProgramScheduleInfo(ProgramScheduleInfo source)
public String getProgramName()
public void setProgramName(String ProgramName)
ProgramName
- program name.public String getProgramId()
public void setProgramId(String ProgramId)
ProgramId
- program id.public String getSourceType()
public void setSourceType(String SourceType)
SourceType
- source type.public String getSourceId()
public void setSourceId(String SourceId)
SourceId
- source id.public String getSourceLocationId()
public void setSourceLocationId(String SourceLocationId)
SourceLocationId
- The id of the source location.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- Start timestamp.public String getDuration()
public void setDuration(String Duration)
Duration
- Duration.Copyright © 2024. All rights reserved.