CustomerLicensesDeploymentInsights Class

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

CustomerLicensesInsightsBase.getCustomerId() CustomerLicensesInsightsBase.getCustomerName() CustomerLicensesInsightsBase.getProductName() CustomerLicensesInsightsBase.getServiceCode() CustomerLicensesInsightsBase.setCustomerId(String value) CustomerLicensesInsightsBase.setCustomerName(String value) CustomerLicensesInsightsBase.setProductName(String value) CustomerLicensesInsightsBase.setServiceCode(String value) java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

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:

value

setLicensesDeployed

public void setLicensesDeployed(long value)

Parameters:

value

setLicensesSold

public void setLicensesSold(long value)

Parameters:

value

Applies to