com.baidubce.services.dugo.project
Class BatchInfoVo

java.lang.Object
  extended by com.baidubce.services.dugo.project.BatchInfoVo

public class BatchInfoVo
extends Object

the info of the batch Created by liuzhenxing01 on 2018/10/24.


Constructor Summary
BatchInfoVo()
           
 
Method Summary
 Date getCreateTime()
           
 String getDescription()
           
 Date getExpireTime()
           
 String getId()
           
 String getStatus()
           
 Integer getTotalQuota()
           
 void setCreateTime(Date createTime)
           
 void setDescription(String description)
           
 void setExpireTime(Date expireTime)
           
 void setId(String id)
           
 void setStatus(String status)
           
 void setTotalQuota(Integer totalQuota)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchInfoVo

public BatchInfoVo()
Method Detail

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.