Class AttributeUpdateNotesResponse
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.apmtraces.model.AttributeUpdateNotesResponse
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class AttributeUpdateNotesResponse extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelResponse of an individual attribute item in the bulk update notes operation.
 Note: Objects should always be created or deserialized using theAttributeUpdateNotesResponse.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 theAttributeUpdateNotesResponse.Builder, which maintain a set of all explicitly set fields calledAttributeUpdateNotesResponse.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAttributeUpdateNotesResponse.AttributeNameSpaceNamespace of the attribute whose notes were updated.static classAttributeUpdateNotesResponse.AttributeStatusStatus of the attribute after this operation.static classAttributeUpdateNotesResponse.Builderstatic classAttributeUpdateNotesResponse.OperationTypeType of operation - UPDATE_NOTES.
 - 
Constructor SummaryConstructors Constructor Description AttributeUpdateNotesResponse(String attributeName, String notes, AttributeUpdateNotesResponse.OperationType operationType, AttributeUpdateNotesResponse.AttributeNameSpace attributeNameSpace, AttributeUpdateNotesResponse.AttributeStatus attributeStatus, Date timeUpdated)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeUpdateNotesResponse.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAttributeName()Attribute for which notes were added to or edited in this bulk operation.AttributeUpdateNotesResponse.AttributeNameSpacegetAttributeNameSpace()Namespace of the attribute whose notes were updated.AttributeUpdateNotesResponse.AttributeStatusgetAttributeStatus()Status of the attribute after this operation.StringgetNotes()Notes added to or edited for this attribute.AttributeUpdateNotesResponse.OperationTypegetOperationType()Type of operation - UPDATE_NOTES.DategetTimeUpdated()Time when the attribute’s notes were updated.inthashCode()AttributeUpdateNotesResponse.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
AttributeUpdateNotesResponse@Deprecated @ConstructorProperties({"attributeName","notes","operationType","attributeNameSpace","attributeStatus","timeUpdated"}) public AttributeUpdateNotesResponse(String attributeName, String notes, AttributeUpdateNotesResponse.OperationType operationType, AttributeUpdateNotesResponse.AttributeNameSpace attributeNameSpace, AttributeUpdateNotesResponse.AttributeStatus attributeStatus, Date timeUpdated) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static AttributeUpdateNotesResponse.Builder builder() Create a new builder.
 - 
toBuilderpublic AttributeUpdateNotesResponse.Builder toBuilder() 
 - 
getAttributeNamepublic String getAttributeName() Attribute for which notes were added to or edited in this bulk operation.- Returns:
- the value
 
 - 
getNotespublic String getNotes() Notes added to or edited for this attribute.- Returns:
- the value
 
 - 
getOperationTypepublic AttributeUpdateNotesResponse.OperationType getOperationType() Type of operation - UPDATE_NOTES.- Returns:
- the value
 
 - 
getAttributeNameSpacepublic AttributeUpdateNotesResponse.AttributeNameSpace getAttributeNameSpace() Namespace of the attribute whose notes were updated.The attributeNameSpace will default to TRACES if it is not passed in. - Returns:
- the value
 
 - 
getAttributeStatuspublic AttributeUpdateNotesResponse.AttributeStatus getAttributeStatus() Status of the attribute after this operation.The attribute can have one of the following statuses after the update notes operation. The attribute can have either a success status or an error status. The status of the attribute must be correlated with the operation status property in the bulk operation metadata object. The bulk operation will be successful only when all attributes in the bulk request are processed successfully and they get a success status back. The following are successful status values of individual attribute items in a bulk update notes operation. ATTRIBUTE_NOTES_UPDATED - The attribute’s notes have been updated with the given notes. DUPLICATE_ATTRIBUTE - The attribute is a duplicate of an attribute that was present in this bulk request. Note that we deduplicate the attribute collection, process only unique attributes, and call out duplicates. A duplicate attribute in a bulk request will not prevent the processing of further attributes in the bulk operation. The following values are error statuses and the bulk processing is stopped when the first error is encountered. INVALID_ATTRIBUTE - The attribute is invalid. The length of the notes is more than a 1000 characters. ATTRIBUTE_NOT_PROCESSED - The attribute was not processed, as there was another attribute in this bulk request collection that resulted in a processing error. ATTRIBUTE_DOES_NOT_EXIST - Attribute was neither active nor pinned inactive. NOTES_TOO_LONG - Attribute notes were too long (more than 1000 chars). - Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() Time when the attribute’s notes were updated.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-