Class ObjectMetadataList
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.ObjectMetadataList
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ObjectMetadataList
extends com.ibm.cloud.sdk.core.service.model.GenericModel
List of objects.
-
Constructor Summary
Constructors Constructor Description ObjectMetadataList()
-
Method Summary
Modifier and Type Method Description Long
getObjectCount()
Gets the objectCount.List<ObjectMetadata>
getObjects()
Gets the objects.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ObjectMetadataList
public ObjectMetadataList()
-
-
Method Details
-
getObjectCount
Gets the objectCount.Number of unique named objects in the collection.
- Returns:
- the objectCount
-
getObjects
Gets the objects.The objects in the collection.
- Returns:
- the objects
-