@Generated public class ArtifactAllowlistInfo extends Object
| Constructor and Description |
|---|
ArtifactAllowlistInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<ArtifactMatcher> |
getArtifactMatchers() |
Long |
getCreatedAt() |
String |
getCreatedBy() |
String |
getMetastoreId() |
int |
hashCode() |
ArtifactAllowlistInfo |
setArtifactMatchers(Collection<ArtifactMatcher> artifactMatchers) |
ArtifactAllowlistInfo |
setCreatedAt(Long createdAt) |
ArtifactAllowlistInfo |
setCreatedBy(String createdBy) |
ArtifactAllowlistInfo |
setMetastoreId(String metastoreId) |
String |
toString() |
public ArtifactAllowlistInfo setArtifactMatchers(Collection<ArtifactMatcher> artifactMatchers)
public Collection<ArtifactMatcher> getArtifactMatchers()
public ArtifactAllowlistInfo setCreatedAt(Long createdAt)
public Long getCreatedAt()
public ArtifactAllowlistInfo setCreatedBy(String createdBy)
public String getCreatedBy()
public ArtifactAllowlistInfo setMetastoreId(String metastoreId)
public String getMetastoreId()
Copyright © 2024. All rights reserved.