@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsFieldSummary extends Object
summary of fields
Note: Objects should always be created or deserialized using the LogAnalyticsFieldSummary.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 LogAnalyticsFieldSummary.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 |
LogAnalyticsFieldSummary.Builder |
| Constructor and Description |
|---|
LogAnalyticsFieldSummary(String ceeAlias,
String dataType,
String regularExpression,
String description,
String displayName,
Long editVersion,
Long facetPriority,
String name,
Boolean isFacetEligible,
Boolean isHighCardinality,
Boolean isLargeData,
Boolean isMultiValued,
Boolean isPrimary,
Boolean isSystem,
Boolean isSummarizable,
String mappedValue,
Boolean isMetricKeyEligible,
Boolean isMetricValueEligible,
Long rangeFacetEligible,
Boolean isTableEligible,
String unitType)
Deprecated.
|
@ConstructorProperties(value={"ceeAlias","dataType","regularExpression","description","displayName","editVersion","facetPriority","name","isFacetEligible","isHighCardinality","isLargeData","isMultiValued","isPrimary","isSystem","isSummarizable","mappedValue","isMetricKeyEligible","isMetricValueEligible","rangeFacetEligible","isTableEligible","unitType"}) @Deprecated public LogAnalyticsFieldSummary(String ceeAlias, String dataType, String regularExpression, String description, String displayName, Long editVersion, Long facetPriority, String name, Boolean isFacetEligible, Boolean isHighCardinality, Boolean isLargeData, Boolean isMultiValued, Boolean isPrimary, Boolean isSystem, Boolean isSummarizable, String mappedValue, Boolean isMetricKeyEligible, Boolean isMetricValueEligible, Long rangeFacetEligible, Boolean isTableEligible, String unitType)
public static LogAnalyticsFieldSummary.Builder builder()
Create a new builder.
public LogAnalyticsFieldSummary.Builder toBuilder()
public String getCeeAlias()
The name this field is given in the common event expression standard from mitre.org. This is used for reference when exporting content conforming to CEE standard
public String getDataType()
data type
public String getRegularExpression()
default regular expression
public String getDescription()
description
public String getDisplayName()
display name
public Long getEditVersion()
edit version
public Long getFacetPriority()
facet priority
public String getName()
internal name
public Boolean getIsFacetEligible()
is facet eligible flag
public Boolean getIsHighCardinality()
is high cardinality flag
public Boolean getIsLargeData()
is larget data flag
public Boolean getIsMultiValued()
is multi-valued flag
public Boolean getIsPrimary()
is primary flag
public Boolean getIsSystem()
is system flag
public Boolean getIsSummarizable()
is summarizable flag
public String getMappedValue()
mappable
public Boolean getIsMetricKeyEligible()
metric key eligible
public Boolean getIsMetricValueEligible()
metric value eligible
public Long getRangeFacetEligible()
range facet eligible
public Boolean getIsTableEligible()
table eligible
public String getUnitType()
unit type
Copyright © 2016–2021. All rights reserved.