CustomerLicensesDeploymentInsights Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. analytics. CustomerLicensesInsightsBase - com.
microsoft. store. partnercenter. models. analytics. CustomerLicensesDeploymentInsights
- com.
- com.
public class CustomerLicensesDeploymentInsights extends CustomerLicensesInsightsBase
Holds analytics information about deployment of licenses at the customer level.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| CustomerLicensesDeploymentInsights() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| double | getDeploymentPercent() |
| long | getLicensesDeployed() |
| long | getLicensesSold() |
| void | setDeploymentPercent(double value) |
| void | setLicensesDeployed(long value) |
| void | setLicensesSold(long value) |
Inherited Members
Constructor Details
CustomerLicensesDeploymentInsights
public CustomerLicensesDeploymentInsights()
Method Details
getDeploymentPercent
public double getDeploymentPercent()
getLicensesDeployed
public long getLicensesDeployed()
getLicensesSold
public long getLicensesSold()
setDeploymentPercent
public void setDeploymentPercent(double value)
Parameters:
setLicensesDeployed
public void setLicensesDeployed(long value)
Parameters:
setLicensesSold
public void setLicensesSold(long value)
Parameters: