public class CreateAIDetectionRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeviceName()
Get 设备名称
|
Long |
getEndTime()
Get 图片上传的结束时间
|
String |
getModelId()
Get AI模型ID
|
String |
getProductId()
Get 产品ID
|
Long |
getStartTime()
Get 图片上传的开始时间
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setEndTime(Long EndTime)
Set 图片上传的结束时间
|
void |
setModelId(String ModelId)
Set AI模型ID
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setStartTime(Long StartTime)
Set 图片上传的开始时间
|
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 CreateAIDetectionRequest()
public CreateAIDetectionRequest(CreateAIDetectionRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称public String getModelId()
public void setModelId(String ModelId)
ModelId
- AI模型IDpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 图片上传的开始时间public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 图片上传的结束时间Copyright © 2021. All rights reserved.