public class ArtifactMetaDataDto extends Object
Constructor and Description |
---|
ArtifactMetaDataDto()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreatedBy() |
long |
getCreatedOn() |
String |
getDescription() |
long |
getGlobalId() |
String |
getId() |
List<String> |
getLabels() |
String |
getModifiedBy() |
long |
getModifiedOn() |
String |
getName() |
Map<String,String> |
getProperties() |
ArtifactState |
getState() |
ArtifactType |
getType() |
int |
getVersion() |
void |
setCreatedBy(String createdBy) |
void |
setCreatedOn(long createdOn) |
void |
setDescription(String description) |
void |
setGlobalId(long globalId) |
void |
setId(String id) |
void |
setLabels(List<String> labels) |
void |
setModifiedBy(String modifiedBy) |
void |
setModifiedOn(long modifiedOn) |
void |
setName(String name) |
void |
setProperties(Map<String,String> properties) |
void |
setState(ArtifactState state) |
void |
setType(ArtifactType type) |
void |
setVersion(int version) |
public String getDescription()
public void setDescription(String description)
description
- the description to setpublic String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy
- the createdBy to setpublic long getCreatedOn()
public void setCreatedOn(long createdOn)
createdOn
- the createdOn to setpublic String getModifiedBy()
public void setModifiedBy(String modifiedBy)
modifiedBy
- the modifiedBy to setpublic long getModifiedOn()
public void setModifiedOn(long modifiedOn)
modifiedOn
- the modifiedOn to setpublic int getVersion()
public void setVersion(int version)
version
- the version to setpublic ArtifactType getType()
public void setType(ArtifactType type)
type
- the type to setpublic ArtifactState getState()
public void setState(ArtifactState state)
state
- the state to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getId()
public void setId(String id)
id
- the id to setpublic long getGlobalId()
public void setGlobalId(long globalId)
globalId
- the globalId to setCopyright © 2020 Red Hat. All rights reserved.