com.baidubce.services.dugo.project
Class ProjectInfoVo
java.lang.Object
com.baidubce.services.dugo.project.ProjectInfoVo
public class ProjectInfoVo
- extends Object
the project info
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 |
ProjectInfoVo
public ProjectInfoVo()
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getType
public Integer getType()
setType
public void setType(Integer type)
getRegion
public String getRegion()
setRegion
public void setRegion(String region)
getProtocol
public String getProtocol()
setProtocol
public void setProtocol(String protocol)
getTotalQuota
public Integer getTotalQuota()
setTotalQuota
public void setTotalQuota(Integer totalQuota)
getUsedQuota
public Integer getUsedQuota()
setUsedQuota
public void setUsedQuota(Integer usedQuota)
getAddress
public List<String> getAddress()
setAddress
public void setAddress(List<String> address)
getOtaEnabled
public Boolean getOtaEnabled()
setOtaEnabled
public void setOtaEnabled(Boolean otaEnabled)
getOtaId
public String getOtaId()
setOtaId
public void setOtaId(String otaId)
getOtaSecret
public String getOtaSecret()
setOtaSecret
public void setOtaSecret(String otaSecret)
Copyright © 2018. All rights reserved.