@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsLabel extends Object
LogAnalytics label
Note: Objects should always be created or deserialized using the LogAnalyticsLabel.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 LogAnalyticsLabel.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 |
LogAnalyticsLabel.Builder |
static class |
LogAnalyticsLabel.Priority
The label priority.
|
static class |
LogAnalyticsLabel.Type
The label type.
|
Constructor and Description |
---|
LogAnalyticsLabel(List<LogAnalyticsLabelAlias> aliases,
Long countUsageInSource,
Long suggestType,
String description,
String displayName,
Long editVersion,
String impact,
Boolean isSystem,
String name,
LogAnalyticsLabel.Priority priority,
String recommendation,
LogAnalyticsLabel.Type type,
Boolean isUserDeleted)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LogAnalyticsLabel.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
List<LogAnalyticsLabelAlias> |
getAliases()
An array of label aliases.
|
Long |
getCountUsageInSource()
The source usage count for this label.
|
String |
getDescription()
The label description.
|
String |
getDisplayName()
The label display name.
|
Long |
getEditVersion()
The label edit version.
|
String |
getImpact()
The label impact.
|
Boolean |
getIsSystem()
The system flag.
|
Boolean |
getIsUserDeleted()
A flag indicating whether or not the label has been deleted.
|
String |
getName()
The label name.
|
LogAnalyticsLabel.Priority |
getPriority()
The label priority.
|
String |
getRecommendation()
The label recommendation.
|
Long |
getSuggestType()
The type of suggestion for label usage.
|
LogAnalyticsLabel.Type |
getType()
The label type.
|
int |
hashCode() |
LogAnalyticsLabel.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"aliases","countUsageInSource","suggestType","description","displayName","editVersion","impact","isSystem","name","priority","recommendation","type","isUserDeleted"}) @Deprecated public LogAnalyticsLabel(List<LogAnalyticsLabelAlias> aliases, Long countUsageInSource, Long suggestType, String description, String displayName, Long editVersion, String impact, Boolean isSystem, String name, LogAnalyticsLabel.Priority priority, String recommendation, LogAnalyticsLabel.Type type, Boolean isUserDeleted)
public static LogAnalyticsLabel.Builder builder()
Create a new builder.
public LogAnalyticsLabel.Builder toBuilder()
public List<LogAnalyticsLabelAlias> getAliases()
An array of label aliases.
public Long getCountUsageInSource()
The source usage count for this label.
public Long getSuggestType()
The type of suggestion for label usage.
public String getDescription()
The label description.
public String getDisplayName()
The label display name.
public Long getEditVersion()
The label edit version.
public String getImpact()
The label impact.
public Boolean getIsSystem()
The system flag. A value of false denotes a custom, or user defined label. A value of true denotes a built in label.
public String getName()
The label name.
public LogAnalyticsLabel.Priority getPriority()
The label priority. Valid values are (NONE, LOW, HIGH). NONE is default.
public String getRecommendation()
The label recommendation.
public LogAnalyticsLabel.Type getType()
The label type. Valid values are (INFO, PROBLEM). INFO is default.
public Boolean getIsUserDeleted()
A flag indicating whether or not the label has been deleted.
Copyright © 2016–2022. All rights reserved.