public class RecordPlanOptData extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecordPlanOptData() |
RecordPlanOptData(RecordPlanOptData 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 |
getDescribe()
Get 上云计划描述
注意:此字段可能返回 null,表示取不到有效值。
|
LifeCycleData |
getLifeCycle()
Get 云文件生命周期
|
String |
getPlanId()
Get 上云计划ID
|
String |
getPlanName()
Get 上云计划名称
|
String |
getStreamType()
Get 码流类型,default:设备默认码流类型,main:主码流,sub:子码流,其他根据设备能力集自定义
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTemplateId()
Get 上云模板ID
|
void |
setDescribe(String Describe)
Set 上云计划描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLifeCycle(LifeCycleData LifeCycle)
Set 云文件生命周期
|
void |
setPlanId(String PlanId)
Set 上云计划ID
|
void |
setPlanName(String PlanName)
Set 上云计划名称
|
void |
setStreamType(String StreamType)
Set 码流类型,default:设备默认码流类型,main:主码流,sub:子码流,其他根据设备能力集自定义
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTemplateId(String TemplateId)
Set 上云模板ID
|
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, toJsonString
public RecordPlanOptData()
public RecordPlanOptData(RecordPlanOptData source)
public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- 上云计划IDpublic String getPlanName()
public void setPlanName(String PlanName)
PlanName
- 上云计划名称public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- 上云模板IDpublic String getDescribe()
public void setDescribe(String Describe)
Describe
- 上云计划描述
注意:此字段可能返回 null,表示取不到有效值。public LifeCycleData getLifeCycle()
public void setLifeCycle(LifeCycleData LifeCycle)
LifeCycle
- 云文件生命周期public String getStreamType()
public void setStreamType(String StreamType)
StreamType
- 码流类型,default:设备默认码流类型,main:主码流,sub:子码流,其他根据设备能力集自定义
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.