public class Sku extends Object
| Constructor and Description |
|---|
Sku() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
capacity()
Get the capacity value.
|
SkuName |
name()
Get the name value.
|
SkuTier |
tier()
Get the tier value.
|
Sku |
withCapacity(Integer capacity)
Set the capacity value.
|
Sku |
withName(SkuName name)
Set the name value.
|
Sku |
withTier(SkuTier tier)
Set the tier value.
|
public SkuName name()
public Sku withName(SkuName name)
name - the name value to setpublic SkuTier tier()
public Sku withTier(SkuTier tier)
tier - the tier value to setpublic Integer capacity()
Copyright © 2019. All rights reserved.