public class CollectionObjects
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collectionId |
protected java.util.List<ObjectDetail> |
objects |
Constructor and Description |
---|
CollectionObjects() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionId()
Gets the collectionId.
|
java.util.List<ObjectDetail> |
getObjects()
Gets the objects.
|
@SerializedName(value="collection_id") protected java.lang.String collectionId
protected java.util.List<ObjectDetail> objects
public java.lang.String getCollectionId()
The identifier of the collection.
public java.util.List<ObjectDetail> getObjects()
The identified objects in a collection.