public class SearchedVersion extends Object
Constructor and Description |
---|
SearchedVersion() |
Modifier and Type | Method and Description |
---|---|
String |
getCreatedBy()
(Required)
|
long |
getCreatedOn()
(Required)
|
String |
getDescription() |
Long |
getGlobalId()
(Required)
|
List<String> |
getLabels() |
String |
getName() |
ArtifactState |
getState()
Describes the state of an artifact or artifact version.
|
ArtifactType |
getType()
(Required)
|
Integer |
getVersion()
(Required)
|
void |
setCreatedBy(String createdBy)
(Required)
|
void |
setCreatedOn(long createdOn)
(Required)
|
void |
setDescription(String description) |
void |
setGlobalId(Long globalId)
(Required)
|
void |
setLabels(List<String> labels) |
void |
setName(String name) |
void |
setState(ArtifactState state)
Describes the state of an artifact or artifact version.
|
void |
setType(ArtifactType type)
(Required)
|
void |
setVersion(Integer version)
(Required)
|
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public long getCreatedOn()
public void setCreatedOn(long createdOn)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public ArtifactType getType()
public void setType(ArtifactType type)
public ArtifactState getState()
public void setState(ArtifactState state)
public Long getGlobalId()
public void setGlobalId(Long globalId)
public Integer getVersion()
public void setVersion(Integer version)
Copyright © 2020 Red Hat. All rights reserved.