com.baidubce.services.dugo.project
Class ProjectInfoVo

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

public class ProjectInfoVo
extends Object

the project info Created by liuzhenxing01 on 2018/10/24.


Constructor Summary
ProjectInfoVo()
           
 
Method Summary
 List<String> getAddress()
           
 String getId()
           
 String getName()
           
 Boolean getOtaEnabled()
           
 String getOtaId()
           
 String getOtaSecret()
           
 String getProtocol()
           
 String getRegion()
           
 Integer getTotalQuota()
           
 Integer getType()
           
 Integer getUsedQuota()
           
 void setAddress(List<String> address)
           
 void setId(String id)
           
 void setName(String name)
           
 void setOtaEnabled(Boolean otaEnabled)
           
 void setOtaId(String otaId)
           
 void setOtaSecret(String otaSecret)
           
 void setProtocol(String protocol)
           
 void setRegion(String region)
           
 void setTotalQuota(Integer totalQuota)
           
 void setType(Integer type)
           
 void setUsedQuota(Integer usedQuota)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectInfoVo

public ProjectInfoVo()
Method Detail

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.