Class SearchedArtifact
java.lang.Object
io.apicurio.registry.rest.v2.beans.SearchedArtifact
Models a single artifact from the result set returned when searching for artifacts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(Required)(Required)An ID of a single artifact group.getId()The ID of a single artifact.getName()getState()Describes the state of an artifact or artifact version.getType()(Required)voidsetCreatedBy(String createdBy) (Required)voidsetCreatedOn(Date createdOn) (Required)voidsetDescription(String description) voidsetGroupId(String groupId) An ID of a single artifact group.voidThe ID of a single artifact.voidvoidsetModifiedBy(String modifiedBy) voidsetModifiedOn(Date modifiedOn) voidvoidsetState(ArtifactState state) Describes the state of an artifact or artifact version.void(Required)
-
Constructor Details
-
SearchedArtifact
public SearchedArtifact()
-
-
Method Details
-
getId
The ID of a single artifact. (Required) -
setId
The ID of a single artifact. (Required) -
getName
-
setName
-
getDescription
-
setDescription
-
getCreatedOn
(Required) -
setCreatedOn
(Required) -
getCreatedBy
(Required) -
setCreatedBy
(Required) -
getType
(Required) -
setType
(Required) -
getLabels
-
setLabels
-
getState
Describes the state of an artifact or artifact version. The following states are possible: * ENABLED * DISABLED * DEPRECATED (Required) -
setState
Describes the state of an artifact or artifact version. The following states are possible: * ENABLED * DISABLED * DEPRECATED (Required) -
getModifiedOn
-
setModifiedOn
-
getModifiedBy
-
setModifiedBy
-
getGroupId
An ID of a single artifact group. -
setGroupId
An ID of a single artifact group.
-