@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class BulkEditTagsDetails extends Object
BulkEditTagsDetails.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 BulkEditTagsDetails.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
BulkEditTagsDetails.Builder |
Constructor and Description |
---|
BulkEditTagsDetails(String compartmentId,
List<BulkEditResource> resources,
List<BulkEditOperationDetails> bulkEditOperations)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BulkEditTagsDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
List<BulkEditOperationDetails> |
getBulkEditOperations()
The operations associated with the request to bulk edit tags.
|
String |
getCompartmentId()
The OCID of the compartment where the bulk tag edit request is submitted.
|
List<BulkEditResource> |
getResources()
The resources to be updated.
|
int |
hashCode() |
BulkEditTagsDetails.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"compartmentId","resources","bulkEditOperations"}) @Deprecated public BulkEditTagsDetails(String compartmentId, List<BulkEditResource> resources, List<BulkEditOperationDetails> bulkEditOperations)
public static BulkEditTagsDetails.Builder builder()
Create a new builder.
public BulkEditTagsDetails.Builder toBuilder()
public String getCompartmentId()
The OCID of the compartment where the bulk tag edit request is submitted.
public List<BulkEditResource> getResources()
The resources to be updated.
public List<BulkEditOperationDetails> getBulkEditOperations()
The operations associated with the request to bulk edit tags.
Copyright © 2016–2022. All rights reserved.