public static class VolumeResult.Volume extends GenericModel
Constructor and Description |
---|
Volume() |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Gets the count.
|
java.util.List<java.lang.Integer> |
getSlices()
Gets the slices.
|
void |
setCount(int count)
Sets the count.
|
void |
setSlices(java.util.List<java.lang.Integer> slices)
Sets the slices.
|
equals, hashCode, toString
public int getCount()
public java.util.List<java.lang.Integer> getSlices()
public void setCount(int count)
count
- The countpublic void setSlices(java.util.List<java.lang.Integer> slices)
slices
- The slices