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