@Generated public class CleanRoomInfo extends Object
Constructor and Description |
---|
CleanRoomInfo() |
Modifier and Type | Method and 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() |
public CleanRoomInfo setComment(String comment)
public String getComment()
public CleanRoomInfo setCreatedAt(Long createdAt)
public Long getCreatedAt()
public CleanRoomInfo setCreatedBy(String createdBy)
public String getCreatedBy()
public CleanRoomInfo setLocalCatalogs(Collection<CleanRoomCatalog> localCatalogs)
public Collection<CleanRoomCatalog> getLocalCatalogs()
public CleanRoomInfo setName(String name)
public String getName()
public CleanRoomInfo setOwner(String owner)
public String getOwner()
public CleanRoomInfo setRemoteDetailedInfo(CentralCleanRoomInfo remoteDetailedInfo)
public CentralCleanRoomInfo getRemoteDetailedInfo()
public CleanRoomInfo setUpdatedAt(Long updatedAt)
public Long getUpdatedAt()
public CleanRoomInfo setUpdatedBy(String updatedBy)
public String getUpdatedBy()
Copyright © 2023. All rights reserved.