Class UpsertLogAnalyticsLabelDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.loganalytics.model.UpsertLogAnalyticsLabelDetails
-
@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 theUpsertLogAnalyticsLabelDetails.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 calledUpsertLogAnalyticsLabelDetails.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
UpsertLogAnalyticsLabelDetails.Builder
static class
UpsertLogAnalyticsLabelDetails.Priority
The label priority.static class
UpsertLogAnalyticsLabelDetails.Type
The label type.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 typeUpsertLogAnalyticsLabelDetails.Type
getType()
The label type.int
hashCode()
UpsertLogAnalyticsLabelDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
UpsertLogAnalyticsLabelDetails
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
builder
public static UpsertLogAnalyticsLabelDetails.Builder builder()
Create a new builder.
-
toBuilder
public UpsertLogAnalyticsLabelDetails.Builder toBuilder()
-
getAliases
public List<LogAnalyticsLabelAlias> getAliases()
The alias list.- Returns:
- the value
-
getSuggestType
public Long getSuggestType()
suggest 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 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 label. A value of true denotes a built in label.
- Returns:
- the value
-
getName
public String getName()
The label name.- Returns:
- the value
-
getPriority
public UpsertLogAnalyticsLabelDetails.Priority getPriority()
The label priority.Valid values are (NONE, LOW, HIGH). NONE is default.
- Returns:
- the value
-
getRecommendation
public String getRecommendation()
The label recommendation.- Returns:
- the value
-
getType
public UpsertLogAnalyticsLabelDetails.Type getType()
The label type.Valid values are (INFO, PROBLEM). INFO is default.
- 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
-
-