Class ArtifactImpl
- java.lang.Object
-
- org.openstack4j.openstack.artifact.domain.ArtifactImpl
-
- All Implemented Interfaces:
Serializable,Artifact,BasicResource,IdEntity,ModelEntity
- Direct Known Subclasses:
ToscaTemplates
public class ArtifactImpl extends Object implements Artifact
Created by vadavi on 27-01-2017.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArtifactImpl()
-
Method Summary
-
-
-
Method Detail
-
setStatus
public void setStatus(String status)
-
setIcon
public void setIcon(Object icon)
-
getName
public String getName()
- Specified by:
getNamein interfaceBasicResource- Returns:
- the name for this resource
-
setName
public void setName(String name)
Description copied from interface:BasicResourceSets the name for this resource- Specified by:
setNamein interfaceBasicResource- Parameters:
name- the name to set
-
getLicense
public Object getLicense()
- Specified by:
getLicensein interfaceArtifact
-
setLicense
public void setLicense(Object license)
-
getCreatedAt
public String getCreatedAt()
- Specified by:
getCreatedAtin interfaceArtifact
-
setCreatedAt
public void setCreatedAt(String createdAt)
-
getActivatedAt
public String getActivatedAt()
- Specified by:
getActivatedAtin interfaceArtifact
-
setActivatedAt
public void setActivatedAt(String activatedAt)
-
getUpdatedAt
public String getUpdatedAt()
- Specified by:
getUpdatedAtin interfaceArtifact
-
setUpdatedAt
public void setUpdatedAt(String updatedAt)
-
getVisibility
public String getVisibility()
- Specified by:
getVisibilityin interfaceArtifact
-
setVisibility
public void setVisibility(String visibility)
-
getProvidedBy
public Object getProvidedBy()
- Specified by:
getProvidedByin interfaceArtifact
-
setProvidedBy
public void setProvidedBy(Object providedBy)
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceArtifact
-
setVersion
public void setVersion(String version)
-
getLicenseUrl
public Object getLicenseUrl()
- Specified by:
getLicenseUrlin interfaceArtifact
-
setLicenseUrl
public void setLicenseUrl(Object licenseUrl)
-
getSupportedBy
public Object getSupportedBy()
- Specified by:
getSupportedByin interfaceArtifact
-
setSupportedBy
public void setSupportedBy(Object supportedBy)
-
setOwner
public void setOwner(String owner)
-
getRelease
public List<Object> getRelease()
- Specified by:
getReleasein interfaceArtifact
-
getMetadata
public MetadataImpl getMetadata()
- Specified by:
getMetadatain interfaceArtifact
-
setMetadata
public void setMetadata(MetadataImpl metadata)
-
getId
public String getId()
-
setId
public void setId(String id)
Description copied from interface:IdEntitySets the identifier for this resource. Note: creating a new resource should not have the idenfier set since OpenStack will assign one on the create call
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceArtifact
-
setDescription
public void setDescription(String description)
-
-