public class RecordPlanDetail extends AbstractModel
Constructor and Description |
---|
RecordPlanDetail() |
RecordPlanDetail(RecordPlanDetail 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 |
---|---|
ChannelItem[] |
getChannels()
Get 绑定的通道列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 计划名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPlanId()
Get 计划ID
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRecordStorageTime()
Get 存储周期(天)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTimeTemplateId()
Get 时间模板ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTimeTemplateName()
Get 时间模板名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setChannels(ChannelItem[] Channels)
Set 绑定的通道列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 计划名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPlanId(String PlanId)
Set 计划ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRecordStorageTime(Long RecordStorageTime)
Set 存储周期(天)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTimeTemplateId(String TimeTemplateId)
Set 时间模板ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTimeTemplateName(String TimeTemplateName)
Set 时间模板名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RecordPlanDetail()
public RecordPlanDetail(RecordPlanDetail source)
public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- 计划ID
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 计划名称
注意:此字段可能返回 null,表示取不到有效值。public String getTimeTemplateId()
public void setTimeTemplateId(String TimeTemplateId)
TimeTemplateId
- 时间模板ID
注意:此字段可能返回 null,表示取不到有效值。public String getTimeTemplateName()
public void setTimeTemplateName(String TimeTemplateName)
TimeTemplateName
- 时间模板名称
注意:此字段可能返回 null,表示取不到有效值。public ChannelItem[] getChannels()
public void setChannels(ChannelItem[] Channels)
Channels
- 绑定的通道列表
注意:此字段可能返回 null,表示取不到有效值。public Long getRecordStorageTime()
public void setRecordStorageTime(Long RecordStorageTime)
RecordStorageTime
- 存储周期(天)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.