Class CleanRoomInfo
- java.lang.Object
-
- com.databricks.sdk.service.sharing.CleanRoomInfo
-
@Generated public class CleanRoomInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description CleanRoomInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetComment()LonggetCreatedAt()StringgetCreatedBy()Collection<CleanRoomCatalog>getLocalCatalogs()StringgetName()StringgetOwner()CentralCleanRoomInfogetRemoteDetailedInfo()LonggetUpdatedAt()StringgetUpdatedBy()inthashCode()CleanRoomInfosetComment(String comment)CleanRoomInfosetCreatedAt(Long createdAt)CleanRoomInfosetCreatedBy(String createdBy)CleanRoomInfosetLocalCatalogs(Collection<CleanRoomCatalog> localCatalogs)CleanRoomInfosetName(String name)CleanRoomInfosetOwner(String owner)CleanRoomInfosetRemoteDetailedInfo(CentralCleanRoomInfo remoteDetailedInfo)CleanRoomInfosetUpdatedAt(Long updatedAt)CleanRoomInfosetUpdatedBy(String updatedBy)StringtoString()
-
-
-
Method Detail
-
setComment
public CleanRoomInfo setComment(String comment)
-
getComment
public String getComment()
-
setCreatedAt
public CleanRoomInfo setCreatedAt(Long createdAt)
-
getCreatedAt
public Long getCreatedAt()
-
setCreatedBy
public CleanRoomInfo setCreatedBy(String createdBy)
-
getCreatedBy
public String getCreatedBy()
-
setLocalCatalogs
public CleanRoomInfo setLocalCatalogs(Collection<CleanRoomCatalog> localCatalogs)
-
getLocalCatalogs
public Collection<CleanRoomCatalog> getLocalCatalogs()
-
setName
public CleanRoomInfo setName(String name)
-
getName
public String getName()
-
setOwner
public CleanRoomInfo setOwner(String owner)
-
getOwner
public String getOwner()
-
setRemoteDetailedInfo
public CleanRoomInfo setRemoteDetailedInfo(CentralCleanRoomInfo remoteDetailedInfo)
-
getRemoteDetailedInfo
public CentralCleanRoomInfo getRemoteDetailedInfo()
-
setUpdatedAt
public CleanRoomInfo setUpdatedAt(Long updatedAt)
-
getUpdatedAt
public Long getUpdatedAt()
-
setUpdatedBy
public CleanRoomInfo setUpdatedBy(String updatedBy)
-
getUpdatedBy
public String getUpdatedBy()
-
-