@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class UpsertLogAnalyticsLabelDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
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 UpsertLogAnalyticsLabelDetails.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
UpsertLogAnalyticsLabelDetails.Builder |
static class |
UpsertLogAnalyticsLabelDetails.Priority
The label priority.
|
static class |
UpsertLogAnalyticsLabelDetails.Type
The label type.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
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) |
List<LogAnalyticsLabelAlias> |
getAliases()
The alias list.
|
String |
getDescription()
The label description.
|
String |
getDisplayName()
The label display name.
|
Long |
getEditVersion()
The edit version.
|
String |
getImpact()
The label impact.
|
Boolean |
getIsSystem()
The system flag.
|
String |
getName()
The label name.
|
UpsertLogAnalyticsLabelDetails.Priority |
getPriority()
The label priority.
|
String |
getRecommendation()
The label recommendation.
|
Long |
getSuggestType()
suggest type
|
UpsertLogAnalyticsLabelDetails.Type |
getType()
The label type.
|
int |
hashCode() |
UpsertLogAnalyticsLabelDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"aliases","suggestType","description","displayName","editVersion","impact","isSystem","name","priority","recommendation","type"}) 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()
The alias list.
public Long getSuggestType()
suggest type
public String getDescription()
The label description.
public String getDisplayName()
The label display name.
public Long getEditVersion()
The 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 UpsertLogAnalyticsLabelDetails.Priority getPriority()
The label priority. Valid values are (NONE, LOW, HIGH). NONE is default.
public String getRecommendation()
The label recommendation.
public UpsertLogAnalyticsLabelDetails.Type getType()
The label type. Valid values are (INFO, PROBLEM). INFO is default.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.