Class LicensedCiUsageDto


  • public class LicensedCiUsageDto
    extends com.xebialabs.deployit.engine.api.dto.AbstractDto
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCiType()  
      int getInUse()  
      int getLicensed()  
      void setCiType​(java.lang.String ciType)  
      void setInUse​(int inUse)  
      void setLicensed​(int licensed)  
      • Methods inherited from class com.xebialabs.deployit.engine.api.dto.AbstractDto

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LicensedCiUsageDto

        public LicensedCiUsageDto()
      • LicensedCiUsageDto

        public LicensedCiUsageDto​(java.lang.String ciType,
                                  int licensed,
                                  int inUse)
    • Method Detail

      • getCiType

        public java.lang.String getCiType()
      • setCiType

        public void setCiType​(java.lang.String ciType)
      • getLicensed

        public int getLicensed()
      • setLicensed

        public void setLicensed​(int licensed)
      • getInUse

        public int getInUse()
      • setInUse

        public void setInUse​(int inUse)