public class ObjectMetadataList
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
objectCount |
protected java.util.List<ObjectMetadata> |
objects |
Constructor and Description |
---|
ObjectMetadataList() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getObjectCount()
Gets the objectCount.
|
java.util.List<ObjectMetadata> |
getObjects()
Gets the objects.
|
@SerializedName(value="object_count") protected java.lang.Long objectCount
protected java.util.List<ObjectMetadata> objects
public java.lang.Long getObjectCount()
Number of unique named objects in the collection.
public java.util.List<ObjectMetadata> getObjects()
The objects in the collection.