Package com.oracle.bmc.apmconfig.model
Class ImportConfigurationFailedItemSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.apmconfig.model.ImportConfigurationFailedItemSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210201") public final class ImportConfigurationFailedItemSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelA configuration item that failed to be imported.
 Note: Objects should always be created or deserialized using theImportConfigurationFailedItemSummary.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 theImportConfigurationFailedItemSummary.Builder, which maintain a set of all explicitly set fields calledImportConfigurationFailedItemSummary.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 classImportConfigurationFailedItemSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description ImportConfigurationFailedItemSummary(String id, String displayName, String errorMessage, ConfigTypes configType)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImportConfigurationFailedItemSummary.Builderbuilder()Create a new builder.booleanequals(Object o)ConfigTypesgetConfigType()The type of configuration item.StringgetDisplayName()The name by which a configuration entity is displayed to the end user.StringgetErrorMessage()The configuration item wasn’t imported due to it being a duplicate.StringgetId()The OCID of the configuration item.inthashCode()ImportConfigurationFailedItemSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ImportConfigurationFailedItemSummary@Deprecated @ConstructorProperties({"id","displayName","errorMessage","configType"}) public ImportConfigurationFailedItemSummary(String id, String displayName, String errorMessage, ConfigTypes configType) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ImportConfigurationFailedItemSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic ImportConfigurationFailedItemSummary.Builder toBuilder() 
 - 
getIdpublic String getId() The OCID of the configuration item.An OCID is generated when the item is created. - Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() The name by which a configuration entity is displayed to the end user.- Returns:
- the value
 
 - 
getErrorMessagepublic String getErrorMessage() The configuration item wasn’t imported due to it being a duplicate.- Returns:
- the value
 
 - 
getConfigTypepublic ConfigTypes getConfigType() The type of configuration item.- 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
 
 
- 
 
-