Class LogAnalyticsAssociationParameter
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loganalytics.model.LogAnalyticsAssociationParameter
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsAssociationParameter extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelLogAnalyticsAssociationParameter
 Note: Objects should always be created or deserialized using theLogAnalyticsAssociationParameter.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 calledLogAnalyticsAssociationParameter.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLogAnalyticsAssociationParameter.Builderstatic classLogAnalyticsAssociationParameter.StatusThe status.
 - 
Constructor SummaryConstructors Constructor 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.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogAnalyticsAssociationParameter.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAgentId()The agent unique identifier.List<AssociationProperty>getAssociationProperties()A list of association properties.StringgetEntityId()The entity unique identifier.StringgetEntityType()The entity type.List<String>getMissingProperties()A list of missing properties.List<String>getRequiredProperties()A list of requried properties.StringgetSourceDisplayName()The source display name.StringgetSourceId()The source name.StringgetSourceType()The source type.LogAnalyticsAssociationParameter.StatusgetStatus()The status.StringgetStatusDescription()The status description.inthashCode()LogAnalyticsAssociationParameter.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
LogAnalyticsAssociationParameter@Deprecated @ConstructorProperties({"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) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static LogAnalyticsAssociationParameter.Builder builder() Create a new builder.
 - 
toBuilderpublic LogAnalyticsAssociationParameter.Builder toBuilder() 
 - 
getAgentIdpublic String getAgentId() The agent unique identifier.- Returns:
- the value
 
 - 
getEntityTypepublic String getEntityType() The entity type.- Returns:
- the value
 
 - 
getEntityIdpublic String getEntityId() The entity unique identifier.- Returns:
- the value
 
 - 
getSourceIdpublic String getSourceId() The source name.- Returns:
- the value
 
 - 
getSourceDisplayNamepublic String getSourceDisplayName() The source display name.- Returns:
- the value
 
 - 
getSourceTypepublic String getSourceType() The source type.- Returns:
- the value
 
 - 
getStatuspublic LogAnalyticsAssociationParameter.Status getStatus() The status.Either FAILED or SUCCEEDED. - Returns:
- the value
 
 - 
getStatusDescriptionpublic String getStatusDescription() The status description.- Returns:
- the value
 
 - 
getAssociationPropertiespublic List<AssociationProperty> getAssociationProperties() A list of association properties.- Returns:
- the value
 
 - 
getMissingPropertiespublic List<String> getMissingProperties() A list of missing properties.- Returns:
- the value
 
 - 
getRequiredPropertiespublic List<String> getRequiredProperties() A list of requried properties.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-