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