public class Plan extends Object
| Constructor and Description |
|---|
Plan() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name value.
|
String |
product()
Get the product value.
|
String |
promotionCode()
Get the promotionCode value.
|
String |
publisher()
Get the publisher value.
|
String |
version()
Get the version value.
|
Plan |
withName(String name)
Set the name value.
|
Plan |
withProduct(String product)
Set the product value.
|
Plan |
withPromotionCode(String promotionCode)
Set the promotionCode value.
|
Plan |
withPublisher(String publisher)
Set the publisher value.
|
Plan |
withVersion(String version)
Set the version value.
|
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()
public Plan withPromotionCode(String promotionCode)
promotionCode - the promotionCode value to setpublic String version()
Copyright © 2019. All rights reserved.