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 boolean
equals(Object o)
String
getComment()
Long
getCreatedAt()
String
getCreatedBy()
Collection<CleanRoomCatalog>
getLocalCatalogs()
String
getName()
String
getOwner()
CentralCleanRoomInfo
getRemoteDetailedInfo()
Long
getUpdatedAt()
String
getUpdatedBy()
int
hashCode()
CleanRoomInfo
setComment(String comment)
CleanRoomInfo
setCreatedAt(Long createdAt)
CleanRoomInfo
setCreatedBy(String createdBy)
CleanRoomInfo
setLocalCatalogs(Collection<CleanRoomCatalog> localCatalogs)
CleanRoomInfo
setName(String name)
CleanRoomInfo
setOwner(String owner)
CleanRoomInfo
setRemoteDetailedInfo(CentralCleanRoomInfo remoteDetailedInfo)
CleanRoomInfo
setUpdatedAt(Long updatedAt)
CleanRoomInfo
setUpdatedBy(String updatedBy)
String
toString()
-
-
-
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()
-
-