public static class OrganizationSubscriptionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public OrganizationSubscriptionSummary.Builder id(String id)
SPM internal Subscription ID
id
- the value to setpublic OrganizationSubscriptionSummary.Builder serviceName(String serviceName)
Customer friendly service name provided by PRG
serviceName
- the value to setpublic OrganizationSubscriptionSummary.Builder type(String type)
Subscription Type i.e. IAAS,SAAS,PAAS
type
- the value to setpublic OrganizationSubscriptionSummary.Builder status(String status)
Status of the plan
status
- the value to setpublic OrganizationSubscriptionSummary.Builder timeStart(Date timeStart)
Represents the date when the first service of the subscription was activated
timeStart
- the value to setpublic OrganizationSubscriptionSummary.Builder timeEnd(Date timeEnd)
Represents the date when the last service of the subscription ends
timeEnd
- the value to setpublic OrganizationSubscriptionSummary.Builder currency(OrgnizationSubsCurrency currency)
public OrganizationSubscriptionSummary.Builder totalValue(String totalValue)
Total aggregate TCLV of all lines for the subscription including expired, active, and signed
totalValue
- the value to setpublic OrganizationSubscriptionSummary build()
public OrganizationSubscriptionSummary.Builder copy(OrganizationSubscriptionSummary model)
Copyright © 2016–2024. All rights reserved.