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