Class LicensedCiUsageDto

java.lang.Object
com.xebialabs.deployit.engine.api.dto.AbstractDto
com.xebialabs.deployit.core.api.dto.LicensedCiUsageDto

public class LicensedCiUsageDto extends com.xebialabs.deployit.engine.api.dto.AbstractDto
  • Constructor Details

    • LicensedCiUsageDto

      public LicensedCiUsageDto()
    • LicensedCiUsageDto

      public LicensedCiUsageDto(String ciType, int licensed, int inUse)
  • Method Details

    • getCiType

      public String getCiType()
    • setCiType

      public void setCiType(String ciType)
    • getLicensed

      public int getLicensed()
    • setLicensed

      public void setLicensed(int licensed)
    • getInUse

      public int getInUse()
    • setInUse

      public void setInUse(int inUse)