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