Package com.mypurecloud.sdk.v2.model
Class BillingUsageReport
java.lang.Object
com.mypurecloud.sdk.v2.model.BillingUsageReport
- All Implemented Interfaces:
Serializable
BillingUsageReport
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGeneration status of report -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe period end date.booleangetId()getName()inthashCode()voidsetEndDate(Date endDate) voidvoidsetStartDate(Date startDate) voidvoidsetUsages(List<BillingUsage> usages) The period start date.status(BillingUsageReport.StatusEnum status) Generation status of reporttoString()usages(List<BillingUsage> usages) The usages for the given period.
-
Constructor Details
-
BillingUsageReport
public BillingUsageReport() -
BillingUsageReport
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
startDate
The period start date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartDate
-
setStartDate
-
endDate
The period end date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEndDate
-
setEndDate
-
status
Generation status of report -
getStatus
-
setStatus
-
usages
The usages for the given period. -
getUsages
-
setUsages
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-