@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsFieldSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
A summary of a field.
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 LogAnalyticsFieldSummary.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 |
LogAnalyticsFieldSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
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.
|
Modifier and Type | Method and Description |
---|---|
static LogAnalyticsFieldSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCeeAlias()
The name this field is given in the common event expression standard from mitre.org.
|
String |
getDataType()
The field data type.
|
String |
getDescription()
The field description.
|
String |
getDisplayName()
The field display name.
|
Long |
getEditVersion()
The field edit version.
|
Long |
getFacetPriority()
The facet priority.
|
Boolean |
getIsFacetEligible()
A flag inidcating whether or not the facet is elibigle for use.
|
Boolean |
getIsHighCardinality()
A flag inidcating whether or not the cardinality of the field is high.
|
Boolean |
getIsLargeData()
A flag inidcating whether or not the field is a large data field.
|
Boolean |
getIsMetricKeyEligible()
A flag inidcating whether or not the field is metric key eligible.
|
Boolean |
getIsMetricValueEligible()
A flag inidcating whether or not the field is metric value eligible.
|
Boolean |
getIsMultiValued()
A flag indicating whether or not the field is multi-valued.
|
Boolean |
getIsPrimary()
A flag inidcating whether or not this is a primary field.
|
Boolean |
getIsSummarizable()
A flag inidcating whether or not the field can be summarized.
|
Boolean |
getIsSystem()
The system flag.
|
Boolean |
getIsTableEligible()
A flag inidcating whether or not the field is table eligible.
|
String |
getMappedValue()
The mapped value.
|
String |
getName()
The field internal name.
|
Long |
getRangeFacetEligible()
A flag inidcating whether or not the field is range facet eligible.
|
String |
getRegularExpression()
The field default regular expression.
|
String |
getUnitType()
The field unit type.
|
int |
hashCode() |
LogAnalyticsFieldSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"ceeAlias","dataType","regularExpression","description","displayName","editVersion","facetPriority","name","isFacetEligible","isHighCardinality","isLargeData","isMultiValued","isPrimary","isSystem","isSummarizable","mappedValue","isMetricKeyEligible","isMetricValueEligible","rangeFacetEligible","isTableEligible","unitType"}) 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()
The field data type.
public String getRegularExpression()
The field default regular expression.
public String getDescription()
The field description.
public String getDisplayName()
The field display name.
public Long getEditVersion()
The field edit version.
public Long getFacetPriority()
The facet priority.
public String getName()
The field internal name.
public Boolean getIsFacetEligible()
A flag inidcating whether or not the facet is elibigle for use.
public Boolean getIsHighCardinality()
A flag inidcating whether or not the cardinality of the field is high.
public Boolean getIsLargeData()
A flag inidcating whether or not the field is a large data field.
public Boolean getIsMultiValued()
A flag indicating whether or not the field is multi-valued.
public Boolean getIsPrimary()
A flag inidcating whether or not this is a primary field.
public Boolean getIsSystem()
The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.
public Boolean getIsSummarizable()
A flag inidcating whether or not the field can be summarized.
public String getMappedValue()
The mapped value.
public Boolean getIsMetricKeyEligible()
A flag inidcating whether or not the field is metric key eligible.
public Boolean getIsMetricValueEligible()
A flag inidcating whether or not the field is metric value eligible.
public Long getRangeFacetEligible()
A flag inidcating whether or not the field is range facet eligible.
public Boolean getIsTableEligible()
A flag inidcating whether or not the field is table eligible.
public String getUnitType()
The field unit type.
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.