@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class BulkUpdateAttributeMetadata extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Metadata about the bulk attribute update operation. The bulk attribute update operation is atomic
and binary. If the processing of any of the attributes in the bulk attribute update request
results in a processing or validation error, then none of the attributes updated.
Note: Objects should always be created or deserialized using the BulkUpdateAttributeMetadata.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the BulkUpdateAttributeMetadata.Builder
, which maintain a
set of all explicitly set fields called BulkUpdateAttributeMetadata.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
BulkUpdateAttributeMetadata.Builder |
static class |
BulkUpdateAttributeMetadata.OperationStatus
Operation status of the bulk update attribute operation.
|
static class |
BulkUpdateAttributeMetadata.OperationType
Type of operation.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
BulkUpdateAttributeMetadata(BulkUpdateAttributeMetadata.OperationStatus operationStatus,
BulkUpdateAttributeMetadata.OperationType operationType,
Integer attributesUpdated,
Integer syntheticAttributesUpdated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BulkUpdateAttributeMetadata.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Integer |
getAttributesUpdated()
Total number attributes (both string and numeric) in TRACES namespace for which properties
were updated.
|
BulkUpdateAttributeMetadata.OperationStatus |
getOperationStatus()
Operation status of the bulk update attribute operation.
|
BulkUpdateAttributeMetadata.OperationType |
getOperationType()
Type of operation.
|
Integer |
getSyntheticAttributesUpdated()
Total number attributes (both string and numeric) in SYNTHETIC namespace for which properties
were updated.
|
int |
hashCode() |
BulkUpdateAttributeMetadata.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"operationStatus","operationType","attributesUpdated","syntheticAttributesUpdated"}) public BulkUpdateAttributeMetadata(BulkUpdateAttributeMetadata.OperationStatus operationStatus, BulkUpdateAttributeMetadata.OperationType operationType, Integer attributesUpdated, Integer syntheticAttributesUpdated)
public static BulkUpdateAttributeMetadata.Builder builder()
Create a new builder.
public BulkUpdateAttributeMetadata.Builder toBuilder()
public BulkUpdateAttributeMetadata.OperationStatus getOperationStatus()
Operation status of the bulk update attribute operation. SUCCESS - The bulk attribute update request has succeeded and all the attributes in the request have been updated. The following are error statuses for the bulk update attributes operation. EMPTY_ATTRIBUTE_LIST - The bulk update attributes request object was empty and did not contain any attributes for which properties had to be updated. INVALID_BULK_REQUEST - The bulk request contains invalid attribute(s), or attribute(s) that resulted in a validation error, or an attribute that resulted in a processing error.
public BulkUpdateAttributeMetadata.OperationType getOperationType()
Type of operation.
public Integer getAttributesUpdated()
Total number attributes (both string and numeric) in TRACES namespace for which properties were updated.
public Integer getSyntheticAttributesUpdated()
Total number attributes (both string and numeric) in SYNTHETIC namespace for which properties were updated.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.