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) |
public int getSizeInGB()
public void setSizeInGB(int sizeInGB)
public CdsItem withSizeInGB(int sizeInGB)
sizeInGB - disk sizepublic String getMediumType()
public void setMediumType(String mediumType)
Copyright © 2022. All rights reserved.