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