Class Artifact
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.Artifact
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Artifact extends com.ibm.cloud.sdk.core.service.model.GenericModelArtifact Details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEtag()Gets the etag.java.lang.StringgetName()Gets the name.java.lang.LonggetSize()Gets the size.java.util.DategetUpdated()Gets the updated.java.lang.StringgetUrl()Gets the url.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the name. The name of the artifact.- Returns:
- the name
-
getUpdated
public java.util.Date getUpdated()
Gets the updated. The timestamp of the last update to the artifact.- Returns:
- the updated
-
getUrl
public java.lang.String getUrl()
Gets the url. The url for the artifact.- Returns:
- the url
-
getEtag
public java.lang.String getEtag()
Gets the etag. The etag of the artifact.- Returns:
- the etag
-
getSize
public java.lang.Long getSize()
Gets the size. The content length of the artifact.- Returns:
- the size
-
-