Class ListVolumesResponseContent
- java.lang.Object
-
- com.databricks.sdk.service.catalog.ListVolumesResponseContent
-
@Generated public class ListVolumesResponseContent extends Object
-
-
Constructor Summary
Constructors Constructor Description ListVolumesResponseContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<VolumeInfo>getVolumes()inthashCode()ListVolumesResponseContentsetVolumes(Collection<VolumeInfo> volumes)StringtoString()
-
-
-
Method Detail
-
setVolumes
public ListVolumesResponseContent setVolumes(Collection<VolumeInfo> volumes)
-
getVolumes
public Collection<VolumeInfo> getVolumes()
-
-