@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsLabelView extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
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 LogAnalyticsLabelView.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 |
LogAnalyticsLabelView.Builder |
static class |
LogAnalyticsLabelView.Priority
The label priority.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
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) |
List<LogAnalyticsLabelAlias> |
getAliases()
An arrya of label aliases.
|
Long |
getCountUsageInAlertRule()
The label alert rule usage count.
|
Long |
getCountUsageInSource()
The label source usage count.
|
String |
getDescription()
The label description.
|
String |
getDisplayName()
The label display name.
|
Long |
getEditVersion()
The label edit version.
|
Object |
getId()
The label unique identifier.
|
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.
|
LogAnalyticsLabelView.Priority |
getPriority()
The label priority.
|
String |
getRecommendation()
The label recommendation.
|
Long |
getSuggestType()
The label suggestion type.
|
Long |
getType()
The label type.
|
int |
hashCode() |
LogAnalyticsLabelView.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"aliases","countUsageInAlertRule","countUsageInSource","id","suggestType","description","displayName","editVersion","impact","isSystem","name","priority","recommendation","type","isUserDeleted"}) 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()
An arrya of label aliases.
public Long getCountUsageInAlertRule()
The label alert rule usage count.
public Long getCountUsageInSource()
The label source usage count.
public Object getId()
The label unique identifier.
public Long getSuggestType()
The label suggestion type.
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 object. A value of true denotes a built in object.
public String getName()
The label name.
public LogAnalyticsLabelView.Priority getPriority()
The label priority. Default value is NONE.
public String getRecommendation()
The label recommendation.
public Long getType()
The label type.
public Boolean getIsUserDeleted()
A flag indicating whether or not the label has been deleted.
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.