public class Plan extends Object
Constructor and Description |
---|
Plan() |
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 |
promotionCode()
Get the promotion code.
|
String |
publisher()
Get the publisher ID.
|
Plan |
withName(String name)
Set the plan ID.
|
Plan |
withProduct(String product)
Set specifies the product of the image from the marketplace.
|
Plan |
withPromotionCode(String promotionCode)
Set the promotion code.
|
Plan |
withPublisher(String publisher)
Set the publisher ID.
|
public String name()
public Plan withName(String name)
name
- the name value to setpublic String publisher()
public Plan withPublisher(String publisher)
publisher
- the publisher value to setpublic String product()
public Plan withProduct(String product)
product
- the product value to setpublic String promotionCode()
Copyright © 2019. All rights reserved.