@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsAssociationParameter extends Object
LogAnalyticsAssociationParameter
Note: Objects should always be created or deserialized using the LogAnalyticsAssociationParameter.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 LogAnalyticsAssociationParameter.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 |
LogAnalyticsAssociationParameter.Builder |
static class |
LogAnalyticsAssociationParameter.Status
status
|
| Constructor and Description |
|---|
LogAnalyticsAssociationParameter(String agentId,
String entityType,
String entityId,
String sourceId,
String sourceDisplayName,
String sourceType,
LogAnalyticsAssociationParameter.Status status,
List<String> missingProperties,
List<String> requiredProperties)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static LogAnalyticsAssociationParameter.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getAgentId()
agent guid
|
String |
getEntityId()
entity guid
|
String |
getEntityType()
entity type
|
List<String> |
getMissingProperties()
missingProperties
|
List<String> |
getRequiredProperties()
requiredProperties
|
String |
getSourceDisplayName()
source display name
|
String |
getSourceId()
source name
|
String |
getSourceType()
source type
|
LogAnalyticsAssociationParameter.Status |
getStatus()
status
|
int |
hashCode() |
LogAnalyticsAssociationParameter.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"agentId","entityType","entityId","sourceId","sourceDisplayName","sourceType","status","missingProperties","requiredProperties"}) @Deprecated public LogAnalyticsAssociationParameter(String agentId, String entityType, String entityId, String sourceId, String sourceDisplayName, String sourceType, LogAnalyticsAssociationParameter.Status status, List<String> missingProperties, List<String> requiredProperties)
public static LogAnalyticsAssociationParameter.Builder builder()
Create a new builder.
public LogAnalyticsAssociationParameter.Builder toBuilder()
public String getAgentId()
agent guid
public String getEntityType()
entity type
public String getEntityId()
entity guid
public String getSourceId()
source name
public String getSourceDisplayName()
source display name
public String getSourceType()
source type
public LogAnalyticsAssociationParameter.Status getStatus()
status
Copyright © 2016–2021. All rights reserved.