Class PartnerLicensesDeploymentInsights
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.analytics.LicensesInsightsBase
com.microsoft.store.partnercenter.models.analytics.PartnerLicensesDeploymentInsights
public class PartnerLicensesDeploymentInsights extends LicensesInsightsBase
Holds the analytics information about the deployment of all customers'
licenses of the given partner.
-
Constructor Summary
Constructors Constructor Description PartnerLicensesDeploymentInsights() -
Method Summary
Modifier and Type Method Description longgetLicensesSold()doublegetProratedDeploymentPercent()voidsetLicensesSold(long value)voidsetProratedDeploymentPercent(double value)Methods inherited from class com.microsoft.store.partnercenter.models.analytics.LicensesInsightsBase
getChannel, getProcessedDateTime, getServiceName, setChannel, setProcessedDateTime, setServiceName
-
Constructor Details
-
PartnerLicensesDeploymentInsights
public PartnerLicensesDeploymentInsights()
-
-
Method Details
-
getLicensesSold
public long getLicensesSold() -
setLicensesSold
public void setLicensesSold(long value) -
getProratedDeploymentPercent
public double getProratedDeploymentPercent() -
setProratedDeploymentPercent
public void setProratedDeploymentPercent(double value)
-