public class CdsItem extends Object
| Constructor and Description |
|---|
CdsItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMediumType() |
int |
getSizeInGB() |
void |
setMediumType(String mediumType) |
void |
setSizeInGB(int sizeInGB) |
CdsItem |
withMediumType(String mediumType) |
CdsItem |
withSizeInGB(int sizeInGB) |
Copyright © 2019. All rights reserved.