PurchasePlan 类
定义
Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.
public class PurchasePlan
- 继承
-
java.lang.ObjectPurchasePlan
方法
name() |
Get the name value.
|
product() |
Get the product value.
|
publisher() |
Get the publisher value.
|
withName(String name) |
Set the name value.
|
withProduct(String product) |
Set the product value.
|
withPublisher(String publisher) |
Set the publisher value.
|