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