Class UpdateRecordBackupPlanData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.UpdateRecordBackupPlanData
-
public class UpdateRecordBackupPlanData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateRecordBackupPlanData()UpdateRecordBackupPlanData(UpdateRecordBackupPlanData 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetChannelCount()Get 通道数量StringgetCreateAt()Get 创建时间StringgetDescribe()Get 录像上云计划描述LifeCycleDatagetLifeCycle()Get 云文件生命周期StringgetPlanId()Get 录像上云计划IDStringgetPlanName()Get 录像上云计划名称LonggetStatus()Get 录像上云计划状态,1:正常使用中,0:删除中,无法使用StringgetTemplateId()Get 录像上云模板IDStringgetUpdateAt()Get 修改时间voidsetChannelCount(Long ChannelCount)Set 通道数量voidsetCreateAt(String CreateAt)Set 创建时间voidsetDescribe(String Describe)Set 录像上云计划描述voidsetLifeCycle(LifeCycleData LifeCycle)Set 云文件生命周期voidsetPlanId(String PlanId)Set 录像上云计划IDvoidsetPlanName(String PlanName)Set 录像上云计划名称voidsetStatus(Long Status)Set 录像上云计划状态,1:正常使用中,0:删除中,无法使用voidsetTemplateId(String TemplateId)Set 录像上云模板IDvoidsetUpdateAt(String UpdateAt)Set 修改时间voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UpdateRecordBackupPlanData
public UpdateRecordBackupPlanData()
-
UpdateRecordBackupPlanData
public UpdateRecordBackupPlanData(UpdateRecordBackupPlanData 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.
-
-
Method Detail
-
getPlanId
public String getPlanId()
Get 录像上云计划ID- Returns:
- PlanId 录像上云计划ID
-
setPlanId
public void setPlanId(String PlanId)
Set 录像上云计划ID- Parameters:
PlanId- 录像上云计划ID
-
getPlanName
public String getPlanName()
Get 录像上云计划名称- Returns:
- PlanName 录像上云计划名称
-
setPlanName
public void setPlanName(String PlanName)
Set 录像上云计划名称- Parameters:
PlanName- 录像上云计划名称
-
getTemplateId
public String getTemplateId()
Get 录像上云模板ID- Returns:
- TemplateId 录像上云模板ID
-
setTemplateId
public void setTemplateId(String TemplateId)
Set 录像上云模板ID- Parameters:
TemplateId- 录像上云模板ID
-
getDescribe
public String getDescribe()
Get 录像上云计划描述- Returns:
- Describe 录像上云计划描述
-
setDescribe
public void setDescribe(String Describe)
Set 录像上云计划描述- Parameters:
Describe- 录像上云计划描述
-
getLifeCycle
public LifeCycleData getLifeCycle()
Get 云文件生命周期- Returns:
- LifeCycle 云文件生命周期
-
setLifeCycle
public void setLifeCycle(LifeCycleData LifeCycle)
Set 云文件生命周期- Parameters:
LifeCycle- 云文件生命周期
-
getStatus
public Long getStatus()
Get 录像上云计划状态,1:正常使用中,0:删除中,无法使用- Returns:
- Status 录像上云计划状态,1:正常使用中,0:删除中,无法使用
-
setStatus
public void setStatus(Long Status)
Set 录像上云计划状态,1:正常使用中,0:删除中,无法使用- Parameters:
Status- 录像上云计划状态,1:正常使用中,0:删除中,无法使用
-
getChannelCount
public Long getChannelCount()
Get 通道数量- Returns:
- ChannelCount 通道数量
-
setChannelCount
public void setChannelCount(Long ChannelCount)
Set 通道数量- Parameters:
ChannelCount- 通道数量
-
getCreateAt
public String getCreateAt()
Get 创建时间- Returns:
- CreateAt 创建时间
-
setCreateAt
public void setCreateAt(String CreateAt)
Set 创建时间- Parameters:
CreateAt- 创建时间
-
getUpdateAt
public String getUpdateAt()
Get 修改时间- Returns:
- UpdateAt 修改时间
-
setUpdateAt
public void setUpdateAt(String UpdateAt)
Set 修改时间- Parameters:
UpdateAt- 修改时间
-
-