public class IcmLicenseDto extends Object implements Serializable
| Constructor and Description |
|---|
IcmLicenseDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
getConsumedCount() |
String |
getLicenseType() |
int |
getRequiredCount() |
IcmLicenseStates |
getState() |
int |
hashCode() |
void |
setConsumedCount(int consumedCount) |
void |
setLicenseType(String licenseType) |
void |
setRequiredCount(int requiredCount) |
void |
setState(IcmLicenseStates state) |
String |
toString() |
public int getConsumedCount()
public void setConsumedCount(int consumedCount)
consumedCount - the consumedCount to setpublic String getLicenseType()
public void setLicenseType(String licenseType)
licenseType - the licenseType to setpublic int getRequiredCount()
public void setRequiredCount(int requiredCount)
requiredCount - the requiredCount to setpublic IcmLicenseStates getState()
public void setState(IcmLicenseStates state)
state - the state to setCopyright © 2017. All rights reserved.