Class LicensesInsightsBase
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.analytics.LicensesInsightsBase
- Direct Known Subclasses:
PartnerLicensesDeploymentInsights,PartnerLicensesUsageInsights
public abstract class LicensesInsightsBase extends ResourceBase
Encapsulation of common properties of all licenses' insights.
-
Constructor Summary
Constructors Constructor Description LicensesInsightsBase() -
Method Summary
Modifier and Type Method Description StringgetChannel()org.joda.time.DateTimegetProcessedDateTime()StringgetServiceName()voidsetChannel(String value)voidsetProcessedDateTime(org.joda.time.DateTime value)voidsetServiceName(String value)
-
Constructor Details
-
LicensesInsightsBase
public LicensesInsightsBase()
-
-
Method Details
-
getProcessedDateTime
public org.joda.time.DateTime getProcessedDateTime() -
setProcessedDateTime
public void setProcessedDateTime(org.joda.time.DateTime value) -
getServiceName
-
setServiceName
-
getChannel
-
setChannel
-