@Generated(value="OracleSDKGenerator", comments="API Version: 20200901") public final class ManagementSavedSearchForImportDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Properties of a saved search.
Note: Objects should always be created or deserialized using the ManagementSavedSearchForImportDetails.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 ManagementSavedSearchForImportDetails.Builder
, which maintain a
set of all explicitly set fields called ManagementSavedSearchForImportDetails.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
ManagementSavedSearchForImportDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
static ManagementSavedSearchForImportDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCompartmentId()
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.
|
String |
getDescription()
Description of the saved search.
|
String |
getDisplayName()
Display name of the saved search.
|
List<Object> |
getDrilldownConfig()
Drill-down configuration to define the destination of a drill-down action.
|
Object |
getFeaturesConfig()
Contains configuration for enabling features.
|
Map<String,String> |
getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope.
|
String |
getId()
ID of the saved search.
|
Boolean |
getIsOobSavedSearch()
Determines whether the saved search is an Out-of-the-Box (OOB) saved search.
|
String |
getMetadataVersion()
The version of the metadata defined in the API.
|
Object |
getNls()
JSON that contains internationalization options.
|
List<Object> |
getParametersConfig()
Defines parameters for the saved search.
|
String |
getProviderId()
ID of the service (for example log-analytics) that owns the saved search.
|
String |
getProviderName()
The user friendly name of the service (for example, Logging Analytics) that owns the saved
search.
|
String |
getProviderVersion()
The version of the metadata of the provider.
|
String |
getScreenImage()
Screen image of the saved search.
|
SavedSearchTypes |
getType()
Determines how the saved search is displayed in a dashboard.
|
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.
|
String |
getWidgetTemplate()
The UI template that the saved search uses to render itself.
|
String |
getWidgetVM()
The View Model that the saved search uses to render itself.
|
int |
hashCode() |
ManagementSavedSearchForImportDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"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)
public static ManagementSavedSearchForImportDetails.Builder builder()
Create a new builder.
public ManagementSavedSearchForImportDetails.Builder toBuilder()
public String getId()
ID of the saved search.
public String getDisplayName()
Display name of the saved search.
public String getProviderId()
ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
public 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.
public String getProviderName()
The user friendly name of the service (for example, Logging Analytics) that owns the saved search.
public String getCompartmentId()
OCID of the compartment in which the saved search resides.
public 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.
public String getDescription()
Description of the saved search.
public Object getNls()
JSON that contains internationalization options.
public SavedSearchTypes getType()
Determines how the saved search is displayed in a dashboard.
public 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.
public 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.
public String getScreenImage()
Screen image of the saved search.
public String getMetadataVersion()
The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
public String getWidgetTemplate()
The UI template that the saved search uses to render itself.
public String getWidgetVM()
The View Model that the saved search uses to render itself.
public 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"}
public 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"}}
public List<Object> getParametersConfig()
Defines parameters for the saved search.
public Object getFeaturesConfig()
Contains configuration for enabling features.
public List<Object> getDrilldownConfig()
Drill-down configuration to define the destination of a drill-down action.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.