public class Sku extends Object
| Constructor and Description |
|---|
Sku() |
| Modifier and Type | Method and Description |
|---|---|
int |
capacity()
Get the capacity value.
|
SkuFamily |
family()
Get the family value.
|
SkuName |
name()
Get the name value.
|
Sku |
withCapacity(int capacity)
Set the capacity value.
|
Sku |
withFamily(SkuFamily family)
Set the family value.
|
Sku |
withName(SkuName name)
Set the name value.
|
public SkuName name()
public Sku withName(SkuName name)
name - the name value to setpublic SkuFamily family()
public Sku withFamily(SkuFamily family)
family - the family value to setpublic int capacity()
public Sku withCapacity(int capacity)
capacity - the capacity value to setCopyright © 2019. All rights reserved.