Class ListCleanRoomsResponse
- java.lang.Object
-
- com.databricks.sdk.service.sharing.ListCleanRoomsResponse
-
@Generated public class ListCleanRoomsResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ListCleanRoomsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<CleanRoomInfo>
getCleanRooms()
int
hashCode()
ListCleanRoomsResponse
setCleanRooms(Collection<CleanRoomInfo> cleanRooms)
String
toString()
-
-
-
Method Detail
-
setCleanRooms
public ListCleanRoomsResponse setCleanRooms(Collection<CleanRoomInfo> cleanRooms)
-
getCleanRooms
public Collection<CleanRoomInfo> getCleanRooms()
-
-