public class LicensedCiUsageDto
extends com.xebialabs.deployit.engine.api.dto.AbstractDto
| Constructor and Description |
|---|
LicensedCiUsageDto() |
LicensedCiUsageDto(java.lang.String ciType,
int licensed,
int inUse) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCiType() |
int |
getInUse() |
int |
getLicensed() |
void |
setCiType(java.lang.String ciType) |
void |
setInUse(int inUse) |
void |
setLicensed(int licensed) |