public class PartnerSubscription extends IdResource
Constructor and Description |
---|
PartnerSubscription()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getAnnualRenewalOn()
Returns the annual renewal date of the subscription.
|
String |
getExpiresOn()
Returns the expiry date of the subscription.
|
List<ProductLevel> |
getProducts()
Returns the list of product levels for the subscription.
|
String |
getStartsOn()
Returns the start date of the subscription.
|
String |
getStatus()
Returns the status of the subscription.
|
void |
setAnnualRenewalOn(String annualRenewalOn)
Sets the annual renewal date of the subscription.
|
void |
setExpiresOn(String expiresOn)
Sets the expiry date of the subscription.
|
void |
setProducts(List<ProductLevel> products)
Sets the list of product levels for the subscription.
|
void |
setStartsOn(String startsOn)
Sets the start date of the subscription.
|
String |
toString()
Returns a string representation of the object.
|
getId, setId
public void setStartsOn(String startsOn)
startsOn
- The start date of the subscriptionpublic String getStartsOn()
public void setExpiresOn(String expiresOn)
expiresOn
- The expiry date of the subscriptionpublic String getExpiresOn()
public void setAnnualRenewalOn(String annualRenewalOn)
annualRenewalOn
- The annual renewal date of the subscriptionpublic String getAnnualRenewalOn()
public void setProducts(List<ProductLevel> products)
products
- The list of product levels for the subscriptionpublic List<ProductLevel> getProducts()
public String getStatus()
public String toString()
toString
in class IdResource
Copyright © 2018. All rights reserved.