@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class DeleteLogAnalyticsAssociation extends Object
DeleteLogAnalyticsAssociation
Note: Objects should always be created or deserialized using the DeleteLogAnalyticsAssociation.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 DeleteLogAnalyticsAssociation.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 |
DeleteLogAnalyticsAssociation.Builder |
| Constructor and Description |
|---|
DeleteLogAnalyticsAssociation(String agentId,
String sourceName,
String sourceTypeName,
String entityId,
String entityTypeName,
String host,
String logGroupId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteLogAnalyticsAssociation.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getAgentId()
Lama Idf
|
String |
getEntityId()
entity GUID
|
String |
getEntityTypeName()
entity type internal name
|
String |
getHost()
host name
|
String |
getLogGroupId()
log group ocid
|
String |
getSourceName()
source name
|
String |
getSourceTypeName()
source type internal name
|
int |
hashCode() |
DeleteLogAnalyticsAssociation.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"agentId","sourceName","sourceTypeName","entityId","entityTypeName","host","logGroupId"}) @Deprecated public DeleteLogAnalyticsAssociation(String agentId, String sourceName, String sourceTypeName, String entityId, String entityTypeName, String host, String logGroupId)
public static DeleteLogAnalyticsAssociation.Builder builder()
Create a new builder.
public DeleteLogAnalyticsAssociation.Builder toBuilder()
public String getAgentId()
Lama Idf
public String getSourceName()
source name
public String getSourceTypeName()
source type internal name
public String getEntityId()
entity GUID
public String getEntityTypeName()
entity type internal name
public String getHost()
host name
public String getLogGroupId()
log group ocid
Copyright © 2016–2021. All rights reserved.