public class UpdateObjectMetadata
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateObjectMetadata.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
count |
protected java.lang.String |
object |
Modifier | Constructor and Description |
---|---|
protected |
UpdateObjectMetadata(UpdateObjectMetadata.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
count()
Gets the count.
|
UpdateObjectMetadata.Builder |
newBuilder()
New builder.
|
java.lang.String |
object()
Gets the object.
|
protected UpdateObjectMetadata(UpdateObjectMetadata.Builder builder)
public UpdateObjectMetadata.Builder newBuilder()
public java.lang.String object()
The updated name of the object. The name can contain alphanumeric, underscore, hyphen, space, and dot characters. It cannot begin with the reserved prefix `sys-`.
public java.lang.Long count()
Number of bounding boxes in the collection with the updated object name.