public class PurchasePlan extends Object
Constructor and Description |
---|
PurchasePlan() |
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the plan ID.
|
String |
product()
Get specifies the product of the image from the marketplace.
|
String |
publisher()
Get the publisher ID.
|
PurchasePlan |
withName(String name)
Set the plan ID.
|
PurchasePlan |
withProduct(String product)
Set specifies the product of the image from the marketplace.
|
PurchasePlan |
withPublisher(String publisher)
Set the publisher ID.
|
public String publisher()
public PurchasePlan withPublisher(String publisher)
publisher
- the publisher value to setpublic String name()
public PurchasePlan withName(String name)
name
- the name value to setpublic String product()
public PurchasePlan withProduct(String product)
product
- the product value to setCopyright © 2019. All rights reserved.