public class VersionMetaData extends Object
Constructor and Description |
---|
VersionMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getCreatedBy()
(Required)
|
long |
getCreatedOn()
(Required)
|
String |
getDescription() |
Long |
getGlobalId()
(Required)
|
String |
getId()
(Required)
|
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 |
setId(String id)
(Required)
|
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 getId()
public void setId(String id)
public Integer getVersion()
public void setVersion(Integer version)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public long getCreatedOn()
public void setCreatedOn(long createdOn)
public ArtifactType getType()
public void setType(ArtifactType type)
public Long getGlobalId()
public void setGlobalId(Long globalId)
public ArtifactState getState()
public void setState(ArtifactState state)
Copyright © 2020 Red Hat. All rights reserved.