Class ManagementSavedSearchForImportDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.managementdashboard.model.ManagementSavedSearchForImportDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200901") public final class ManagementSavedSearchForImportDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelProperties of a saved search.
 Note: Objects should always be created or deserialized using theManagementSavedSearchForImportDetails.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 theManagementSavedSearchForImportDetails.Builder, which maintain a set of all explicitly set fields calledManagementSavedSearchForImportDetails.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 classManagementSavedSearchForImportDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description ManagementSavedSearchForImportDetails(String id, String displayName, String providerId, String providerVersion, String providerName, String compartmentId, Boolean isOobSavedSearch, String description, Object nls, SavedSearchTypes type, Object uiConfig, List<Object> dataConfig, String screenImage, String metadataVersion, String widgetTemplate, String widgetVM, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Object> parametersConfig, Object featuresConfig, List<Object> drilldownConfig)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagementSavedSearchForImportDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()OCID of the compartment in which the saved search resides.List<Object>getDataConfig()It defines how data is fetched.Map<String,Map<String,Object>>getDefinedTags()Defined tags for this resource.StringgetDescription()Description of the saved search.StringgetDisplayName()Display name of the saved search.List<Object>getDrilldownConfig()Drill-down configuration to define the destination of a drill-down action.ObjectgetFeaturesConfig()Contains configuration for enabling features.Map<String,String>getFreeformTags()Simple key-value pair that is applied without any predefined name, type or scope.StringgetId()ID of the saved search.BooleangetIsOobSavedSearch()Determines whether the saved search is an Out-of-the-Box (OOB) saved search.StringgetMetadataVersion()The version of the metadata defined in the API.ObjectgetNls()JSON that contains internationalization options.List<Object>getParametersConfig()Defines parameters for the saved search.StringgetProviderId()ID of the service (for example log-analytics) that owns the saved search.StringgetProviderName()The user friendly name of the service (for example, Logging Analytics) that owns the saved search.StringgetProviderVersion()The version of the metadata of the provider.StringgetScreenImage()Screen image of the saved search.SavedSearchTypesgetType()Determines how the saved search is displayed in a dashboard.ObjectgetUiConfig()It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.StringgetWidgetTemplate()The UI template that the saved search uses to render itself.StringgetWidgetVM()The View Model that the saved search uses to render itself.inthashCode()ManagementSavedSearchForImportDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ManagementSavedSearchForImportDetails@Deprecated @ConstructorProperties({"id","displayName","providerId","providerVersion","providerName","compartmentId","isOobSavedSearch","description","nls","type","uiConfig","dataConfig","screenImage","metadataVersion","widgetTemplate","widgetVM","freeformTags","definedTags","parametersConfig","featuresConfig","drilldownConfig"}) public ManagementSavedSearchForImportDetails(String id, String displayName, String providerId, String providerVersion, String providerName, String compartmentId, Boolean isOobSavedSearch, String description, Object nls, SavedSearchTypes type, Object uiConfig, List<Object> dataConfig, String screenImage, String metadataVersion, String widgetTemplate, String widgetVM, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Object> parametersConfig, Object featuresConfig, List<Object> drilldownConfig) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ManagementSavedSearchForImportDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic ManagementSavedSearchForImportDetails.Builder toBuilder() 
 - 
getIdpublic String getId() ID of the saved search.- Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() Display name of the saved search.- Returns:
- the value
 
 - 
getProviderIdpublic String getProviderId() ID of the service (for example log-analytics) that owns the saved search.Each service has a unique ID. - Returns:
- the value
 
 - 
getProviderVersionpublic String getProviderVersion() The version of the metadata of the provider.This is useful for provider to version its features and metadata. Any newly created saved search (or dashboard) should use providerVersion 3.0.0. - Returns:
- the value
 
 - 
getProviderNamepublic String getProviderName() The user friendly name of the service (for example, Logging Analytics) that owns the saved search.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() OCID of the compartment in which the saved search resides.- Returns:
- the value
 
 - 
getIsOobSavedSearchpublic Boolean getIsOobSavedSearch() Determines whether the saved search is an Out-of-the-Box (OOB) saved search.Note that OOB saved searches are only provided by Oracle and cannot be modified. - Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() Description of the saved search.- Returns:
- the value
 
 - 
getNlspublic Object getNls() JSON that contains internationalization options.- Returns:
- the value
 
 - 
getTypepublic SavedSearchTypes getType() Determines how the saved search is displayed in a dashboard.- Returns:
- the value
 
 - 
getUiConfigpublic Object getUiConfig() It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.- Returns:
- the value
 
 - 
getDataConfigpublic List<Object> getDataConfig() It defines how data is fetched.A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources. - Returns:
- the value
 
 - 
getScreenImagepublic String getScreenImage() Screen image of the saved search.- Returns:
- the value
 
 - 
getMetadataVersionpublic String getMetadataVersion() The version of the metadata defined in the API.This is maintained and enforced by dashboard server. Currently it is 2.0. - Returns:
- the value
 
 - 
getWidgetTemplatepublic String getWidgetTemplate() The UI template that the saved search uses to render itself.- Returns:
- the value
 
 - 
getWidgetVMpublic String getWidgetVM() The View Model that the saved search uses to render itself.- Returns:
- the value
 
 - 
getFreeformTagspublic Map<String,String> getFreeformTags() Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Returns:
- the value
 
 - 
getDefinedTagspublic Map<String,Map<String,Object>> getDefinedTags() Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Returns:
- the value
 
 - 
getParametersConfigpublic List<Object> getParametersConfig() Defines parameters for the saved search.- Returns:
- the value
 
 - 
getFeaturesConfigpublic Object getFeaturesConfig() Contains configuration for enabling features.- Returns:
- the value
 
 - 
getDrilldownConfigpublic List<Object> getDrilldownConfig() Drill-down configuration to define the destination of a drill-down action.- 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
 
 
- 
 
-