com.baidubce.services.dugo.project
Class BatchInfoVo
java.lang.Object
com.baidubce.services.dugo.project.BatchInfoVo
public class BatchInfoVo
- extends Object
the info of the batch
Created by liuzhenxing01 on 2018/10/24.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchInfoVo
public BatchInfoVo()
getId
public String getId()
setId
public void setId(String id)
getTotalQuota
public Integer getTotalQuota()
setTotalQuota
public void setTotalQuota(Integer totalQuota)
getCreateTime
public Date getCreateTime()
setCreateTime
public void setCreateTime(Date createTime)
getExpireTime
public Date getExpireTime()
setExpireTime
public void setExpireTime(Date expireTime)
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
Copyright © 2018. All rights reserved.