@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsAssociationParameter extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
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 LogAnalyticsAssociationParameter.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
LogAnalyticsAssociationParameter.Builder |
static class |
LogAnalyticsAssociationParameter.Status
The status.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
LogAnalyticsAssociationParameter(String agentId,
String entityType,
String entityId,
String sourceId,
String sourceDisplayName,
String sourceType,
LogAnalyticsAssociationParameter.Status status,
String statusDescription,
List<AssociationProperty> associationProperties,
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) |
String |
getAgentId()
The agent unique identifier.
|
List<AssociationProperty> |
getAssociationProperties()
A list of association properties.
|
String |
getEntityId()
The entity unique identifier.
|
String |
getEntityType()
The entity type.
|
List<String> |
getMissingProperties()
A list of missing properties.
|
List<String> |
getRequiredProperties()
A list of requried properties.
|
String |
getSourceDisplayName()
The source display name.
|
String |
getSourceId()
The source name.
|
String |
getSourceType()
The source type.
|
LogAnalyticsAssociationParameter.Status |
getStatus()
The status.
|
String |
getStatusDescription()
The status description.
|
int |
hashCode() |
LogAnalyticsAssociationParameter.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"agentId","entityType","entityId","sourceId","sourceDisplayName","sourceType","status","statusDescription","associationProperties","missingProperties","requiredProperties"}) public LogAnalyticsAssociationParameter(String agentId, String entityType, String entityId, String sourceId, String sourceDisplayName, String sourceType, LogAnalyticsAssociationParameter.Status status, String statusDescription, List<AssociationProperty> associationProperties, List<String> missingProperties, List<String> requiredProperties)
public static LogAnalyticsAssociationParameter.Builder builder()
Create a new builder.
public LogAnalyticsAssociationParameter.Builder toBuilder()
public String getAgentId()
The agent unique identifier.
public String getEntityType()
The entity type.
public String getEntityId()
The entity unique identifier.
public String getSourceId()
The source name.
public String getSourceDisplayName()
The source display name.
public String getSourceType()
The source type.
public LogAnalyticsAssociationParameter.Status getStatus()
The status. Either FAILED or SUCCEEDED.
public String getStatusDescription()
The status description.
public List<AssociationProperty> getAssociationProperties()
A list of association properties.
public List<String> getMissingProperties()
A list of missing properties.
public List<String> getRequiredProperties()
A list of requried properties.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.