Class Artifact

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class Artifact
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Artifact Details.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEtag()
      Gets the etag.
      java.lang.String getName()
      Gets the name.
      java.lang.Long getSize()
      Gets the size.
      java.util.Date getUpdated()
      Gets the updated.
      java.lang.String getUrl()
      Gets the url.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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