Class LogAnalyticsLabelView
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loganalytics.model.LogAnalyticsLabelView
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsLabelView extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelLogAnalyticsLabelView
 Note: Objects should always be created or deserialized using theLogAnalyticsLabelView.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 LogAnalyticsLabelView.Builder, which maintain a set of all explicitly set fields calledLogAnalyticsLabelView.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 classLogAnalyticsLabelView.Builderstatic classLogAnalyticsLabelView.PriorityThe label priority.
 - 
Constructor SummaryConstructors Constructor Description LogAnalyticsLabelView(List<LogAnalyticsLabelAlias> aliases, Long countUsageInAlertRule, Long countUsageInSource, Object id, Long suggestType, String description, String displayName, Long editVersion, String impact, Boolean isSystem, String name, LogAnalyticsLabelView.Priority priority, String recommendation, Long type, Boolean isUserDeleted)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogAnalyticsLabelView.Builderbuilder()Create a new builder.booleanequals(Object o)List<LogAnalyticsLabelAlias>getAliases()An arrya of label aliases.LonggetCountUsageInAlertRule()The label alert rule usage count.LonggetCountUsageInSource()The label source usage count.StringgetDescription()The label description.StringgetDisplayName()The label display name.LonggetEditVersion()The label edit version.ObjectgetId()The label unique identifier.StringgetImpact()The label impact.BooleangetIsSystem()The system flag.BooleangetIsUserDeleted()A flag indicating whether or not the label has been deleted.StringgetName()The label name.LogAnalyticsLabelView.PrioritygetPriority()The label priority.StringgetRecommendation()The label recommendation.LonggetSuggestType()The label suggestion type.LonggetType()The label type.inthashCode()LogAnalyticsLabelView.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
LogAnalyticsLabelView@Deprecated @ConstructorProperties({"aliases","countUsageInAlertRule","countUsageInSource","id","suggestType","description","displayName","editVersion","impact","isSystem","name","priority","recommendation","type","isUserDeleted"}) public LogAnalyticsLabelView(List<LogAnalyticsLabelAlias> aliases, Long countUsageInAlertRule, Long countUsageInSource, Object id, Long suggestType, String description, String displayName, Long editVersion, String impact, Boolean isSystem, String name, LogAnalyticsLabelView.Priority priority, String recommendation, Long type, Boolean isUserDeleted) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static LogAnalyticsLabelView.Builder builder() Create a new builder.
 - 
toBuilderpublic LogAnalyticsLabelView.Builder toBuilder() 
 - 
getAliasespublic List<LogAnalyticsLabelAlias> getAliases() An arrya of label aliases.- Returns:
- the value
 
 - 
getCountUsageInAlertRulepublic Long getCountUsageInAlertRule() The label alert rule usage count.- Returns:
- the value
 
 - 
getCountUsageInSourcepublic Long getCountUsageInSource() The label source usage count.- Returns:
- the value
 
 - 
getIdpublic Object getId() The label unique identifier.- Returns:
- the value
 
 - 
getSuggestTypepublic Long getSuggestType() The label suggestion type.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() The label description.- Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() The label display name.- Returns:
- the value
 
 - 
getEditVersionpublic Long getEditVersion() The label edit version.- Returns:
- the value
 
 - 
getImpactpublic String getImpact() The label impact.- 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
 
 - 
getNamepublic String getName() The label name.- Returns:
- the value
 
 - 
getPrioritypublic LogAnalyticsLabelView.Priority getPriority() The label priority.Default value is NONE. - Returns:
- the value
 
 - 
getRecommendationpublic String getRecommendation() The label recommendation.- Returns:
- the value
 
 - 
getTypepublic Long getType() The label type.- Returns:
- the value
 
 - 
getIsUserDeletedpublic Boolean getIsUserDeleted() A flag indicating whether or not the label has been deleted.- 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
 
 
- 
 
-