public class RecordSliceInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecordSliceInfo() |
RecordSliceInfo(RecordSliceInfo 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 |
---|---|
RecordTimeLine[] |
getList()
Get 录像切片开始和结束时间列表
|
String |
getPlanId()
Get 计划ID
|
void |
setList(RecordTimeLine[] List)
Set 录像切片开始和结束时间列表
|
void |
setPlanId(String PlanId)
Set 计划ID
|
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 RecordSliceInfo()
public RecordSliceInfo(RecordSliceInfo source)
public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- 计划IDpublic RecordTimeLine[] getList()
public void setList(RecordTimeLine[] List)
List
- 录像切片开始和结束时间列表Copyright © 2024. All rights reserved.