CustomerLicensesInsightsBase Class

  • java.lang.Object
    • com.microsoft.store.partnercenter.models.analytics.CustomerLicensesInsightsBase

public abstract class CustomerLicensesInsightsBase

Class that represents the currency related information.

Constructor Summary

Constructor Description
CustomerLicensesInsightsBase()

Method Summary

Modifier and Type Method and Description
java.lang.String getCustomerId()
java.lang.String getCustomerName()
java.lang.String getProductName()
java.lang.String getServiceCode()
void setCustomerId(String value)
void setCustomerName(String value)
void setProductName(String value)
void setServiceCode(String value)

Inherited Members

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

CustomerLicensesInsightsBase

public CustomerLicensesInsightsBase()

Method Details

getCustomerId

public String getCustomerId()

getCustomerName

public String getCustomerName()

getProductName

public String getProductName()

getServiceCode

public String getServiceCode()

setCustomerId

public void setCustomerId(String value)

Parameters:

value

setCustomerName

public void setCustomerName(String value)

Parameters:

value

setProductName

public void setProductName(String value)

Parameters:

value

setServiceCode

public void setServiceCode(String value)

Parameters:

value

Applies to