public class ListRecordBackupPlanDevicesRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ListRecordBackupPlanDevicesRequest() |
ListRecordBackupPlanDevicesRequest(ListRecordBackupPlanDevicesRequest 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 |
getChannelName()
Get 按照通道名称查询(为空时,不参考该参数)
|
String |
getDeviceName()
Get 按照设备名称查询(为空时,不参考该参数)
|
String |
getOrganizationName()
Get 按照组织名称查询(为空时,不参考该参数)
|
Long |
getPageNumber()
Get 分页页数
|
Long |
getPageSize()
Get 每页最大数量
|
String |
getPlanId()
Get 录像计划ID(从查询录像上云计划列表接口ListRecordBackupPlans中获取)
|
void |
setChannelName(String ChannelName)
Set 按照通道名称查询(为空时,不参考该参数)
|
void |
setDeviceName(String DeviceName)
Set 按照设备名称查询(为空时,不参考该参数)
|
void |
setOrganizationName(String OrganizationName)
Set 按照组织名称查询(为空时,不参考该参数)
|
void |
setPageNumber(Long PageNumber)
Set 分页页数
|
void |
setPageSize(Long PageSize)
Set 每页最大数量
|
void |
setPlanId(String PlanId)
Set 录像计划ID(从查询录像上云计划列表接口ListRecordBackupPlans中获取)
|
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, toJsonStringpublic ListRecordBackupPlanDevicesRequest()
public ListRecordBackupPlanDevicesRequest(ListRecordBackupPlanDevicesRequest source)
public String getPlanId()
public void setPlanId(String PlanId)
PlanId - 录像计划ID(从查询录像上云计划列表接口ListRecordBackupPlans中获取)public String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 按照设备名称查询(为空时,不参考该参数)public String getChannelName()
public void setChannelName(String ChannelName)
ChannelName - 按照通道名称查询(为空时,不参考该参数)public String getOrganizationName()
public void setOrganizationName(String OrganizationName)
OrganizationName - 按照组织名称查询(为空时,不参考该参数)public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 每页最大数量public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 分页页数Copyright © 2024. All rights reserved.