Class LicenseSummaryData
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.memberentitlementmanagement.types.LicenseSummaryData
Summary of Licenses in the organization.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
getTotal()
int
boolean
void
setAccountLicenseType
(String accountLicenseType) void
setAssigned
(int assigned) void
setAvailable
(int available) void
setDisabled
(int disabled) void
setIncludedQuantity
(int includedQuantity) void
setLicenseName
(String licenseName) void
setMsdnLicenseType
(String msdnLicenseType) void
setNextBillingDate
(String nextBillingDate) void
setPurchasable
(boolean purchasable) void
void
setTotal
(int total) void
setTotalAfterNextBillingDate
(int totalAfterNextBillingDate) Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Constructor Details
-
LicenseSummaryData
public LicenseSummaryData()
-
-
Method Details
-
getAccountLicenseType
-
setAccountLicenseType
-
getAssigned
public int getAssigned() -
setAssigned
public void setAssigned(int assigned) -
getAvailable
public int getAvailable() -
setAvailable
public void setAvailable(int available) -
getDisabled
public int getDisabled() -
setDisabled
public void setDisabled(int disabled) -
getIncludedQuantity
public int getIncludedQuantity() -
setIncludedQuantity
public void setIncludedQuantity(int includedQuantity) -
isPurchasable
public boolean isPurchasable() -
setPurchasable
public void setPurchasable(boolean purchasable) -
getLicenseName
-
setLicenseName
-
getMsdnLicenseType
-
setMsdnLicenseType
-
getNextBillingDate
-
setNextBillingDate
-
getSource
-
setSource
-
getTotal
public int getTotal() -
setTotal
public void setTotal(int total) -
getTotalAfterNextBillingDate
public int getTotalAfterNextBillingDate() -
setTotalAfterNextBillingDate
public void setTotalAfterNextBillingDate(int totalAfterNextBillingDate)
-