Class CustomerLicensesDeploymentInsights
java.lang.Object
com.microsoft.store.partnercenter.models.analytics.CustomerLicensesInsightsBase
com.microsoft.store.partnercenter.models.analytics.CustomerLicensesDeploymentInsights
public class CustomerLicensesDeploymentInsights extends CustomerLicensesInsightsBase
Holds analytics information about deployment of licenses at the customer level.
-
Constructor Summary
Constructors Constructor Description CustomerLicensesDeploymentInsights() -
Method Summary
Modifier and Type Method Description doublegetDeploymentPercent()longgetLicensesDeployed()longgetLicensesSold()voidsetDeploymentPercent(double value)voidsetLicensesDeployed(long value)voidsetLicensesSold(long value)Methods inherited from class com.microsoft.store.partnercenter.models.analytics.CustomerLicensesInsightsBase
getCustomerId, getCustomerName, getProductName, getServiceCode, setCustomerId, setCustomerName, setProductName, setServiceCode
-
Constructor Details
-
CustomerLicensesDeploymentInsights
public CustomerLicensesDeploymentInsights()
-
-
Method Details
-
getLicensesDeployed
public long getLicensesDeployed() -
setLicensesDeployed
public void setLicensesDeployed(long value) -
getLicensesSold
public long getLicensesSold() -
setLicensesSold
public void setLicensesSold(long value) -
getDeploymentPercent
public double getDeploymentPercent() -
setDeploymentPercent
public void setDeploymentPercent(double value)
-