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 booleanequals(Object o)Collection<CleanRoomInfo>getCleanRooms()inthashCode()ListCleanRoomsResponsesetCleanRooms(Collection<CleanRoomInfo> cleanRooms)StringtoString()
-
-
-
Method Detail
-
setCleanRooms
public ListCleanRoomsResponse setCleanRooms(Collection<CleanRoomInfo> cleanRooms)
-
getCleanRooms
public Collection<CleanRoomInfo> getCleanRooms()
-
-