@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class BulkEditTagsResourceType extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
BulkEditTagsResourceType.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 BulkEditTagsResourceType.Builder
, which maintain a
set of all explicitly set fields called BulkEditTagsResourceType.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 |
BulkEditTagsResourceType.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
BulkEditTagsResourceType(String resourceType,
List<String> metadataKeys)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BulkEditTagsResourceType.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getMetadataKeys()
The metadata keys required to identify the resource.
|
String |
getResourceType()
The unique name of the resource type.
|
int |
hashCode() |
BulkEditTagsResourceType.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"resourceType","metadataKeys"}) public BulkEditTagsResourceType(String resourceType, List<String> metadataKeys)
public static BulkEditTagsResourceType.Builder builder()
Create a new builder.
public BulkEditTagsResourceType.Builder toBuilder()
public String getResourceType()
The unique name of the resource type.
public List<String> getMetadataKeys()
The metadata keys required to identify the resource.
For example, for a bucket, the value of metadataKeys
will be ["namespaceName",
"bucketName"]. This information will match the API documentation. See
[UpdateBucket](https://docs.cloud.oracle.com/api/#/en/objectstorage/latest/Bucket/UpdateBucket)
and
[DeleteBucket](https://docs.cloud.oracle.com/api/#/en/objectstorage/latest/Bucket/DeleteBucket).
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.