Class LogAnalyticsFieldSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loganalytics.model.LogAnalyticsFieldSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsFieldSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelA summary of a field.
 Note: Objects should always be created or deserialized using theLogAnalyticsFieldSummary.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 theLogAnalyticsFieldSummary.Builder, which maintain a set of all explicitly set fields calledLogAnalyticsFieldSummary.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 classLogAnalyticsFieldSummary.Builder
 - 
Constructor SummaryConstructors Constructor 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, Date timeUpdated, Boolean isKeepDuplicates)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogAnalyticsFieldSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCeeAlias()The name this field is given in the common event expression standard from mitre.org.StringgetDataType()The field data type.StringgetDescription()The field description.StringgetDisplayName()The field display name.LonggetEditVersion()The field edit version.LonggetFacetPriority()The facet priority.BooleangetIsFacetEligible()A flag inidcating whether or not the facet is elibigle for use.BooleangetIsHighCardinality()A flag inidcating whether or not the cardinality of the field is high.BooleangetIsKeepDuplicates()A flag indicating whether or not duplicates would be retained.BooleangetIsLargeData()A flag inidcating whether or not the field is a large data field.BooleangetIsMetricKeyEligible()A flag inidcating whether or not the field is metric key eligible.BooleangetIsMetricValueEligible()A flag inidcating whether or not the field is metric value eligible.BooleangetIsMultiValued()A flag indicating whether or not the field is multi-valued.BooleangetIsPrimary()A flag inidcating whether or not this is a primary field.BooleangetIsSummarizable()A flag inidcating whether or not the field can be summarized.BooleangetIsSystem()The system flag.BooleangetIsTableEligible()A flag inidcating whether or not the field is table eligible.StringgetMappedValue()The mapped value.StringgetName()The field internal name.LonggetRangeFacetEligible()A flag inidcating whether or not the field is range facet eligible.StringgetRegularExpression()The field default regular expression.DategetTimeUpdated()The last updated date and time.StringgetUnitType()The field unit type.inthashCode()LogAnalyticsFieldSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
LogAnalyticsFieldSummary@Deprecated @ConstructorProperties({"ceeAlias","dataType","regularExpression","description","displayName","editVersion","facetPriority","name","isFacetEligible","isHighCardinality","isLargeData","isMultiValued","isPrimary","isSystem","isSummarizable","mappedValue","isMetricKeyEligible","isMetricValueEligible","rangeFacetEligible","isTableEligible","unitType","timeUpdated","isKeepDuplicates"}) 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, Date timeUpdated, Boolean isKeepDuplicates) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static LogAnalyticsFieldSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic LogAnalyticsFieldSummary.Builder toBuilder() 
 - 
getCeeAliaspublic 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 - Returns:
- the value
 
 - 
getDataTypepublic String getDataType() The field data type.- Returns:
- the value
 
 - 
getRegularExpressionpublic String getRegularExpression() The field default regular expression.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() The field description.- Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() The field display name.- Returns:
- the value
 
 - 
getEditVersionpublic Long getEditVersion() The field edit version.- Returns:
- the value
 
 - 
getFacetPrioritypublic Long getFacetPriority() The facet priority.- Returns:
- the value
 
 - 
getNamepublic String getName() The field internal name.- Returns:
- the value
 
 - 
getIsFacetEligiblepublic Boolean getIsFacetEligible() A flag inidcating whether or not the facet is elibigle for use.- Returns:
- the value
 
 - 
getIsHighCardinalitypublic Boolean getIsHighCardinality() A flag inidcating whether or not the cardinality of the field is high.- Returns:
- the value
 
 - 
getIsLargeDatapublic Boolean getIsLargeData() A flag inidcating whether or not the field is a large data field.- Returns:
- the value
 
 - 
getIsMultiValuedpublic Boolean getIsMultiValued() A flag indicating whether or not the field is multi-valued.- Returns:
- the value
 
 - 
getIsPrimarypublic Boolean getIsPrimary() A flag inidcating whether or not this is a primary field.- Returns:
- the value
 
 - 
getIsSystempublic 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. - Returns:
- the value
 
 - 
getIsSummarizablepublic Boolean getIsSummarizable() A flag inidcating whether or not the field can be summarized.- Returns:
- the value
 
 - 
getMappedValuepublic String getMappedValue() The mapped value.- Returns:
- the value
 
 - 
getIsMetricKeyEligiblepublic Boolean getIsMetricKeyEligible() A flag inidcating whether or not the field is metric key eligible.- Returns:
- the value
 
 - 
getIsMetricValueEligiblepublic Boolean getIsMetricValueEligible() A flag inidcating whether or not the field is metric value eligible.- Returns:
- the value
 
 - 
getRangeFacetEligiblepublic Long getRangeFacetEligible() A flag inidcating whether or not the field is range facet eligible.- Returns:
- the value
 
 - 
getIsTableEligiblepublic Boolean getIsTableEligible() A flag inidcating whether or not the field is table eligible.- Returns:
- the value
 
 - 
getUnitTypepublic String getUnitType() The field unit type.- Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The last updated date and time.- Returns:
- the value
 
 - 
getIsKeepDuplicatespublic Boolean getIsKeepDuplicates() A flag indicating whether or not duplicates would be retained.- 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
 
 
- 
 
-