Class CreateAIDetectionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.CreateAIDetectionRequest
-
public class CreateAIDetectionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateAIDetectionRequest()CreateAIDetectionRequest(CreateAIDetectionRequest 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 StringgetDeviceName()Get 设备名称LonggetEndTime()Get 图片上传的结束时间StringgetModelId()Get AI模型IDStringgetProductId()Get 产品IDLonggetStartTime()Get 图片上传的开始时间voidsetDeviceName(String DeviceName)Set 设备名称voidsetEndTime(Long EndTime)Set 图片上传的结束时间voidsetModelId(String ModelId)Set AI模型IDvoidsetProductId(String ProductId)Set 产品IDvoidsetStartTime(Long StartTime)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
-
CreateAIDetectionRequest
public CreateAIDetectionRequest()
-
CreateAIDetectionRequest
public CreateAIDetectionRequest(CreateAIDetectionRequest 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
-
getProductId
public String getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(String ProductId)
Set 产品ID- Parameters:
ProductId- 产品ID
-
getDeviceName
public String getDeviceName()
Get 设备名称- Returns:
- DeviceName 设备名称
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备名称- Parameters:
DeviceName- 设备名称
-
getModelId
public String getModelId()
Get AI模型ID- Returns:
- ModelId AI模型ID
-
setModelId
public void setModelId(String ModelId)
Set AI模型ID- Parameters:
ModelId- AI模型ID
-
getStartTime
public Long getStartTime()
Get 图片上传的开始时间- Returns:
- StartTime 图片上传的开始时间
-
setStartTime
public void setStartTime(Long StartTime)
Set 图片上传的开始时间- Parameters:
StartTime- 图片上传的开始时间
-
getEndTime
public Long getEndTime()
Get 图片上传的结束时间- Returns:
- EndTime 图片上传的结束时间
-
setEndTime
public void setEndTime(Long EndTime)
Set 图片上传的结束时间- Parameters:
EndTime- 图片上传的结束时间
-
-