Class ImageSummary

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.ImageSummary
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class ImageSummary
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Basic information about an image.
  • Constructor Summary

    Constructors
    Constructor Description
    ImageSummary()  
  • Method Summary

    Modifier and Type Method Description
    String getImageId()
    Gets the imageId.
    Date getUpdated()
    Gets the updated.

    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
  • Constructor Details

    • ImageSummary

      public ImageSummary()
  • Method Details

    • getImageId

      public String getImageId()
      Gets the imageId.

      The identifier of the image.

      Returns:
      the imageId
    • getUpdated

      public Date getUpdated()
      Gets the updated.

      Date and time in Coordinated Universal Time (UTC) that the image was most recently updated.

      Returns:
      the updated