Plan Class
Definition
Plan for the resource.
public class Plan
- Inheritance
-
java.lang.ObjectPlan
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)
Constructors
| Plan() |
Methods
| name() |
Get the plan ID. |
| product() |
Get the offer ID. |
| promotionCode() |
Get the promotion code. |
| publisher() |
Get the publisher ID. |
| version() |
Get the plan's version. |
| withName(String name) |
Set the plan ID. |
| withProduct(String product) |
Set the offer ID. |
| withPromotionCode(String promotionCode) |
Set the promotion code. |
| withPublisher(String publisher) |
Set the publisher ID. |
| withVersion(String version) |
Set the plan's version. |