@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()
Lama Idf
|
String |
getEntityId()
entity GUID
|
String |
getEntityName()
entity name
|
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() |
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()
Lama Idf
public String getSourceName()
source name
public String getSourceTypeName()
source type internal name
public String getEntityId()
entity GUID
public String getEntityName()
entity name
public String getEntityTypeName()
entity type internal name
public String getHost()
host name
public String getLogGroupId()
log group ocid
Copyright © 2016–2021. All rights reserved.