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.ExplicitlySetBmcModelUpsert 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 SummaryNested Classes Modifier and Type Class Description static classUpsertLogAnalyticsLabelDetails.Builderstatic classUpsertLogAnalyticsLabelDetails.PriorityThe label priority.static classUpsertLogAnalyticsLabelDetails.TypeThe label type.
 - 
Constructor SummaryConstructors 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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpsertLogAnalyticsLabelDetails.Builderbuilder()Create a new builder.booleanequals(Object o)List<LogAnalyticsLabelAlias>getAliases()The alias list.StringgetDescription()The label description.StringgetDisplayName()The label display name.LonggetEditVersion()The edit version.StringgetImpact()The label impact.BooleangetIsSystem()The system flag.StringgetName()The label name.UpsertLogAnalyticsLabelDetails.PrioritygetPriority()The label priority.StringgetRecommendation()The label recommendation.LonggetSuggestType()suggest typeUpsertLogAnalyticsLabelDetails.TypegetType()The label type.inthashCode()UpsertLogAnalyticsLabelDetails.BuildertoBuilder()StringtoString()StringtoString(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- 
builderpublic static UpsertLogAnalyticsLabelDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic UpsertLogAnalyticsLabelDetails.Builder toBuilder() 
 - 
getAliasespublic List<LogAnalyticsLabelAlias> getAliases() The alias list.- Returns:
- the value
 
 - 
getSuggestTypepublic Long getSuggestType() suggest type- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() The label description.- Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() The label display name.- Returns:
- the value
 
 - 
getEditVersionpublic Long getEditVersion() The edit version.- Returns:
- the value
 
 - 
getImpactpublic String getImpact() The label impact.- Returns:
- the value
 
 - 
getIsSystempublic 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
 
 - 
getNamepublic String getName() The label name.- Returns:
- the value
 
 - 
getPrioritypublic UpsertLogAnalyticsLabelDetails.Priority getPriority() The label priority.Valid values are (NONE, LOW, HIGH). NONE is default. - Returns:
- the value
 
 - 
getRecommendationpublic String getRecommendation() The label recommendation.- Returns:
- the value
 
 - 
getTypepublic UpsertLogAnalyticsLabelDetails.Type getType() The label type.Valid values are (INFO, PROBLEM). INFO is default. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-