public class VideoBatch extends AbstractModel
Constructor and Description |
---|
VideoBatch() |
VideoBatch(VideoBatch 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 |
getBatchURL()
Get 批次下载地址
|
Long |
getCreateTime()
Get 创建时间。unix时间戳
|
Long |
getDevNum()
Get 设备数量
|
Long |
getDevNumCreated()
Get 已创建设备数量
|
String |
getDevPre()
Get 设备前缀
|
Long |
getId()
Get 批次ID
|
String |
getProductId()
Get 产品ID
|
Long |
getStatus()
Get 状态:1:待创建设备 2:创建中 3:已完成
|
Long |
getUpdateTime()
Get 修改时间。unix时间戳
|
String |
getUserId()
Get 用户ID
|
void |
setBatchURL(String BatchURL)
Set 批次下载地址
|
void |
setCreateTime(Long CreateTime)
Set 创建时间。unix时间戳
|
void |
setDevNum(Long DevNum)
Set 设备数量
|
void |
setDevNumCreated(Long DevNumCreated)
Set 已创建设备数量
|
void |
setDevPre(String DevPre)
Set 设备前缀
|
void |
setId(Long Id)
Set 批次ID
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setStatus(Long Status)
Set 状态:1:待创建设备 2:创建中 3:已完成
|
void |
setUpdateTime(Long UpdateTime)
Set 修改时间。unix时间戳
|
void |
setUserId(String UserId)
Set 用户ID
|
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 VideoBatch()
public VideoBatch(VideoBatch source)
public Long getId()
public void setId(Long Id)
Id
- 批次IDpublic String getUserId()
public void setUserId(String UserId)
UserId
- 用户IDpublic String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic Long getStatus()
public void setStatus(Long Status)
Status
- 状态:1:待创建设备 2:创建中 3:已完成public String getDevPre()
public void setDevPre(String DevPre)
DevPre
- 设备前缀public Long getDevNum()
public void setDevNum(Long DevNum)
DevNum
- 设备数量public Long getDevNumCreated()
public void setDevNumCreated(Long DevNumCreated)
DevNumCreated
- 已创建设备数量public String getBatchURL()
public void setBatchURL(String BatchURL)
BatchURL
- 批次下载地址public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 创建时间。unix时间戳public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- 修改时间。unix时间戳Copyright © 2022. All rights reserved.