Class LogAnalyticsLabelView
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.loganalytics.model.LogAnalyticsLabelView
-
@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 theLogAnalyticsLabelView.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 calledLogAnalyticsLabelView.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LogAnalyticsLabelView.Builder
static class
LogAnalyticsLabelView.Priority
The label priority.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
LogAnalyticsLabelView
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
builder
public static LogAnalyticsLabelView.Builder builder()
Create a new builder.
-
toBuilder
public LogAnalyticsLabelView.Builder toBuilder()
-
getAliases
public List<LogAnalyticsLabelAlias> getAliases()
An arrya of label aliases.- Returns:
- the value
-
getCountUsageInAlertRule
public Long getCountUsageInAlertRule()
The label alert rule usage count.- Returns:
- the value
-
getCountUsageInSource
public Long getCountUsageInSource()
The label source usage count.- Returns:
- the value
-
getId
public Object getId()
The label unique identifier.- Returns:
- the value
-
getSuggestType
public Long getSuggestType()
The label suggestion type.- Returns:
- the value
-
getDescription
public String getDescription()
The label description.- Returns:
- the value
-
getDisplayName
public String getDisplayName()
The label display name.- Returns:
- the value
-
getEditVersion
public Long getEditVersion()
The label edit version.- Returns:
- the value
-
getImpact
public String getImpact()
The label impact.- Returns:
- the value
-
getIsSystem
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.
- Returns:
- the value
-
getName
public String getName()
The label name.- Returns:
- the value
-
getPriority
public LogAnalyticsLabelView.Priority getPriority()
The label priority.Default value is NONE.
- Returns:
- the value
-
getRecommendation
public String getRecommendation()
The label recommendation.- Returns:
- the value
-
getType
public Long getType()
The label type.- Returns:
- the value
-
getIsUserDeleted
public Boolean getIsUserDeleted()
A flag indicating whether or not the label has been deleted.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-